Topic 1 Question 665
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?
Use AWS Organizations to set up the infrastructure. Use AWS Config to track changes.
Use AWS CloudFormation to set up the infrastructure. Use AWS Config to track changes.
Use AWS Organizations to set up the infrastructure. Use AWS Service Catalog to track changes.
Use AWS CloudFormation to set up the infrastructure. Use AWS Service Catalog to track changes.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
use automation to secure its systems and network infrastructure = AWS CloudFormation track and audit all incremental changes to the infrastructure = AWS Config
👍 5TariqKipkemei2023/12/08 - 正解だと思う選択肢: B
Option B is the most suitable because it combines the benefits of infrastructure as code (CloudFormation) with tracking and auditing capabilities (AWS Config). With CloudFormation, the company can define and deploy its infrastructure in a repeatable and automated way, ensuring consistency and adherence to security standards. AWS Config then complements this by providing visibility into changes and configuration details.
👍 2Min_932023/12/27
シャッフルモード