Are the docs incorrect in stating that ALB Security Policies ELBSecurityPolicy-2015-05 and ELBSecurityPolicy-2016-08 are identical?

0

On reviewing this page for Application Load Balancers, it states that Security Policies ELBSecurityPolicy-2015-05 and ELBSecurityPolicy-2016-08 are identical.

However upon checking the output of aws elbv2 describe-ssl-policies for ELBSecurityPolicy-2015-05 and ELBSecurityPolicy-2016-08, they are not identical.

ELBSecurityPolicy-2015-05 has an additional cipher, DHE-RSA-AES128-SHA, that is not present in the output for aws elbv2 describe-ssl-policies ELBSecurityPolicy-2016-08.

Do the docs need to be updated?

1개 답변
0
수락된 답변

Hi Rachel,

just checked the output of the two policies you mentioned and apart from the name there is no difference:

aws elbv2 describe-ssl-policies --name ELBSecurityPolicy-2015-05 > 05.json
aws elbv2 describe-ssl-policies --name ELBSecurityPolicy-2016-08 > 06.json
diff 05.json 06.json 
83c83
<             "Name": "ELBSecurityPolicy-2015-05",
---
>             "Name": "ELBSecurityPolicy-2016-08",

Do you see the difference in a particular region or in all regions?

Cheers,
Philipp

AWS
전문가
답변함 일 년 전
  • Thanks for your response.

    Interesting. I see the difference in region us-east-2.

    After seeing your comment I spot checked us-east-1 and ca-central-1. I do not see any difference other than name for us-east-1. I do see the difference on DHE-RSA-AES128-SHA for ca-central-1

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠