Skip to main content

Amazon ECS: コンテナの自動スケーリング(日本語字幕)

Amazon ECS の詳細については、http://amzn.to/2ju8N0S をご覧ください。 Amazon EC2 Container Service(ECS)は、Docker コンテナをサポートし、Amazon EC2 インスタンスの管理対象クラスタ上でアプリケーションを簡単に実行できる、拡張性とパフォーマンスの高いコンテナ管理サービスです。 Amazon ECS の統合された自動スケーリング機能について学びましょう。コンテナ化されたサービスは時間とともに変化する負荷を処理し、リアルタイムで変化する条件や不一致の条件にリアルタイムで対応します。
Go to Source
A...
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

Working with Strings in Ruby

Introduction A string is a sequence of one or more characters that may consist of letters, numbers, or symbols. Strings in Ruby are objects, and unlike other languages, strings are mutable, which means they can be changed in place instead of creating new strings. You’ll use strings in... Working with Strings in Ruby Category: DevOps, Linux 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