AWS SAP-C02 · Question 57 · Domain 4.3: Migration Strategy
A company is migrating a large monolithic application to AWS. The application uses a hardcoded IP address to connect to an on-premises legacy mainframe. The mainframe cannot be updated to use a new IP address. The company plans to migrate the mainframe to AWS in the future, but for now, the application running in AWS must be able to reach the mainframe using the exact same hardcoded IP address. How can the Architect achieve this?
Answer options:
Deploy the application in a VPC. Create a private NAT Gateway or use a proxy instance to translate the hardcoded IP to the actual on-premises IP over AWS Direct Connect.
Create a VPC with a CIDR block that includes the hardcoded IP address. Route traffic for that IP over AWS Direct Connect to the on-premises network.
Create a Route 53 private hosted zone and map the hardcoded IP address to an A record.
Ensure the hardcoded IP address is NOT part of the VPC CIDR block. Add a specific route in the VPC route table for the hardcoded IP address, pointing to the Virtual Private Gateway (VGW) attached to the Direct Connect.
75 questions · hints · full answers · grading