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
preguntada hace un año224 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
EXPERTO
respondido hace un año
  • 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

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas