Ultimate access to all questions.
A development team has designed AWS CloudFormation templates that make use of input parameters to generate resource names specific to each client, thereby making the templates highly reusable.
In order to store these templates securely and accessibly in the cloud, which AWS storage solution should you opt for?
Explanation:
Overall explanation Correct option:
S3
If you upload a local template file, AWS CloudFormation uploads it to an Amazon Simple Storage Service (Amazon S3) bucket in your AWS account. If you don't already have an S3 bucket that was created by AWS CloudFormation, it creates a unique bucket for each region in which you upload a template file. If you already have an S3 bucket that was created by AWS CloudFormation in your AWS account, AWS CloudFormation adds the template to that bucket.