nerdexam
Amazon

PAS-C01 · Question #22

An SAP technology consultant needs to scale up a primary application server (PAS) instance. The PAS currently runs on a c5a.xlarge Amazon EC2 instance. The SAP technology consultant needs to change th

The correct answer is A. Stop the complete SAP system. Stop the EC2 instance. Use the AWS Management Console or. Changing an EC2 instance type requires the instance to be in a stopped state-AWS cannot resize a running instance. Because the SAP application is running on that instance, the correct procedure is: (1) perform a clean SAP system shutdown to avoid data corruption or open transacti

Operation and Maintenance of SAP Workloads on AWS

Question

An SAP technology consultant needs to scale up a primary application server (PAS) instance. The PAS currently runs on a c5a.xlarge Amazon EC2 instance. The SAP technology consultant needs to change the instance type to c5a.2xlarge. How can the SAP technology consultant meet this requirement?

Options

  • AStop the complete SAP system. Stop the EC2 instance. Use the AWS Management Console or
  • BWhile SAP is running, use the AWS Management Console or the AWS CLI to change the instance
  • CStop the complete SAP system. Terminate the EC2 instance. Use the AWS Management Console
  • DWhile SAP is running, log in to the EC2 instance. Run the following AWS CLI command: aws ec2

How the community answered

(49 responses)
  • A
    71% (35)
  • B
    4% (2)
  • C
    16% (8)
  • D
    8% (4)

Explanation

Changing an EC2 instance type requires the instance to be in a stopped state-AWS cannot resize a running instance. Because the SAP application is running on that instance, the correct procedure is: (1) perform a clean SAP system shutdown to avoid data corruption or open transactions, (2) stop the EC2 instance through the console or CLI, (3) modify the instance type to c5a.2xlarge, and (4) start the instance and restart SAP. Options B and D are incorrect because instance type changes cannot be made while the instance is running. Option C (terminate) would permanently destroy the instance, making it the wrong approach when a simple stop-modify-start cycle is sufficient.

Topics

#EC2 instance scaling#SAP system operations#Vertical scaling#Instance lifecycle management

Community Discussion

No community discussion yet for this question.

Full PAS-C01 Practice