
Ultimate access to all questions.
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.