0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ECS構築して自動復旧を試す

Posted at

はじめに

Hands-on for Beginnersを使用してECSの構築と自動復旧を試してみたので備忘録です。

やること

  • Cloudshell環境でコンテナイメージの作成
  • Cloudshell環境からECRにドッカーイメージプッシュ
  • ECS Fargateの作成
  • ECS Fargateにアクセスして確認
  • 自動復旧

各環境構築のログは記事が長くなるので割愛します

ECS Fargateの作成は公式ハンズオンを推奨
Amazon Elastic Container Service 入門

ECSへのアクセスを確認

スクリーンショット 2024-12-05 191815.png

コンテナイメージをECRにプッシュ

スクリーンショット 2024-12-03 173330.png

タスク定義したECSサービス

スクリーンショット 2024-12-05 185104.png

コンテナの自動復旧

  • タスク定義を2つで設定していることを確認して、1つのタスクを停止する
    スクリーンショット 2024-12-06 123955.png

  • タスクが復旧してhello-worldに問題がないことを確認
    スクリーンショット 2024-12-06 124238.png


スクリーンショット 2024-12-05 191815.png

最後に

次回は応用としてCodeサービス群を使用してECSへの自動デプロイやIaCを使用してECS環境を構築してみたいと思います。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?