Slide 1

Slide 1 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 今日のテーマ 難しい事抜きで まずはコンテナを運用してみよう !

Slide 2

Slide 2 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 本日の参加メンバー

Slide 3

Slide 3 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. “アプリケーションをコンテナ化できた!” 本番で動かすために何が必要? EC2 3

Slide 4

Slide 4 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1. デプロイ 4. セキュリティ 5. 監視 / 可観測性 コンテナ運用を考えた際に気になること 2. スケーリング 3. ネットワーク 4 CI/CD

Slide 5

Slide 5 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Dockerをそのままサーバーで起動すればいい のか? 1. デプロイ

Slide 6

Slide 6 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Docker の基本ワークフローにおける課題 6 1. デプロイ

Slide 7

Slide 7 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. コンテナをサーバーにデプロイする際に ケアできると嬉しいことは? 7 1. デプロイ、 2. スケーリング

Slide 8

Slide 8 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. ネットワークやセキュリティについて ケアすべきことは? EC2 外部からの通信 外部への通信 コンテナ間の通信 8 3. ネットワーク、 4. セキュリティ

Slide 9

Slide 9 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. コンテナへのネットワークルーティング host bridge 9 3. ネットワー ク、 4. セキュリティ

Slide 10

Slide 10 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. コンテナ A コンテナ B コンテナ C 何を監視すればいいのだろう? 10 5. 監視 / 可観測性

Slide 11

Slide 11 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. コンテナ A CPU使用率: 25% CPU使用率: 99% CPU使用率: 25% コンテナ B コンテナ C 何を監視すればいいのだろう? 11 5. 監視 / 可観測性

Slide 12

Slide 12 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. オーケストレータ コンテナオーケストレーションによる解決 リソース(CPUやメモリ)が 空いているインスタンスへの コンテナ配置 コンテナ障害時の再デプロイ APIによるコンテナデプロイ 作業の受付 コンテナのリソース状況 を収集する仕組みの提供 ネットワーク管理 ・LBとの連携 ・コンテナ間通信 12

Slide 13

Slide 13 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. オーケストレータ イメージレジストリ AWSのコンテナサービスを使ってみる Amazon ECS Amazon EKS 13

Slide 14

Slide 14 text

© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Elastic Container Service (Amazon ECS) Amazon Elastic Kubernetes Service (Amazon EKS) 14

Slide 15

Slide 15 text

UPDATE THIS PRESENTATION HEADER IN SLIDE MASTER © 2022, Amazon Web Services, Inc. or its affiliates. Thank you! © 2022, Amazon Web Services, Inc. or its affiliates.