You currently operate a web application In the AWS US-East region The application runs on an auto-scaled layer of EC2 instances and an RDS Multi-AZ database Your IT security compliance officer has tasked you to develop a reliable and durable logging solution to track changes made to your EC2.IAM And RDS resources. The solution must ensure the integrity and confidentiality of your log data. Which of these solutions would you recommend?

A. Create a new CloudTrail trail with one new S3 bucket to store the logs and with the global services option selected Use IAM roles S3 bucket policies and Multi Factor Authentication (MFA) Delete on the S3 bucket that stores your logs.
B. Create a new CloudTrail with one new S3 bucket to store the logs Configure SNS to send log file delivery
notifications to your management system Use IAM roles and S3 bucket policies on the S3 bucket mat
stores your logs.
C. Create a new CloudTrail trail with an existing S3 bucket to store the logs and with the global services option
selected Use S3 ACLs and Multi Factor Authentication (MFA) Delete on the S3 bucket that stores your logs.
D. Create three new CloudTrail trails with three new S3 buckets to store the logs one for the AWS
Management console, one for AWS SDKs and one for command line tools Use IAM roles and S3 bucket
policies on the S3 buckets that store your logs.


Answer: A. Create a new CloudTrail trail with one new S3 bucket to store the logs and with the global services option selected Use IAM roles S3 bucket policies and Multi Factor Authentication (MFA) Delete on the S3 bucket that stores your logs.

Computer Science & Information Technology

You might also like to view...

The @media rule enables you to consolidate all of your ____ within a single sheet.

A. themes B. styles C. pages D. sheets

Computer Science & Information Technology

Write a script named ifthen that prompts the user with >> and reads a string of text from the user. If the user enters a nonnull string, the script displays You entered: followed by the string; otherwise it displays Where is your input?. Use an if...then...else control structure (Sobell, page 439) to imple- ment the two-way branch in the script. Use the test (Sobell, pages 435 and 1011) builtin to determine if the user enters a null string. What do you have to do to avoid getting an error message when you prompt with >>? (There are several ways to construct the test statement.)

What will be an ideal response?

Computer Science & Information Technology

The first widely used graphical web browser was developed at:

a. CERN b. NCSA c. W3C d. ARPA

Computer Science & Information Technology

E-commerce sites often use a ____ to store online orders and billing information.

A. form B. text file C. query D. database

Computer Science & Information Technology