ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 552 - SAA-C03 discussion

Report
Export

A company runs a web application on Amazon EC2 instances in an Auto Scaling group that has a target group. The company desgned the application to work with session affinity (sticky sessions) for a better user experience.

The application must be available publicly over the internet as an endpoint_ A WAF must be applied to the endpoint for additional security. Session affinity (sticky sessions) must be configured on the endpoint Which combination of steps will meet these requirements? (Select TWO)

A.
Create a public Network Load Balancer Specify the application target group.
Answers
A.
Create a public Network Load Balancer Specify the application target group.
B.
Create a Gateway Load Balancer Specify the application target group.
Answers
B.
Create a Gateway Load Balancer Specify the application target group.
C.
Create a public Application Load Balancer Specify the application target group.
Answers
C.
Create a public Application Load Balancer Specify the application target group.
D.
Create a second target group. Add Elastic IP addresses to the EC2 instances
Answers
D.
Create a second target group. Add Elastic IP addresses to the EC2 instances
E.
Create a web ACL in AWS WAF Associate the web ACL with the endpoint
Answers
E.
Create a web ACL in AWS WAF Associate the web ACL with the endpoint
Suggested answer: C, E

Explanation:

C and E are the correct answers because they allow the company to create a public endpoint for its web application that supports session affinity (sticky sessions) and has a WAF applied for additional security. By creating a public Application Load Balancer, the company can distribute incoming traffic across multiple EC2 instances in an Auto Scaling group and specify the application target group. By creating a web ACL in AWS WAF and associating it with the Application Load Balancer, the company can protect its web application from common web exploits. By enabling session stickiness on the Application Load Balancer, the company can ensure that subsequent requests from a user during a session are routed to the same target. Reference:

Application Load Balancers

AWS WAF

Target Groups for Your Application Load Balancers

How Application Load Balancer Works with Sticky Sessions

asked 16/09/2024
Gianmarco Salvaticchio
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first