Load Balancers should use the latest security policy
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。
Description
Secure your Amazon Application Load Balancer (ALB) with the latest predefined AWS security policy.
Rationale
Insecure or deprecated security policies can expose the client and the load balancer to various SSL/TLS vulnerabilities.
From the console
Follow the Update security policy docs to learn how to update your HTTPS listener with the latest security policy.
From the command line
Run modify-listener
with the ARN of the listener and the recommended SSL policy.
aws elbv2 create-listener
--load-balancer-arn <insert-lb-arn> \
--ssl-policy <insert-policy-name> --default-actions <insert-actions>
Review the Security policies docs for Amazon-recommended security policies.