A company is migrating an SAP system to AWS and needs to ensure that the SAP application can communicate with the database over a low-latency, high-bandwidth connection. What is the best practice for network architecture?
Same AZ ensures low-latency communication.
Why this answer
Placing the SAP application and database in the same VPC and Availability Zone minimizes latency. Separate AZs increase latency. Different regions introduce significant latency.
On-premises connection defeats purpose of migration.