Giter Club home page Giter Club logo

getting-start-ecs-blue-green-deploy's Introduction

getting-start-ecs-blue-green-deploy

社内で「はじめての Docker コンテナからの Blue-Green デプロイ勉強会」を開催しました。
勉強会で使用したテキストを公開します。

以下の環境は使い捨てとして考えてください。
あくまで勉強用です。本番環境で同じ設定を使用しないでください。

Cloud9 ターミナルの使用

コードブロック (灰色の部分) は Cloud9 ターミナルで実行する想定で書いています。

AWS アカウント

演習用の AWS アカウントを用意します。
AdministratorAccess 権限を持った IAM ユーザーを用意します。

AWS アカウントの置換

例として作成している json ファイルは AWS アカウントが <account-id> になっています。
sed コマンド等で置換すると楽だと思います。

find . -name "*.json" | xargs  sed -i 's/<account_id>/123456789012/g'

VPC

演習用の VPC を作成します。
CIDR は任意のもので大丈夫です。

パブリックサブネット

Internet Gateway への経路を持ったサブネットを2つ以上用意します。

セキュリティグループ

演習用セキュリティグループを作成します。
送信元は、VPC CIDR と当該セキュリティグループを指定し、全ての通信を許可します。
(演習用です)

AWS リソース図

この演習では以下のリソースを作成します。

image


Step1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.