Quiz - Chapter 17 - Security Flashcards
What does DDoS stand for?
Distributed Denial of Service
What is the easiest way to ensure your CloudTrail logs haven’t been tampered with?
Enable log file validation in your trail
CloudTrail offers this as a feature, but you must enable it.
Which of the following is NOT a data source for GuardDuty?
RDS Event History
GuardDuty would not be able to monitor this
What service does Macie monitor once you’ve enabled it?
S3
What is the best way to deliver content from an S3 bucket that only allows users to view content for a set period of time?
Create a presigned URL using S3
Presigned URLs would allow you to restrict the length of time the content can be viewed
What is the easiest way to log API calls in AWS?
CloudTrail is the best way to log API calls in AWS
Your boss requires automatic key rotation for your encrypted data. Which AWS service supports this?
KMS
True or False? AWS Shield Advanced provides access to a 24/7 support team to help with DDoS issues.
TRUE
True or False? You must explicitly deny all API calls that a user shouldn’t be able to make.
FALSE
All calls are denied by default and must be allowed
What three components are required in all IAM policy documents?
Effect, Action, and Resource are the only required parts