Skip to content

Instantly share code, notes, and snippets.

@addamh
Created September 19, 2016 14:27
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 addamh/95113f467413c26eb50961e408dfe602 to your computer and use it in GitHub Desktop.
Save addamh/95113f467413c26eb50961e408dfe602 to your computer and use it in GitHub Desktop.
➜ aws cloudformation describe-stacks --stack-name staging | jq '.Stacks | .[0].Outputs'
[
{
"Description": "RDSDatabaseEndpointDetails",
"OutputKey": "RDSDatabaseEndpointDetail",
"OutputValue": "rds-staging.cg27ingx.us-west-2.rds.amazonaws.com"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment