ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 549 - SAA-C03 discussion

Report
Export

A company wants to use an AWS CloudFormatlon stack for its application in a test environment. The company stores the CloudFormation template in an Amazon S3 bucket that blocks public access. The company wants to grant CloudFormation access to the template in the S3 bucket based on specific user requests to create the test environment The solution must follow security best practices.

Which solution will meet these requirements?

A.
Create a gateway VPC endpoint for Amazon S3. Configure the CloudFormation stack to use the S3 object URL
Answers
A.
Create a gateway VPC endpoint for Amazon S3. Configure the CloudFormation stack to use the S3 object URL
B.
Create an Amazon API Gateway REST API that has the S3 bucket as the target. Configure the CloudFormat10n stack to use the API Gateway URL _
Answers
B.
Create an Amazon API Gateway REST API that has the S3 bucket as the target. Configure the CloudFormat10n stack to use the API Gateway URL _
C.
Create a presigned URL for the template object_ Configure the CloudFormation stack to use the presigned URL.
Answers
C.
Create a presigned URL for the template object_ Configure the CloudFormation stack to use the presigned URL.
D.
Allow public access to the template object in the S3 bucket. Block the public access after the test environment is created
Answers
D.
Allow public access to the template object in the S3 bucket. Block the public access after the test environment is created
Suggested answer: C

Explanation:

it allows CloudFormation to access the template in the S3 bucket without granting public access or creating additional resources. A presigned URL is a URL that is signed with the access key of an IAM user or role that has permission to access the object. The presigned URL can be used by anyone who receives it, but it expires after a specified time. By creating a presigned URL for the template object and configuring the CloudFormation stack to use it, the company can grant CloudFormation access to the template based on specific user requests and follow security best practices. Reference:

Using Amazon S3 Presigned URLs

Using Amazon S3 Buckets

asked 16/09/2024
Arpita Pattnayak
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first