Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Exam AWS Certified Security - Specialty topic 1 question 466 discussion

Exam question from Amazon's AWS Certified Security - Specialty
Question #: 466
Topic #: 1
[All AWS Certified Security - Specialty Questions]

A company is implementing new compliance requirements to meet customer needs. According to the new requirements, the company must not use any Amazon RDS DB instances or DB clusters that lack encryption of the underlying storage. The company needs a solution that will generate an email alert when an unencrypted DB instance or DB cluster is created. The solution also must terminate the unencrypted DB instance or DB cluster.

Which solution will meet these requirements in the MOST operationally efficient manner?

  • A. Create an AWS Config managed rule to detect unencrypted RDS storage. Configure an automatic remediation action to publish messages to an Amazon Simple Notification Service (Amazon SNS) topic that includes an AWS Lambda function and an email delivery target as subscribers. Configure the Lambda function to delete the unencrypted resource.
  • B. Create an AWS Config managed rule to detect unencrypted RDS storage. Configure a manual remediation action to invoke an AWS Lambda function. Configure the Lambda function to publish messages to an Amazon Simple Notification Service (Amazon SNS) topic and to delete the unencrypted resource.
  • C. Create an Amazon EventBridge rule that evaluates RDS event patterns and is initiated by the creation of DB instances or DB clusters. Configure the rule to publish messages to an Amazon Simple Notification Service (Amazon SNS) topic that includes an AWS Lambda function and an email delivery target as subscribers. Configure the Lambda function to delete the unencrypted resource.
  • D. Create an Amazon EventBridge rule that evaluates RDS event patterns and is initiated by the creation of DB instances or DB clusters. Configure the rule to invoke an AWS Lambda function. Configure the Lambda function to publish messages to an Amazon Simple Notification Service (Amazon SNS) topic and to delete the unencrypted resource.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
jamesf
3 weeks ago
Selected Answer: A
keywords: MOST operationally efficient manner So A should be better
upvoted 1 times
...
Arad
3 months, 1 week ago
Selected Answer: C
answer C is better than A. Question asks for "when an unencrypted DB instance or DB cluster is CREATED"
upvoted 1 times
...
YR4591
9 months ago
Selected Answer: A
Its A, according to this: https://aws.amazon.com/blogs/aws/new-aws-config-rules-now-support-proactive-compliance/
upvoted 2 times
...
_henk_
1 year, 2 months ago
Selected Answer: C
The question states: "when an unencrypted DB instance or DB cluster is created.". Answer A doesn't fulfill that requirement. It could take up to an hour before the AWS config rule triggers. By that time the RDS cluster could be live and have unencrypted data. Even worse, the AWS config rule will then terminate a online RDS cluster, causing downtime. Answer C fires when the db instance / cluster is created. So before there is a chance it could be used. So answer A might be more efficient, it doesn't meet the requirements.
upvoted 4 times
...
Tofu13
1 year, 3 months ago
Selected Answer: A
https://docs.aws.amazon.com/config/latest/developerguide/rds-storage-encrypted.html C possible but not MOST efficient https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-cloud-watch-events.html
upvoted 2 times
...
OCHT
1 year, 4 months ago
Selected Answer: C
Create an Amazon EventBridge rule that evaluates RDS event patterns and is initiated by the creation of DB instances or DB clusters. Configure the rule to publish messages to an Amazon Simple Notification Service (Amazon SNS) topic that includes an AWS Lambda function and an email delivery target as subscribers. Configure the Lambda function to delete the unencrypted resource. This solution is operationally efficient because it uses EventBridge to detect the creation of DB instances or DB clusters, which will trigger the rule. When the rule is triggered, it publishes messages to an SNS topic. The Lambda function can then analyze the event data to check for unencrypted storage and delete the unencrypted resource if necessary. The email delivery target ensures that an email alert will be sent when an unencrypted DB instance or DB cluster is created.
upvoted 2 times
danielklein09
1 year, 3 months ago
Why option A is not correct ?
upvoted 1 times
...
...
jennyka76
1 year, 6 months ago
ANSWER - A
upvoted 1 times
...
XaviL
1 year, 7 months ago
Answer A A or B, but B is manual!
upvoted 2 times
...
milofficial
1 year, 7 months ago
Selected Answer: A
automatic configuration changes -> AWS Config Answer A is correct
upvoted 4 times
...
Smartphone
1 year, 7 months ago
MOST operationally efficient manner - use aws config managed rule "rds-storage-encrypted" to trigger sns and lambda function would be a better approach. A seems a correct answer.
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 ...