Question 1,266 of 1,733
MigrationeasyMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to create a private hosted zone in Amazon Route 53 with an A record. This configuration allows you to map the SAP application server’s hostname to the private IP address of the EC2 instance within your VPC, ensuring that DNS resolution consistently returns that IP even if the underlying instance is replaced or restarted. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your understanding of how to retain SAP hostnames after AWS migration using Route 53 private hosted zone, a critical requirement because SAP systems often hardcode hostnames in profiles and kernel parameters. A common trap is assuming a public hosted zone or Elastic IP is needed, but the key insight is that SAP application servers communicate internally, so a private zone with a simple A record is sufficient and avoids public exposure. Memory tip: think “Private A for SAP” — private zone, A record, for the application server’s internal identity.

PAS-C01 Migration Practice Question

This PAS-C01 practice question tests your understanding of migration. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 migrating an SAP system to AWS and needs to retain the same hostname for the SAP application server after migration. Which configuration should the company use?

Question 1easymultiple 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

Create a private hosted zone in Amazon Route 53 with an A record

Option B is correct because a private hosted zone in Amazon Route 53 allows you to create an A record that maps a custom hostname to the private IP address of an EC2 instance. This ensures that the SAP application server retains the same hostname after migration, as DNS resolution within the VPC will consistently return the instance's private IP, regardless of instance changes or restarts.

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.

  • Assign an Elastic IP to the EC2 instance and update the /etc/hosts file

    Why it's wrong here

    Hostname not resolved via DNS.

  • Create a private hosted zone in Amazon Route 53 with an A record

    Why this is correct

    Provides internal DNS resolution within VPC.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Create a CNAME record in a public hosted zone pointing to the EC2 instance

    Why it's wrong here

    Public DNS, not private.

  • Use a public hosted zone in Route 53 with an A record

    Why it's wrong here

    Public DNS, not private.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Elastic IPs with hostname persistence, assuming a static public IP is sufficient, but SAP systems rely on internal hostname resolution via DNS or /etc/hosts, not public IPs, and a private hosted zone provides the necessary centralized, scalable DNS solution within the VPC.

Detailed technical explanation

How to think about this question

Under the hood, a private hosted zone in Route 53 is associated with a VPC and provides DNS resolution for resources within that VPC without exposing them to the internet. The A record in the private zone maps the desired hostname to the EC2 instance's private IP, which is stable and does not change when the instance is stopped and started, unlike public IPs. In a real-world SAP migration, this approach ensures that dependent systems and SAP profiles referencing the hostname continue to function without reconfiguration, as DNS queries from within the VPC resolve to the correct private IP.

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.

TExam Day Tips

  • 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 healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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?

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

What is the correct answer to this question?

The correct answer is: Create a private hosted zone in Amazon Route 53 with an A record — Option B is correct because a private hosted zone in Amazon Route 53 allows you to create an A record that maps a custom hostname to the private IP address of an EC2 instance. This ensures that the SAP application server retains the same hostname after migration, as DNS resolution within the VPC will consistently return the instance's private IP, regardless of instance changes or restarts.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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

Last reviewed: Jun 24, 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.