Search code examples
amazon-web-servicesaws-cloudformationamazon-cloudfront

AWS Cloudformation defining security policy of Cloudfront


I'm struggling to find a security policy tab in cloudformation documentation for cloudfront. Is there any way I can set the security policy to TLS1.1_2016? Because the default value is TLSv1.

enter image description here

Thanks!


Solution

  • The supported HTTP Version is in:

    ViewerCertificate:
       MinimumProtocolVersion: TLSv1.1_2016