exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 101 discussion

Exam question from Amazon's AWS-SysOps
Question #: 101
Topic #: 1
[All AWS-SysOps Questions]

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?

  • A. Backup
  • B. Creation
  • C. Deletion
  • D. Restoration
Show Suggested Answer Hide Answer
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.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
karmaah
Highly Voted 3 years, 8 months ago
Hint : Snapshot & Backup -Both are different
upvoted 5 times
...
e47cf49
Most Recent 8 months, 4 weeks ago
A. db-cluster-snapshot has Backup, { "SourceType": "db-cluster-snapshot", "EventCategories": [ "backup" ] }, { "SourceType": "db-snapshot", "EventCategories": [ "deletion", "creation", "restoration", "notification" ] },
upvoted 1 times
...
TroyMcLure
3 years, 7 months ago
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" ] } ...
upvoted 1 times
...
jaribu
3 years, 8 months ago
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. "
upvoted 1 times
jaribu
3 years, 7 months ago
I take it back. It's talking of snapshots and not backups.
upvoted 2 times
...
...
gretch
3 years, 8 months ago
A https://docs.aws.amazon.com/cli/latest/reference/rds/describe-event-categories.html
upvoted 3 times
...
awscertified
3 years, 8 months ago
A. Backup
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...