LaravelとAWSによるCI/CDのサンプル
$ docker-compose run web composer local-init
$ docker-compose up
- VPC
- Subnet
- Nat Gateway
- VPC FlowLog
- SecurityGroup
- Aurora
- MySQL Compatible
- ALB
- ECS Cluster
$ aws cloudformation deploy \
--stack-name ci-cd-example \
--template-file ./scripts/cloudformation.yaml \
--capabilities CAPABILITY_NAMED_IAM