ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

69 / 474

Question 69:

You’ve been given the requirement to customize the content which is distributed to users via a Cloudfront Distribution. The content origin is an S3 bucket. How could you achieve this?

Answer options:

A.Add an event to the S3 bucket. Make the event invoke a Lambda function that would customize the content.
B.Add a Step Function. Add a step with a Lambda function just before the content gets delivered to the users.
C.Consider using Lambda@Edge.
D.Consider using a separate application on an EC2 Instance for this purpose.