
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 has customers located across the world. The company wants to use automation to secure its systems and network infrastructure. The company's security team must be able to track and audit all incremental changes to the infrastructure.
Which solution will meet these requirements?
A
Use AWS Organizations to set up the infrastructure. Use AWS Config to track changes.
B
Use AWS CloudFormation to set up the infrastructure. Use AWS Config to track changes.
C
Use AWS Organizations to set up the infrastructure. Use AWS Service Catalog to track changes.
D
Use AWS CloudFormation to set up the infrastructure. Use AWS Service Catalog to track changes.
Explanation:
Correct Answer: B - Use AWS CloudFormation to set up the infrastructure. Use AWS Config to track changes.
AWS CloudFormation for Infrastructure Setup:
AWS Config for Change Tracking and Auditing:
Option A: AWS Organizations is for managing multiple AWS accounts, not for setting up infrastructure. While AWS Config is correct for tracking changes, Organizations alone doesn't provide infrastructure automation.
Option C: AWS Organizations is for account management, and AWS Service Catalog is for creating and managing catalogs of IT services, not for tracking incremental infrastructure changes.
Option D: While AWS CloudFormation is correct for infrastructure setup, AWS Service Catalog is not designed for tracking and auditing incremental changes. Service Catalog is for managing approved IT services and products.
This solution provides both the automation needed for global infrastructure deployment and the detailed change tracking required for security auditing.