Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon Exam SOA-C02 Topic 12 Question 70 Discussion

Actual exam question for Amazon's SOA-C02 exam
Question #: 70
Topic #: 12
[All SOA-C02 Questions]

A company's web application is available through an Amazon CloudFront distribution and directly through an internet-facing Application Load Balancer (ALB) A SysOps administrator must make the application accessible only through the CloudFront distribution and not directly through the ALB. The SysOps administrator must make this change without changing the application code

Which solution will meet these requirements?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Joana
5 days ago
Option C is a bit more complicated, but it does provide a good level of control over the access to the application. Replacing the ALB with an internal one and adding custom header rules is a robust approach.
upvoted 0 times
...
Jesusa
6 days ago
Option B seems like the best solution. Using a Lambda@Edge function to validate the request before forwarding it to the origin is a neat way to enforce the requirement without changing the application code.
upvoted 0 times
...
Stevie
15 days ago
That's a good point, option D does seem more straightforward and doesn't require creating a Lambda@Edge function.
upvoted 0 times
...
Benton
23 days ago
I disagree, I believe option D is better as it adds a custom HTTP header to the origin settings and has a rule to forward requests with the matching header.
upvoted 0 times
...
Stevie
25 days ago
I think option C could work because it involves replacing the ALB with a new internal one and adding a custom HTTP header.
upvoted 0 times
...

Save Cancel