SAP-C02 第 38 题
题目
A company is using AWS Organizations to manage multiple AWS accounts. For security purposes, the company requires the creation of an Amazon Simple Notification Service (Amazon SNS) topic that enables integration with a third-party alerting system in all the Organizations member accounts. A solutions architect used an AWS CloudFormation template to create the SNS topic and stack sets to automate the deployment of CloudFormation stacks. Trusted access has been enabled in Organizations. What should the solutions architect do to deploy the CloudFormation StackSets in all AWS accounts?
中文翻译:
一家公司正在使用 AWS Organizations 来管理多个 AWS 账户。出于安全目的,该公司要求创建一个 Amazon Simple Notification Service (Amazon SNS) 主题,以便与所有组织成员账户中的第三方警报系统集成。解决方案架构师使用 AWS CloudFormation 模板创建 SNS 主题和堆栈集,以自动部署 CloudFormation 堆栈。组织中已启用可信访问。解决方案架构师应该如何在所有 AWS 账户中部署 CloudFormation StackSet?
选项
A. Create a stack set in the Organizations member accounts. Use service-managed permissions. Set deployment options to deploy to an organization. Use CloudFormation StackSets drift detection.
中文翻译:
在组织成员帐户中创建堆栈集。使用服务管理的权限。设置部署选项以部署到组织。使用 CloudFormation StackSets 漂移检测。
B. Create stacks in the Organizations member accounts. Use self-service permissions. Set deployment options to deploy to an organization. Enable the CloudFormation StackSets automatic deployment.
中文翻译:
在组织成员帐户中创建堆栈。使用自助服务权限。设置部署选项以部署到组织。启用 CloudFormation StackSets 自动部署。
C. Create a stack set in the Organizations management account. Use service-managed permissions. Set deployment options to deploy to the organization. Enable CloudFormation StackSets automatic deployment.
中文翻译:
在组织管理帐户中创建堆栈集。使用服务管理的权限。设置部署选项以部署到组织。启用 CloudFormation StackSets 自动部署。
D. Create stacks in the Organizations management account. Use service-managed permissions. Set deployment options to deploy to the organization. Enable CloudFormation StackSets drift detection.
中文翻译:
在组织管理帐户中创建堆栈。使用服务管理的权限。设置部署选项以部署到组织。启用 CloudFormation StackSets 漂移检测。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 在组织管理帐户中创建堆栈集。使用服务管理的权限。设置部署选项以部署到组织。启用 CloudFormation StackSets 自动部署。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:SNS、Organiz...