Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 351 discussion

A company has an internal website that contains sensitive data. The company wants to make the website public. The company must ensure that only employees who authenticate through the company's OpenID Connect (OIDC) identity provider (IdP) can access the website. A developer needs to implement authentication without editing the website.

Which combination of steps will meet these requirements? (Choose two.)

  • A. Create a public Network Load Balancer.
  • B. Create a public Application Load Balancer.
  • C. Configure a listener for the load balancer that listens on HTTPS port 443. Add a default authenticate action providing the OIDC IdP configuration.
  • D. Configure a listener for the load balancer that listens on HTTP port 80. Add a default authenticate action providing the OIDC IdP configuration.
  • E. Configure a listener for the load balancer that listens on HTTPS port 443. Add a default AWS Lambda action providing an Amazon Resource Name (ARN) to a Lambda authentication function.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
aws_god
1 week, 1 day ago
Selected Answer: BC
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html#configure-user-authentication
upvoted 1 times
...
65703c1
5 months, 3 weeks ago
Selected Answer: BC
BC is the correct answer.
upvoted 4 times
...
jane_doe_1
6 months ago
BC. Since website contains sensitive data, I would use HTTPS port 433, instead of HTTP port 80.
upvoted 2 times
...
be1dca8
7 months, 1 week ago
BD, The company wants to make the application public so we using HTTP will allow it to be public.
upvoted 1 times
...
seetpt
7 months, 2 weeks ago
Selected Answer: BC
BC is correct
upvoted 3 times
...
komorebi
7 months, 3 weeks ago
The correct answer to ChetGPT is B, C
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...