Skip to content

Instantly share code, notes, and snippets.

@dbt4u
Created September 24, 2019 17:07
Show Gist options
  • Save dbt4u/d7ee7c2fc11ce07d035f7646a45ff48d to your computer and use it in GitHub Desktop.
Save dbt4u/d7ee7c2fc11ce07d035f7646a45ff48d to your computer and use it in GitHub Desktop.
List all AWS-RDS Instances with their endpoints
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