Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 617
kkesley Avatar asked Jun 27 '18 07:06

kkesley


People also ask

Does CloudFront have a security group?

CloudFront IP ranges are updated as inbound rules on port 80. The created security groups are tagged with the name prefix AUTOUPDATE.

Which AWS product should you utilize when securing your parameters in AWS CloudFormation?

IAM is an AWS service that you can use to manage users and their permissions in AWS. You can use IAM with AWS CloudFormation to specify what AWS CloudFormation actions users can perform, such as viewing stack templates, creating stacks, or deleting stacks.

What is cipher AWS?

An SSL cipher is an encryption algorithm that uses encryption keys to create a coded message. SSL protocols use several SSL ciphers to encrypt data over the internet. Note that a certificate provided by AWS Certificate Manager (ACM) contains an RSA public key.

Where can I write the AWS CloudFront cache policy?

AWS CloudFront Cache Policy is a resource for CloudFront of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation. Where can I find the example code for the AWS CloudFront Cache Policy?

What is AWS CloudFront security?

Security in Amazon CloudFront. Cloud security at AWS is the highest priority. As an AWS customer, you benefit from a data center and network architecture that is built to meet the requirements of the most security-sensitive organizations. Security is a shared responsibility between AWS and you.

What can I control with CloudFront policies?

With CloudFront policies, you can control the values that are included in the cache key for objects that are cached at CloudFront edge locations. These values can include HTTP request query strings, headers, and cookies.

What is a CloudFront cache key?

The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.


1 Answers

The supported HTTP Version is in:

ViewerCertificate:
   MinimumProtocolVersion: TLSv1.1_2016
like image 64
kkesley Avatar answered Oct 17 '22 13:10

kkesley