From 9148108611610ca4cbe5436f56ab3171b0373b0d Mon Sep 17 00:00:00 2001 From: rodrigo-kondo Date: Thu, 17 Oct 2019 14:19:01 -0300 Subject: [PATCH] friendly way to add security group and subnet on the first Lab --- Labs/TemplateAnatomy/Template_Anatomy2.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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'