Topic 1 Question 655
2 つ選択A company runs a web application on Amazon EC2 instances in an Auto Scaling group that has a target group. The company designed 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?
Create a public Network Load Balancer. Specify the application target group.
Create a Gateway Load Balancer. Specify the application target group.
Create a public Application Load Balancer. Specify the application target group.
Create a second target group. Add Elastic IP addresses to the EC2 instances.
Create a web ACL in AWS WAF. Associate the web ACL with the endpoint
ユーザの投票
コメント(3)
- 正解だと思う選択肢: CE
Session Affinity = Application Load Balancer Create a public Application Load Balancer. Specify the application target group then create a web ACL in AWS WAF. Associate the web ACL with the ALB endpoint.
👍 2TariqKipkemei2023/12/07 - 正解だと思う選択肢: CE
session affinity (sticky sessions) = Application Load Balancer
WAF must be applied to the endpoint for additional security = web ACL in WAF
👍 1ZZZ_Sleep2023/12/18 - 正解だと思う選択肢: CE
- Make it accessible from the web + sticky session == Public ALB
- Additional security == web ACL in WAF (and integrate the web ACL to the ALB)
👍 1Mikado2112023/12/19
シャッフルモード