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.

PREVIEWING: brett.blue/embedded-collector-release