SAP-C02 第 287 题
题目
A solutions architect must update an application environment within AWS Elastic Beanstalk using a blue/green deployment methodology. The solutions architect creates an environment that is identical to the existing application environment and deploys the application to the new environment. What should be done next to complete the update?
中文翻译:
解决方案架构师必须使用蓝/绿部署方法更新 AWS Elastic Beanstalk 中的应用程序环境。解决方案架构师创建一个与现有应用程序环境相同的环境,并将应用程序部署到新环境。接下来应该做什么来完成更新?
选项
A. Redirect to the new environment using Amazon Route 53.
中文翻译:
使用 Amazon Route 53 重定向到新环境。
B. Select the Swap Environment URLs option.
中文翻译:
选择交换环境 URL 选项。
C. Replace the Auto Scaling launch configuration.
中文翻译:
替换 Auto Scaling 启动配置。
D. Update the DNS records to point to the green environment.
中文翻译:
更新 DNS 记录以指向绿色环境。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 选择交换环境 URL 选项。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Route 53、RDS、Config、Auto Scaling。 排除思路: A、C、D 通常会在协议或服务适配、单点故障、跨区域/...