SAP-C02 学习助手

SAP-C02 第 221 题

Lambda S3 EC2 Organizations CloudWatch Systems Manager

题目

A company uses AWS Organizations to manage its AWS accounts. The company needs a list of all its Amazon EC2 instances that have underutilized CPU or memory usage. The company also needs recommendations for how to downsize these underutilized instances. Which solution will meet these requirements with the LEAST effort?

中文翻译:
一家公司使用 AWS Organizations 来管理其 AWS 账户。该公司需要一份 CPU 或内存使用率未充分利用的所有 Amazon EC2 实例的列表。该公司还需要有关如何缩小这些未充分利用的实例的建议。哪种解决方案能够以最少的努力满足这些要求?

选项

A. Install a CPU and memory monitoring tool from AWS Marketplace on all the EC2 instances. Store the findings in Amazon S3. Implement a Python script to identify underutilized instances. Reference EC2 instance pricing information for recommendations about downsizing options.

中文翻译:
在所有 EC2 实例上安装来自 AWS Marketplace 的 CPU 和内存监控工具。将结果存储在 Amazon S3 中。实施 Python 脚本来识别未充分利用的实例。请参考 EC2 实例定价信息,获取有关缩减规模选项的建议。

B. Install the Amazon CloudWatch agent on all the EC2 instances by using AWS Systems Manager. Retrieve the resource optimization recommendations from AWS Cost Explorer in the organization’s management account. Use the recommendations to downsize underutilized instances in all accounts of the organization.

中文翻译:
使用 AWS Systems Manager 在所有 EC2 实例上安装 Amazon CloudWatch 代理。从组织管理账户中的 AWS Cost Explorer 检索资源优化建议。使用这些建议来缩小组织所有账户中未充分利用的实例的规模。

C. Install the Amazon CloudWatch agent on all the EC2 instances by using AWS Systems Manager. Retrieve the resource optimization recommendations from AWS Cost Explorer in each account of the organization. Use the recommendations to downsize underutilized instances in all accounts of the organization.

中文翻译:
使用 AWS Systems Manager 在所有 EC2 实例上安装 Amazon CloudWatch 代理。从组织的每个账户中的 AWS Cost Explorer 检索资源优化建议。使用这些建议来缩小组织所有账户中未充分利用的实例的规模。

D. Install the Amazon CloudWatch agent on all the EC2 instances by using AWS Systems Manager. Create an AWS Lambda function to extract CPU and memory usage from all the EC2 instances. Store the findings as files in Amazon S3. Use Amazon Athena to find underutilized instances. Reference EC2 instance pricing information for recommendations about downsizing options.

中文翻译:
使用 AWS Systems Manager 在所有 EC2 实例上安装 Amazon CloudWatch 代理。创建一个 AWS Lambda 函数以从所有 EC2 实例中提取 CPU 和内存使用情况。将结果存储为 Amazon S3 中的文件。使用 Amazon Athena 查找未充分利用的实例。请参考 EC2 实例定价信息,获取有关缩减规模选项的建议。

答案

B

解析

正确答案:B 解析: 本题应选择 B。 正确选项: B. 使用 AWS Systems Manager 在所有 EC2 实例上安装 Amazon CloudWatch 代理。从组织管理账户中的 AWS Cost Explorer 检索资源优化建议。使用这些建议来缩小组织所有账户中未充分利用的实例的规模。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成...

登录后查看完整解析