ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

28 / 465

Question 28:

A legacy application with a license is attached to a single MAC address. An EC2 instance can receive a new MAC address while launching new instances. How can you ensure that your EC2 instances can maintain a single MAC address for licensing? Choose the correct option.

Answer options:

A.Create an ENI and assign it to the EC2 instance. The ENI will have a static MAC address and can be detached and reattached to a new instance if the current instance becomes unavailable.
B.Private subnets have static MAC addresses. Launch the EC2 instance in a private subnet and, if required, use a NAT to serve data over the internet.
C.Configure a manual MAC address for each EC2 instance and report that to the licensing company.
D.AWS cannot have a fixed MAC address; the best solution is to create a dedicated VPN/VGW gateway to serve data from the legacy application.