January 2019
Intermediate to advanced
690 pages
16h
English
AWSTemplateFormatVersion: '2010-09-09' Parameters: AmiId: Type: AWS::EC2::AMI::Id Description: AMI ID to launch instances from VPCID: Type: AWS::EC2::VPC::Id Description: VPC where load balancer and instance will launch SubnetIDs: Type: List<AWS::EC2::Subnet::Id> Description: Subnets where load balancer and instance will launch (pick at least 2)
ExampleELBSecurityGroup: Type: AWS::EC2::SecurityGroup Properties: GroupDescription: Security Group for example ELB SecurityGroupIngress: - IpProtocol: tcp