Created
September 24, 2019 17:07
-
-
Save dbt4u/d7ee7c2fc11ce07d035f7646a45ff48d to your computer and use it in GitHub Desktop.
List all AWS-RDS Instances with their endpoints
This file contains hidden or 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 rds describe-db-instances | jq -r '.DBInstances[] | { (.DBInstanceIdentifier):(.Endpoint.Address + ":" + (.Endpoint.Port|tostring))}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment