| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Amazon RDS keeps a record of events that relate to your DB Instances, DB Snapshots, DB Security Groups, and DB Parameter Groups. This information includes the date and time of the event, the source name and source type of the event, and a message associated with the event. You can easily retrieve events for your RDS resources through the AWS Management Console, the rds-describe-events CLI command, or the DescribeEvents API.
In this example, you view all Amazon RDS events for the past 24 hours (specified in seconds).
To view all Amazon RDS instance events for the past 24 hours
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.
Click DB Events in the Navigation list on the left side of the window.
The available events appear in the My DB Events list.
Note
You can use the Viewing drop-down list box to filter the events by type, and you can use the text box to the right of the Viewing drop-down list box to further filter your results.
To view all Amazon RDS instance events for the past 24 hours
Use the command rds-describe-events with the following
parameters to view all RDS events for the past 24 hours.
PROMPT>rds-describe-events --duration 1440
To view all Amazon RDS instance events for the past 24 hours
Call DescribeEvents with the following
parameters:
Duration = 1440
Example
https://rds.amazonaws.com/ ?Action=DescribeEvents &Duration=1440 &MaxRecords=100 &Version=2012-01-15 &SignatureVersion=2 &SignatureMethod=HmacSHA256 &Timestamp=2012-01-22T20%3A00%3A44.420Z &AWSAccessKeyId=<AWS Access Key ID> &Signature=<Signature>