Skip to content

Instantly share code, notes, and snippets.

@mowings
Created January 19, 2023 19:26
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 mowings/87fd6f419ec86796a40766a6b6a58ae0 to your computer and use it in GitHub Desktop.
Save mowings/87fd6f419ec86796a40766a6b6a58ae0 to your computer and use it in GitHub Desktop.
Get all db instance type availability for a region
aws --profile turbosquid-research rds describe-orderable-db-instance-options --engine aurora-postgresql \
--engine-version 13.4 --db-instance-class db.r6g.xlarge \
--region us-east-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment