April 2017
Intermediate to advanced
394 pages
10h 31m
English
AWSTemplateFormatVersion: "2010-09-09" Description: Create an Auto Scaling Group
Parameters: SubnetIds: Description: Subnet IDs where instances can be launched Type: List<AWS::EC2::Subnet::Id>
AmiId: Description: The application server's AMI ID Type: AWS::EC2::Image::Id Default: ami-9be6f38c # AWS Linux in us-east-1 InstanceType: Description: The type of instance to launch Type: String Default: t2.micro
Read now
Unlock full access