A company is running SAP on AWS and wants to automate the installation of SAP applications using infrastructure as code. Which AWS service should be used to define the infrastructure?
CloudFormation allows you to define AWS infrastructure as code.
Why this answer
AWS CloudFormation allows defining infrastructure as code. Option A is wrong because OpsWorks is for Chef/Puppet. Option B is wrong because CodeDeploy is for application deployment, not infrastructure.
Option C is wrong because Elastic Beanstalk is for web applications, not infrastructure.