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.

Remediation

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.