Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Labs/TemplateAnatomy/Template_Anatomy2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ Description: >-
Parameters:
MySubnet:
Description: My subnet from my VPC
Type: String
Default: subnet-YYYYYYYY
Type: 'AWS::EC2::Subnet::Id'
MySG:
Description: My Security Group from my VPC
Type: String
Default: SG-YYYYYYYY
Type: List<AWS::EC2::SecurityGroup::Id>
KeyName:
Description: Name of an existing EC2 KeyPair to enable SSH access to the instance
Type: 'AWS::EC2::KeyPair::KeyName'
Expand Down