A company is migrating a critical application to AWS. The migration plan includes a pilot light strategy. The company has set up a small replica of the environment in AWS. During a disaster, the company wants to quickly provision the full production environment. Which AWS service is best suited for this purpose?
CloudFormation templates can quickly launch the full environment.
Why this answer
Option A is correct because CloudFormation can provision the full environment from templates. Option B is wrong because Elastic Beanstalk is for specific application types. Option C is wrong because OpsWorks is for Chef/Puppet.
Option D is wrong because CodeDeploy is for application deployment, not infrastructure.