January 2019
Intermediate to advanced
690 pages
16h
English
Create a new CloudFormation template. We're going to add a total of 12 parameters to it:
VPCId: Type: AWS::EC2::VPC::Id Description: VPC where DB will launch SubnetIds: Type: List<AWS::EC2::Subnet::Id> Description: Subnets where the DB will launch (pick at least 2) SecurityGroupAllowCidr: Type: String Description: Allow this CIDR block to access the DB Default: "172.30.0.0/16"