Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created August 11, 2017 10:50
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 marrobi/56efe882303dd49195cd4df61d39743a to your computer and use it in GitHub Desktop.
Save marrobi/56efe882303dd49195cd4df61d39743a to your computer and use it in GitHub Desktop.
CloudFormation Public DNS Output
"PublicDNS": {
"Description": "Public DNSName of the newly created EC2 instance",
"Value": { "Fn::GetAtt": [ "EC2Instance", "PublicDnsName" ] }
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment