
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company recently migrated its entire IT environment to the AWS Cloud. The company discovers that users are provisioning oversized Amazon EC2 instances and modifying security group rules without using the appropriate change control process. A solutions architect must devise a strategy to track and audit these inventory and configuration changes.
Which actions should the solutions architect take to meet these requirements? (Choose two.)
A
Enable AWS CloudTrail and use it for auditing.
B
Use data lifecycle policies for the Amazon EC2 instances.
C
Enable AWS Trusted Advisor and reference the security dashboard.
D
Enable AWS Config and create rules for auditing and compliance purposes.
E
Restore previous resource configurations with an AWS CloudFormation template.
Explanation:
Correct Answers: A and D
Why A (AWS CloudTrail) is correct:
RunInstances, AuthorizeSecurityGroupIngress, ModifySecurityGroupRules).Why D (AWS Config) is correct:
Why the other options are incorrect:
B (Data lifecycle policies):
C (AWS Trusted Advisor):
E (Restore with CloudFormation):
Key AWS Services for Auditing:
Together, CloudTrail and Config provide comprehensive visibility into both user activities (who did what) and resource configurations (what changed).