aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.32k stars 4.07k forks source link

aws rds describe-db-instances missing LatestRestorableTime in output #8798

Closed akuzni2 closed 1 month ago

akuzni2 commented 1 month ago

Describe the bug

command aws rds describe-db-instances is not showing the documented LatestRestorableTime field

Expected Behavior

It should show the field LatestRestorableTime

Current Behavior

the field LatestRestorableTime is not present in the CLI output

Reproduction Steps

Possible Solution

No response

Additional Information/Context

No response

CLI version used

aws-cli/2.17.11 Python/3.11.9 Darwin/23.5.0 source/arm64

Environment details (OS name and version, etc.)

Mac OSX

tim-finnigan commented 1 month ago

Thanks for reaching out. Yes the describe-db-instances documentation does reference LatestRestorableTime here:

image

That CLI command involves a call to the RDS DescribeDBInstances API. Therefore if there something missing from the API response that should be there, then we may need to escalate this to the RDS service team.

To confirm, could you share your debug logs (with any sensitive info redacted) by adding --debug to your command?

github-actions[bot] commented 1 month ago

Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.