AWS Certified SysOps Administrator – Associate (legacy) — Question 30
An organization is planning to use AWS for their production roll out. The organization wants to implement automation for deployment such that it will automatically create a LAMP stack, download the latest PHP installable from S3 and setup the ELB. Which of the below mentioned AWS services meets the requirement for making an orderly deployment of the software?
Answer options
- A. AWS Elastic Beanstalk
- B. AWS Cloudfront
- C. AWS Cloudformation
- D. AWS DevOps
Correct answer: C
Explanation
AWS CloudFormation is the correct choice because it allows for the provisioning of AWS resources in a predictable and orderly manner using templates. AWS Elastic Beanstalk is more focused on application deployment rather than infrastructure setup, AWS Cloudfront is a content delivery network, and AWS DevOps is a set of practices rather than a specific deployment service.