Created
September 19, 2016 14:27
-
-
Save addamh/95113f467413c26eb50961e408dfe602 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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