SAP-C02 第 435 题
题目
A company is running its solution on AWS in a manually created VPC. The company is using AWS CloudFormation to provision other parts of the infrastructure. According to a new requirement, the company must manage all infrastructure in an automatic way. What should the company do to meet this new requirement with the LEAST effort?
中文翻译:
一家公司正在 AWS 上手动创建的 VPC 中运行其解决方案。该公司正在使用 AWS CloudFormation 来配置基础设施的其他部分。根据新的要求,公司必须以自动方式管理所有基础设施。公司应该如何做才能以最少的努力满足这一新要求?
选项
A. Create a new AWS Cloud Development Kit (AWS CDK) stack that strictly provisions the existing VPC resources and configuration. Use AWS CDK to import the VPC into the stack and to manage the VPC.
中文翻译:
创建新的 AWS 云开发工具包 (AWS CDK) 堆栈,严格预配现有 VPC 资源和配置。使用 AWS CDK 将 VPC 导入堆栈并管理 VPC。
B. Create a CloudFormation stack set that creates the VPC. Use the stack set to import the VPC into the stack.
中文翻译:
创建用于创建 VPC 的 CloudFormation 堆栈集。使用堆栈集将VPC导入堆栈。
C. Create a new CloudFormation template that strictly provisions the existing VPC resources and configuration. From the CloudFormation console, create a new stack by importing the Existing resources.
中文翻译:
创建一个新的 CloudFormation 模板,严格配置现有的 VPC 资源和配置。在 CloudFormation 控制台中,通过导入现有资源来创建新堆栈。
D. Create a new CloudFormation template that creates the VPC. Use the AWS Serverless Application Model (AWS SAM) CLI to import the VPC.
中文翻译:
创建一个用于创建 VPC 的新 CloudFormation 模板。使用 AWS 无服务器应用程序模型 (AWS SAM) CLI 导入 VPC。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 创建一个新的 CloudFormation 模板,严格配置现有的 VPC 资源和配置。在 CloudFormation 控制台中,通过导入现有资源来创建新堆栈。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:V...