About

Zenn で公開している Rails × CloudFormation ハンズオン という本のサンプルコードです。

概要図

Fargate in Public Subnets

rapture_20220522013203

Fargate in Private Subnets

rapture_20220522013230

build

docker-compose build
docker-compose up -d

login

docker-compose exec web /bin/bash

ECS Exec

aws ecs execute-command --cluster cfn-sample-dev --task *** --container cfn-sample-dev --interactive --command '/bin/bash'

bundle install

docker-compose run --rm web bundle install