A company is migrating a large SAP ERP system to AWS. The system has multiple interfaces with external systems using RFC connections. During the migration, the team needs to minimize changes to the external systems' configurations. What approach should be taken for the RFC connections?
Elastic IP remains static, avoiding changes to external RFC configurations.
Why this answer
Using an Elastic IP address for the SAP application server ensures the public IP remains the same after migration, minimizing changes. Option A (change external systems) is not minimal. Option B (private IP) may not be reachable.
Option D (NAT Gateway) is for outbound traffic.