- Source config on folder cloudformation/vpc.yaml
aws cloudformation deploy --template-file .\vpc.yaml --stack-name vpc-primary --tags project=udapeople --capabilities CAPABILITY_NAMED_IAM --region us-east-1 --parameter-overrides VpcName=Primary
aws cloudformation deploy --template-file .\vpc.yaml --stack-name vpc-secondary --tags project=udapeople --capabilities CAPABILITY_NAMED_IAM --region us-west-2 --parameter-overrides VpcName=Secondary
| File | Description |
|---|---|
cloudformation |
Source Build VPC infrastructure as code |
cloudformation/pvc.yaml |
Cloudformation code |
s3 |
Source application |