Skip to main content

Amazon ECS: コンテナ向け ロードバランサー(日本語字幕)

Amazon ECS の詳細については、http://amzn.to/2AL51V5 をご覧ください。 Amazon ECS でコンテナ化されたサービスを実行後、どのようにしてコンテナへのトラフィック負荷を均等に分散し、リクエストのドロップを防ぎますか? この動画では Amazon ECS タスク定義の設定、ターゲットグループの設定、Application Load Balancer の使用方法、およびタスクドレーンを使ったサービスの安全な停止により、ルーティング決定を行い、コンテナ化されたサービスの安全なデプロイを可能にする方法について学びます。
Go to Source
Autho...
Amazon ECS: コンテナ向け ロードバランサー(日本語字幕)
Amazon ECS: コンテナ向け ロードバランサー(日本語字幕)
Category: Amazon Web Services, DevOps

Comments

Popular posts from this blog

Syntax and Code Structure in JavaScript

Introduction Before learning to write in a spoken language, you must first learn the rules of grammar. Here are a few examples of rules you might find in the English language: A sentence starts with a capital letter. A sentence ends in a period. A new paragraph is indented. Spoken dialogue is... Syntax and Code Structure in JavaScript Category: Java Tutorials

Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2

Written by AWS Solutions Architects Jason Barto and Heitor Lessa In Part 1 of this post, we described how AWS CodeBuild, AWS CodeCommit, and HashiCorp Packer can be used to build an Amazon Machine Image (AMI) from the latest version of Amazon Linux. In this post, we show how to use AWS... Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2 Category: Amazon Web Services

How to Create an Encrypted File System on a DigitalOcean Block Storage Volume

Introduction DigitalOcean Volumes are scalable, SSD-based block storage devices. Volumes allow you to create and expand your infrastructure’s storage capacity without needing to resize your Droplets. Volumes are encrypted at rest, which means that the data on a Volume is not readable... How to Create an Encrypted File System on a DigitalOcean Block Storage Volume Category: DevOps, Linux Tutorials