nerdexam
Amazon

PAS-C01 · Question #29

A company uses an SAP application that runs batch jobs that are performance sensitive. The batch jobs can be restarted safely. The SAP application has six application servers. The SAP application…

The correct answer is B. Distribute the SAP application servers equally across three Availability Zones. The system must maintain greater than 60% availability, meaning at least 4 of 6 application servers must remain operational at any time. The key risk is an entire Availability Zone becoming unavailable. With 2 AZs (option C): distributing 6 servers as 3 per AZ means losing one…

Design of SAP Workloads on AWS

Question

A company uses an SAP application that runs batch jobs that are performance sensitive. The batch jobs can be restarted safely. The SAP application has six application servers. The SAP application functions reliably as long as the SAP application availability remains greater than 60%. The company wants to migrate the SAP application to AWS. The company is using a cluster with two Availability Zones. How should the company distribute the SAP application servers to maintain system reliability?

Options

  • ADistribute the SAP application servers equally across three partition placement groups.
  • BDistribute the SAP application servers equally across three Availability Zones.
  • CDistribute the SAP application servers equally across two Availability Zones.
  • DCreate an Amazon EC2 Auto Scaling group across two Availability Zones. Set a minimum capacity

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    80% (35)
  • C
    11% (5)
  • D
    7% (3)

Explanation

The system must maintain greater than 60% availability, meaning at least 4 of 6 application servers must remain operational at any time. The key risk is an entire Availability Zone becoming unavailable. With 2 AZs (option C): distributing 6 servers as 3 per AZ means losing one AZ leaves only 3 servers running - that is 50% availability, which falls below the 60% threshold and causes a reliability failure. With 3 AZs (option B): distributing 6 servers as 2 per AZ means losing one AZ leaves 4 servers running - that is 67% availability, which satisfies the >60% requirement. Even though the company currently uses a 2-AZ cluster, they must expand to 3 AZs to meet the reliability requirement. Option A (partition placement groups) addresses hardware fault isolation within an AZ but does not protect against AZ-level failures. Option D (Auto Scaling with minimum capacity) does not guarantee the application-level availability threshold since newly launched instances may not be immediately functional in an SAP context.

Topics

#High Availability#Availability Zones#SAP Architecture#Migration Strategy

Community Discussion

No community discussion yet for this question.

Full PAS-C01 Practice