Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rds: AvailabilityZone is not printed out in describe_db_instances #5371

Closed
t3hG04T opened this issue Aug 9, 2022 · 0 comments · Fixed by #5373
Closed

rds: AvailabilityZone is not printed out in describe_db_instances #5371

t3hG04T opened this issue Aug 9, 2022 · 0 comments · Fixed by #5373

Comments

@t3hG04T
Copy link
Contributor

t3hG04T commented Aug 9, 2022

Despite being taken as an argument for create_db_instance (and stored in the Database model), the AvailabilityZone (DBInstance/AvailabilityZone) is not printed out in the:

rds.describe_db_instances(DBInstanceIdentifier='arn')

call.

Actual response in boto3:

This is not a problem for describe_db_clusters.

The description of this report is sparse, as I would like to submit a PR right away (this boils down to adding one line in to_xml of the Database model).

@t3hG04T t3hG04T changed the title rds: AvailabilityZone is not printed out in 'describe_db_instances' rds: AvailabilityZone is not printed out in describe_db_instances Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants