A user is planning to setup notifications on the RDS DB for a snapshot. Which of the below mentioned event categories is not supported by RDS for this snapshot source type?
Suggested Answer:A🗳️
Amazon RDS uses the Amazon Simple Notification Service to provide a notification when an Amazon RDS event occurs. Event categories for a snapshot source type include: Creation, Deletion, and Restoration. The Backup is a part of DB instance source type.
Correct Answer: A
https://docs.aws.amazon.com/cli/latest/reference/rds/describe-event-categories.html
The following describe-event-categories example retrieves details about the event categories for all available event sources.
Command:
aws rds describe-event-categories
Output:
...
{
"SourceType": "db-snapshot",
"EventCategories": [
"deletion",
"creation",
"restoration",
"notification"
]
} ...
As per https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html, backup is also an event that is supported. "For example, if you subscribe to the Backup category for a given DB instance, you are notified whenever a backup-related event occurs that affects the DB instance. "
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
karmaah
Highly Voted 3 years, 8 months agoe47cf49
Most Recent 8 months, 4 weeks agoTroyMcLure
3 years, 7 months agojaribu
3 years, 8 months agojaribu
3 years, 7 months agogretch
3 years, 8 months agoawscertified
3 years, 8 months ago