An organization is migrating a SAP ERP system to AWS. The system has a requirement for high availability for the SAP Central Services (ASCS) instance. Which architecture should be used to meet this requirement?
Shared storage and floating IP meet ASCS HA requirements.
Why this answer
For high availability of SAP Central Services (ASCS), you need to deploy two ASCS instances in different Availability Zones with a shared filesystem (Amazon EFS or FSx for Windows File Server) and a floating IP mechanism. Option B correctly describes this architecture using Route 53 for the floating IP. Option A is incorrect because Multi-AZ RDS is for databases, not ASCS.
Option C is incorrect because an EBS volume cannot be attached to multiple EC2 instances simultaneously. Option D is incorrect because an Application Load Balancer does not support floating IPs and is not appropriate for ASCS.