exam questions

Exam AWS Certified Security - Specialty All Questions

View all questions & answers for the AWS Certified Security - Specialty exam

Exam AWS Certified Security - Specialty topic 1 question 118 discussion

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

A company has several production AWS accounts and a central security AWS account. The security account is used for centralized monitoring and has IAM privileges to all resources in every corporate account. All of the company's Amazon S3 buckets are tagged with a value denoting the data classification of their contents.
A Security Engineer is deploying a monitoring solution in the security account that will enforce bucket policy compliance. The system must monitor S3 buckets in all production accounts and confirm that any policy change is in accordance with the bucket's data classification. If any change is out of compliance, the Security team must be notified quickly.
Which combination of actions would build the required solution? (Choose three.)

  • A. Configure Amazon CloudWatch Events in the production accounts to send all S3 events to the security account event bus.
  • B. Enable Amazon GuardDuty in the security account, and join the production accounts as members.
  • C. Configure an Amazon CloudWatch Events rule in the security account to detect S3 bucket creation or modification events.
  • D. Enable AWS Trusted Advisor and activate email notifications for an email address assigned to the security contact.
  • E. Invoke an AWS Lambda function in the security account to analyze S3 bucket settings in response to S3 events, and send non-compliance notifications to the Security team.
  • F. Configure event notifications on S3 buckets for PUT, POST, and DELETE events.
Show Suggested Answer Hide Answer
Suggested Answer: ACE 🗳️

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
Raj1510
Highly Voted 3 years, 7 months ago
events ,rules and target , ACE - should be correct
upvoted 25 times
...
bukkanni
Most Recent 8 months, 4 weeks ago
Lambda has a strict 15 minute time limit and is not likely to be appropriate for evaluating all the S3 buckets across all the production accounts. It could time out.
upvoted 1 times
...
Raphaello
1 year, 2 months ago
Selected Answer: ACE
Correct answers are ACE. GuardDuty is not quite useful in this case. Rather, creating EventBridge (formerly CW Event) events in Prod accounts and drive them into Sec account event bus, and use Lambda function to analyze the events and provide notification seem to be the right solution here.
upvoted 2 times
...
abdelrhman
1 year, 11 months ago
Option C (Configure a CloudWatch Events rule in the security account to detect S3 bucket creation or modification events) can be useful for monitoring bucket creation or modification events, but it doesn't specifically address the requirement of enforcing bucket policy compliance based on the bucket's data classification.
upvoted 1 times
...
abdelrhman
1 year, 11 months ago
Selected Answer: ABE
https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html ABE
upvoted 2 times
...
Nikhil0222
2 years ago
ACE -A. Configure Amazon CloudWatch Events in the production accounts to send all S3 events to the security account event bus: This will allow the security account to monitor the S3 bucket events in all production accounts. C. Configure an Amazon CloudWatch Events rule in the security account to detect S3 bucket creation or modification events: This will allow the security account to detect when a new bucket is created or when an existing bucket is modified. E. Invoke an AWS Lambda function in the security account to analyze S3 bucket settings in response to S3 events, and send non-compliance notifications to the Security team: This will allow the security account to analyze the bucket policy changes in accordance with the data classification of the bucket and send notifications to the security team if any policy change is out of compliance.
upvoted 2 times
...
ITGURU51
2 years ago
The obvious wrong answers would leave you with ACE. Trusted Advisor, GuardDuty have nothing to do with maintaining the overall compliance requirements. Invoking the Lambda function would help us send the non-compliance notifications.
upvoted 2 times
...
MrTricky
2 years, 3 months ago
ACE A: To recive events on the security account you have to allow S3 events to be sent on the event bus of the security account. If not, the S3 events can be recorded on the production account but they will not be sent to the security account. https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/CloudWatchEvents-CrossAccountEventDelivery.html C: Not much to be said, you have to detect somehow, CloudWatch Event rules does this and can invoke a Lambda function E: After detection you need to analyze the event and send a notification
upvoted 1 times
...
boooliyooo
2 years, 4 months ago
Selected Answer: ACE
To build the required solution, the security engineer should take the following actions: A. Configure Amazon CloudWatch Events in the production accounts to send all S3 events to the security account event bus. This will allow the security account to receive notifications of all S3 events that occur in the production accounts, such as bucket creation, modification, or deletion. C. Configure an Amazon CloudWatch Events rule in the security account to detect S3 bucket creation or modification events. This will allow the security account to monitor for changes to the S3 bucket policies and detect any non-compliant changes. E. Invoke an AWS Lambda function in the security account to analyze S3 bucket settings in response to S3 events, and send non-compliance notifications to the Security team. The Lambda function can be triggered by the CloudWatch Events rule to analyze the S3 bucket settings and determine if they are in compliance with the bucket's data classification. If any changes are detected that are out of compliance, the Lambda function can send a notification to the Security team.
upvoted 3 times
...
MoreOps
3 years ago
Selected Answer: ACE
A C E , send bucket events to sec acc -> analyze them, and notify via a lambda that checks validity
upvoted 2 times
...
sam_live
3 years, 3 months ago
A - get events C - rule to detect E - notification
upvoted 1 times
...
pmjcr
3 years, 6 months ago
Both A and F are not really neeed. There is not requirement to log all data events.. only configuration changes.
upvoted 4 times
DerekKey
3 years, 6 months ago
A & C are correlated - you send everything that you monitor but you monitor only bucket creation and modification
upvoted 1 times
...
...
Larsson
3 years, 6 months ago
ACE I say. (PUT, POST and DELETE events do not change the policy of the bucket)
upvoted 3 times
...
dishu2511
3 years, 6 months ago
ACE makes sense.
upvoted 2 times
...
Bemi
3 years, 6 months ago
CEF - The questions states "All of the company's Amazon S3 buckets are tagged with a value denoting the data classification of their contents", what would be the essence of monitoring read and list operations events? We are to ensure the right data is pushed the required buckets which would suffice to the following operations - PUT, POST & DLETE
upvoted 3 times
Gustava6272
3 years, 6 months ago
The 'All' part is only possible with 'A' . Hence ACE is better answer.
upvoted 1 times
...
...
Ayusef
3 years, 6 months ago
So in this situation we have to config cloud watch 2 times?? I first assume C..E..F..But after reading post it could be A..C..E.. I just need to understand why we are configuring cloud watch 2 times but being that it is a prod to central sec account its possible.
upvoted 2 times
...
DanMuniz
3 years, 6 months ago
very weird question, I will go with you guys but I am unsure about this one.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago