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 年前檢視次數 223 次
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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南