Question 585 of 1,733
TechnologymediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is Amazon EFS for the shared filesystem. This is correct because Amazon EFS provides a fully managed, elastic NFS filesystem that can be mounted concurrently by EC2 instances across multiple Availability Zones, making it the only native AWS storage service that meets the requirement for a shared, highly available filesystem for SAP ASCS and ERS clusters managed by Pacemaker. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your understanding of shared storage limitations—specifically that EBS Multi-Attach only works within a single AZ and that S3 is object storage, not a POSIX filesystem. A common trap is assuming EBS can be shared across AZs, but EFS is purpose-built for this multi-AZ HA scenario. Memory tip: For SAP ASCS HA across AZs, remember “EFS for Every Filesystem Shared”—it’s the only shared NFS that spans AZs natively.

PAS-C01 Technology Practice Question

This PAS-C01 practice question tests your understanding of technology. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company is deploying SAP NetWeaver on AWS and wants to ensure high availability for the SAP Central Services (ASCS) and Enqueue Replication Server (ERS). They plan to use a cluster manager (Pacemaker) with a shared filesystem. The cluster will span two Availability Zones. The storage for the shared filesystem must be highly available and provide consistent performance. What storage solution should be used?

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use Amazon EFS for the shared filesystem.

Option C is correct. Amazon EFS provides a shared NFS filesystem that can be mounted from multiple instances across AZs, offering high availability and consistent performance. Option A is wrong because EBS volumes cannot be attached to multiple instances across AZs (Multi-Attach only works within same AZ). Option B is wrong because S3 is object storage, not a filesystem. Option D is wrong because Local SSDs are ephemeral and not shared.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use an Amazon S3 bucket as the shared filesystem.

    Why it's wrong here

    S3 is not a filesystem.

  • Use instance store volumes (Local SSDs) on each node.

    Why it's wrong here

    Not shared and ephemeral.

  • Use an Amazon EBS volume with Multi-Attach enabled.

    Why it's wrong here

    Multi-Attach only works within the same AZ.

  • Use Amazon EFS for the shared filesystem.

    Why this is correct

    EFS provides NFS across AZs with HA.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Identify which PAS-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Related practice questions

Related PAS-C01 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PAS-C01 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PAS-C01 question test?

Technology — This question tests Technology — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Use Amazon EFS for the shared filesystem. — Option C is correct. Amazon EFS provides a shared NFS filesystem that can be mounted from multiple instances across AZs, offering high availability and consistent performance. Option A is wrong because EBS volumes cannot be attached to multiple instances across AZs (Multi-Attach only works within same AZ). Option B is wrong because S3 is object storage, not a filesystem. Option D is wrong because Local SSDs are ephemeral and not shared.

What should I do if I get this PAS-C01 question wrong?

Identify which PAS-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

4 more ways this is tested on PAS-C01

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company is deploying SAP NetWeaver on AWS and needs to ensure high availability for the SAP Central Services (ASCS) instance. Which TWO AWS features should be used together to achieve this?

medium
  • A.Network Load Balancer (NLB)
  • B.Amazon RDS Multi-AZ
  • C.Application Load Balancer (ALB)
  • D.Amazon S3
  • E.Amazon EFS

Why A: Amazon EFS provides a shared filesystem for the ASCS cluster, and a Network Load Balancer (NLB) is used to distribute traffic to the active ASCS instance. S3 is not suitable for shared files, and Multi-AZ for RDS is for databases, not ASCS.

Variation 2. A company is migrating an SAP system to AWS and needs to ensure high availability for the SAP Central Services (ASCS) instance. Which architecture should be used to meet this requirement?

medium
  • A.Use a cluster of EC2 instances across two Availability Zones with shared storage and a cluster manager.
  • B.Deploy the ASCS on a single large EC2 instance with a Multi-Attach EBS volume.
  • C.Use an Auto Scaling group with a launch configuration for ASCS.
  • D.Deploy two EC2 instances in the same Availability Zone with a replicated file system.

Why A: Option B is correct because SAP ASCS can be set up in a cluster across multiple Availability Zones using shared storage (e.g., Amazon EFS or FSx) and a cluster manager like Pacemaker. Option A is wrong because a single EC2 instance does not provide high availability. Option C is wrong because an Auto Scaling group is for horizontal scaling of stateless applications, not for SAP ASCS. Option D is wrong because placing both nodes in the same AZ does not protect against AZ failure.

Variation 3. A company is deploying SAP NetWeaver on AWS and needs to set up high availability for the SAP Central Services (ASCS) and Enqueue Replication Server (ERS). The company uses a shared file system for the transport directory. Which components are essential for the HA setup? (Choose TWO.)

medium
  • A.Amazon S3 as the transport directory.
  • B.An internal Application Load Balancer (ALB) to distribute traffic to the ASCS instance.
  • C.Both ASCS and ERS instances must run on the same EC2 instance.
  • D.Amazon RDS Multi-AZ for the SAP database.
  • E.The ASCS and ERS instances must be located in different Availability Zones.

Why B: Options A and D are correct. A: A load balancer is needed for virtual IP. D: AS CS and ERS must be in different AZs for HA. Option B is wrong because ASCS and ERS should be on separate instances. Option C is wrong because Multi-AZ is for RDS, not for ASCS/ERS. Option E is wrong because S3 is not used for transport in this scenario.

Variation 4. A company is migrating an SAP ERP system to AWS and needs to ensure high availability for the SAP Central Services (ASCS) and Enqueue Replication Server (ERS). The solution must use a shared file system for the SAP transport directory. Which combination of AWS services should be used?

hard
  • A.Amazon FSx for Windows File Server for the transport directory
  • B.Amazon S3 as the transport directory with two application servers
  • C.Amazon EFS for the transport directory and two EC2 instances with a floating IP
  • D.Amazon EBS volumes attached to both ASCS and ERS instances

Why C: Option D is correct because Amazon EFS provides a shared NFS file system for the transport directory, and using two EC2 instances in an active/passive configuration with a floating IP (e.g., via Route 53 or Elastic IP reassignment) provides high availability for ASCS/ERS. Option A is incorrect because EBS volumes cannot be attached to multiple instances simultaneously. Option B is incorrect because S3 is not a POSIX-compliant file system for SAP. Option C is incorrect because Amazon FSx for Windows File Server is for Windows workloads, not Linux SAP.

Last reviewed: Jun 20, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PAS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PAS-C01 exam.