Topic 1 Question 7
2 つ選択A company has a stateful web application that is hosted on Amazon EC2 instances in an Auto Scaling group. The instances run behind an Application Load Balancer (ALB) that has a single target group. The ALB is configured as the origin in an Amazon CloudFront distribution. Users are reporting random logouts from the web application. Which combination of actions should a SysOps administrator take to resolve this problem?
Change to the least outstanding requests algorithm on the ALB target group.
Configure cookie forwarding in the CloudFront distribution cache behavior.
Configure header forwarding in the CloudFront distribution cache behavior.
Enable group-level stickiness on the ALB listener rule.
Enable sticky sessions on the ALB target group.
ユーザの投票
コメント(17)
Answer is B and E. Refer url : https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html You can configure each cache behavior to do one of the following:
Forward all cookies to your origin – CloudFront includes all cookies sent by the viewer when it forwards requests to the origin.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/sticky-sessions.html By default, an Application Load Balancer routes each request independently to a registered target based on the chosen load-balancing algorithm.
👍 24jkwek2021/10/27B & E is correct answer. Enable sticky session + forward Cookie because ALB sticky session works based on cookie.
👍 6Huy2021/11/02- 正解だと思う選択肢: BE
Vote BE
👍 5nqthien0412922021/11/19
シャッフルモード