diff --git a/Labs/TemplateAnatomy/Template_Anatomy2.yaml b/Labs/TemplateAnatomy/Template_Anatomy2.yaml index c324068..69faa33 100644 --- a/Labs/TemplateAnatomy/Template_Anatomy2.yaml +++ b/Labs/TemplateAnatomy/Template_Anatomy2.yaml @@ -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 KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instance Type: 'AWS::EC2::KeyPair::KeyName'