AWS Certified SAP on AWS – Specialty (PAS-C01) — Question 20
A company wants to deploy an SAP HANA database on AWS by using AWS Launch Wizard for SAP. An SAP solutions architect needs to run a custom post-deployment script on the Amazon EC2 instance that Launch Wizard provisions.
Which actions can the SAP solutions architect take to provide the post-deployment script in the Launch Wizard console? (Choose two.)
Answer options
- A. Provide the FTP URL of the script.
- B. Provide the HTTPS URL of the script on a web server.
- C. Provide the Amazon S3 URL of the script.
- D. Write the script inline.
- E. Upload the script.
Correct answer: C, E
Explanation
The correct answers are C and E because AWS Launch Wizard allows the use of an Amazon S3 URL to access the script and also permits direct uploading of the script. Options A and B are incorrect as FTP and HTTP links are not supported for script execution in this context, and option D is not feasible since the console does not allow inline script writing.