Question 266:
Developers have created a new application for a multinational pharma company. This application is tested successfully on EC2 instance in the us-west-1 region & now needs to be deployed in the Production environment across the globe. As a SysOps Administrator you need to deploy this application for all accounts within this company & ensure identical configuration across all regions. Whichof the following is a cost-effective and efficient way to have applications deployed in a short time frame?
Answer options:
A.Manually configure this application on EC2 instance in all regions. B.Create AWS CloudFormation StackSets to deploy application on EC2 instance in all regions. C.Create a script to automatically deploy this application while launching EC2 instance in all regions. D.Use third party tools to automate deployment of applications on EC2 instance in all regions.