Skip to content

Instantly share code, notes, and snippets.

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