
Answer-first summary for fast verification
Answer: Deploy a public-facing Application Load Balancer., Set up an HTTPS listener on port 443 with an OIDC IdP-based authentication action for the load balancer.
To meet the requirement of making an internal website public while authenticating users via the company's OIDC IdP without changing the website itself, you should use an Application Load Balancer (ALB). Option B is correct because the ALB supports advanced routing and OIDC authentication features. Option C is also correct because you need to configure an HTTPS listener on port 443 and set up an authentication action using the OIDC IdP configuration. This ensures that only authenticated employees can access the website, fulfilling the security requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company seeks to make its sensitive internal website accessible publicly while ensuring that only authenticated employees via the company's OIDC IdP can access it. What steps should a developer take to implement this authentication without altering the website itself? (Select two appropriate actions.)
A
Deploy a public-facing Network Load Balancer.
B
Deploy a public-facing Application Load Balancer.
C
Set up an HTTPS listener on port 443 with an OIDC IdP-based authentication action for the load balancer.
D
Set up an HTTP listener on port 80 with an OIDC IdP-based authentication action for the load balancer.