AWS Certified Solutions Architect – Professional — Question 130

A Solutions Architect needs to migrate a legacy application from on premises to AWS. On premises, the application runs on two Linux servers behind a load balancer and accesses a database that is master-master on two servers. Each application server requires a license file that is tied to the MAC address of the server's network adapter. It takes the software vendor 12 hours to send ne license files through email. The application requires configuration files to use static.
IPv4 addresses to access the database servers, not DNS.
Given these requirements, which steps should be taken together to enable a scalable architecture for the application servers? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct as it allows for the management of license files linked to the MAC addresses of elastic network interfaces (ENIs), facilitating scalability. Option D is also correct because it automates the attachment of ENIs and retrieves dynamic database IP addresses while keeping the configuration updated. Options B and E involve static configurations that do not support scalability effectively, and option C does not address the need for static IP configurations.