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?

Rachel
已提问 1 年前224 查看次数
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
专家
已回答 1 年前
  • 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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容