A company is migrating an SAP system to AWS and needs to ensure that the SAP application servers are highly available. Which TWO actions should the company take? (Choose 2.)
Multi-AZ deployment provides HA.
Why this answer
For SAP application server high availability, deploy application servers across multiple Availability Zones (Option C) to protect against AZ failures. Use an Elastic Load Balancer (Option D) to distribute traffic across the healthy application servers, enabling automatic failover. Option A (single AZ) does not provide fault tolerance.
Option B (single large EC2 instance) is a single point of failure. Option E (Amazon EFS) is for shared filesystems like /sapmnt, but application servers are typically stateless and do not require EFS for HA; EFS supports HA but is not the primary action for application server HA itself.