Test questions
- You have developed a set of CloudFormation templates that can be used by your current company to deploy its middleware solution for processing files. This application is deployed to a number of EC2 spot instances, and there is a user data component of CloudFormation that downloads a number of scripts, including an initialization shell script from an S3 bucket to help configure those instances. The S3 bucket that holds the scripts has versioning enabled. The only known copy of the scripts at the company is located in that S3 bucket. A new intern accidentally deletes the script when trying to upload a different static asset to the bucket. What is the quickest way to restore the script so that the servers may be redeployed using the CloudFormation templates?
a. You will need to recreate the script and upload it with the same name to the S3 bucket. With file versioning enabled, you can only see the differences between files, not recovered deleted files.
b. You will need...