Is there a working example of the following? ```console aws rds create-db-instance \ --engine aurora-postgresql \ : ``` https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance.html doesn't address the permutations of command-line options needed for `aurora-postgres` It seems that others can't figure out how to use the AWS CLI to deploy an AWS Aurora-PostgreSQL: 1. https://stackoverflow.com/questions/58066941/what-are-the-correct-arguments-to-create-an-aws-aurora-postgres-instance-using-t
Is there a working example of the following?
https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance.html doesn't address the permutations of command-line options needed for
aurora-postgresIt seems that others can't figure out how to use the AWS CLI to deploy an AWS Aurora-PostgreSQL: