SAP-C02 第 20 题
题目
A company is planning to store a large number of archived documents and make the documents available to employees through the corporate intranet. Employees will access the system by connecting through a client VPN service that is attached to a VPC. The data must not be accessible to the public. The documents that the company is storing are copies of data that is held on physical media elsewhere. The number of requests will be low. Availability and speed of retrieval are not concerns of the company. Which solution will meet these requirements at the LOWEST cost?
中文翻译:
一家公司计划存储大量存档文档,并通过公司内部网向员工提供这些文档。员工将通过连接到 VPC 的客户端 VPN 服务进行连接来访问系统。这些数据不得向公众开放。公司存储的文档是其他地方物理介质上保存的数据的副本。请求的数量将会很少。可用性和检索速度不是公司关心的问题。哪种解决方案能够以最低的成本满足这些要求?
选项
A. Create an Amazon S3 bucket. Configure the S3 bucket to use the S3 One Zone-Infrequent Access (S3 One Zone-IA) storage class as default. Configure the S3 bucket for website hosting. Create an S3 interface endpoint. Configure the S3 bucket to allow access only through that endpoint.
中文翻译:
创建 Amazon S3 存储桶。将 S3 存储桶配置为默认使用 S3 One Zone-Infrequent Access (S3 One Zone-IA) 存储类别。配置用于网站托管的 S3 存储桶。创建 S3 接口端点。将 S3 存储桶配置为仅允许通过该端点进行访问。
B. Launch an Amazon EC2 instance that runs a web server. Attach an Amazon Elastic File System (Amazon EFS) file system to store the archived data in the EFS One Zone-Infrequent Access (EFS One Zone-IA) storage class Configure the instance security groups to allow access only from private networks.
中文翻译:
启动运行 Web 服务器的 Amazon EC2 实例。附加 Amazon Elastic File System (Amazon EFS) 文件系统以将存档数据存储在 EFS One Zone-Infrequent Access (EFS One Zone-IA) 存储类中 将实例安全组配置为仅允许从私有网络进行访问。
C. Launch an Amazon EC2 instance that runs a web server Attach an Amazon Elastic Block Store (Amazon EBS) volume to store the archived data. Use the Cold HDD (sc1) volume type. Configure the instance security groups to allow access only from private networks.
中文翻译:
启动运行 Web 服务器的 Amazon EC2 实例附加 Amazon Elastic Block Store (Amazon EBS) 卷来存储存档数据。使用冷 HDD (sc1) 卷类型。配置实例安全组以仅允许从专用网络访问。
D. Create an Amazon S3 bucket. Configure the S3 bucket to use the S3 Glacier Deep Archive storage class as default. Configure the S3 bucket for website hosting. Create an S3 interface endpoint. Configure the S3 bucket to allow access only through that endpoint.
中文翻译:
创建 Amazon S3 存储桶。将 S3 存储桶配置为默认使用 S3 Glacier Deep Archive 存储类别。配置用于网站托管的 S3 存储桶。创建 S3 接口端点。将 S3 存储桶配置为仅允许通过该端点进行访问。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 创建 Amazon S3 存储桶。将 S3 存储桶配置为默认使用 S3 One Zone-Infrequent Access (S3 One Zone-IA) 存储类别。配置用于网站托管的 S3 存储桶。创建 S3 接口端点。将 S3 存储桶配置为仅允许通过该端点进行访问。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例...