SAP-C02 学习助手

SAP-C02 第 314 题

S3 EC2 Config Systems Manager

题目

A solutions architect needs to migrate an on-premises legacy application to AWS. The application runs on two servers behind a load balancer. The application requires a license file that is associated with the MAC address of the server's network adapter It takes the software vendor 12 hours to send new license files. The application also uses configuration files with a static IP address to access a database server, host names are not supported. Given these requirements, which combination of steps should be taken to implement highly available architecture for the application servers in AWS? (Choose two.)

中文翻译:
解决方案架构师需要将本地旧应用程序迁移到 AWS。该应用程序在负载平衡器后面的两台服务器上运行。该应用程序需要与服务器网络适配器的 MAC 地址关联的许可证文件。软件供应商需要 12 小时才能发送新的许可证文件。该应用程序还使用具有静态IP地址的配置文件来访问数据库服务器,不支持主机名。考虑到这些要求,应该采取哪些步骤组合来为 AWS 中的应用程序服务器实现高可用架构? (选择两个。)

选项

A. Create a pool of ENIs. Request license files from the vendor for the pool, and store the license files in Amazon S3. Create a bootstrap automation script to download a license file and attach the corresponding ENI to an Amazon EC2 instance.

中文翻译:
创建 ENI 池。向池供应商请求许可证文件,并将许可证文件存储在 Amazon S3 中。创建引导自动化脚本以下载许可证文件并将相应的 ENI 附加到 Amazon EC2 实例。

B. Create a pool of ENIs. Request license files from the vendor for the pool, store the license files on an Amazon EC2 instance. Create an AMI from the instance and use this AMI for all future EC2 instances.

中文翻译:
创建 ENI 池。向池供应商请求许可证文件,将许可证文件存储在 Amazon EC2 实例上。从实例创建 AMI 并将此 AMI 用于所有未来的 EC2 实例。

C. Create a bootstrap automation script to request a new license file from the vendor .When the response is received, apply the license file to an Amazon EC2 instance.

中文翻译:
创建引导自动化脚本以向供应商请求新的许可证文件。收到响应后,将许可证文件应用到 Amazon EC2 实例。

D. Edit the bootstrap automation script to read the database server IP address from the AWS Systems Manager Parameter Store, and inject the value into the local configuration files.

中文翻译:
编辑引导自动化脚本以从 AWS Systems Manager Parameter Store 读取数据库服务器 IP 地址,并将该值注入到本地配置文件中。

E. Edit an Amazon EC2 instance to include the database server IP address in the configuration files and re-create the AMI to use for all future EC2 stances.

中文翻译:
编辑 Amazon EC2 实例以将数据库服务器 IP 地址包含在配置文件中,并重新创建 AMI 以用于未来的所有 EC2 立场。

答案

AD

解析

正确答案:AD 解析: 本题应选择 AD。 正确选项: A. 创建 ENI 池。向池供应商请求许可证文件,并将许可证文件存储在 Amazon S3 中。创建引导自动化脚本以下载许可证文件并将相应的 ENI 附加到 Amazon EC2 实例。 D. 编辑引导自动化脚本以从 AWS Systems Manager Parameter Store 读取数据库服务器 IP 地址,并将该值注入到本地配置文件中。 选择理由: 该选项最直接地满足题...

登录后查看完整解析