Skip to content

Instantly share code, notes, and snippets.

@anneakin
Created May 23, 2020 00:48
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 anneakin/7fd7ca9ec531bfe3934d043e5f6925cf to your computer and use it in GitHub Desktop.
Save anneakin/7fd7ca9ec531bfe3934d043e5f6925cf to your computer and use it in GitHub Desktop.
AWS CloudFormation Parameters
Parameters:
Username:
Type: String
Description: User's identifier used to label resources created in template.
UserKey:
Type: AWS::EC2::KeyPair::KeyName
Description: Existing EC2 key-pair to SSH into the instance.
Subnet:
Type: AWS::EC2::Subnet::Id
Description: Subnet for EC2 instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment