Information
AWS Relational Database Services offers customers a managed database engine solution for hosting customer created databases which can allow for a reduction in operational burden on customers.
RDS event subscriptions provide notification of selected event changes at Data Base engine level such as:
* Deletion
* Failure
* Failover
* Low Storage
* Maintentance
Event subscriptions are designed to provide incident notification of events which may affect the availability of a RDS database instance.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Using the Amazon unified CLI:
* Create a new event subscription for DB instance level events:
aws rds create-event-subscription --subscription-name <rds_event_subscription> --sns-topic-arn <sns_topic_arn> --source-type db-instance --event-categories _<rds_events>_ --source-ids _<events_source_ids>_ --enabled