Using Console
Using CLI
<subscription-name>
with a name for your event subscription.<sns-topic-arn>
with the ARN of the SNS topic to which you want to send the notifications.<rds-instance-identifier>
with the identifier of your RDS instance.<event-categories>
with the specific event categories you want to subscribe to (e.g., availability
, backup
, failure
, notification
, etc.).describe-event-subscriptions
command.
Using Python
aws configure
command.
'my-rds-instance'
with the identifier of your RDS instance and 'my-sns-topic-arn'
with the ARN of the SNS topic to which you want to subscribe for RDS events.