Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/dff6b3152583e67192c42baa23cb619c to your computer and use it in GitHub Desktop.
Save nivleshc/dff6b3152583e67192c42baa23cb619c to your computer and use it in GitHub Desktop.
This gist contains the additional parameters that have been added to the Parameters section of the file template.yaml in the blog-create-and-test-evergreen-golden-amis repository.
TestSubnetId:
Type: String
Description: This is the subnet where the Test EC2 instance will be created. This EC2 instance will be created using the newly created Golden AMI.
TestSecurityGroupId:
Type: String
Description: This is the id of the security group that will be attached to the test EC2 instance. This EC2 instance will created using the newly created Golden AMI.
TestEC2InstanceProfile:
Type: String
Description: This is the IAM Instance Profile that will be attached to the test EC2 that will be created using the newly created Golden AMI. This test EC2 will be used for testing the newly created Golden AMI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment