AWS CloudFront WAF

AWS cloudfront can integrates with multiple aws services one of them is WAF (Web Application Firewall) which adds an additional layer of security to WAF.

Features of Integrating AWS CDN With WAF

  • Web Application Firewall(WAF): AWS Web Application Firewall(WAF) is used to protect the webapplication from the web vulnerabilities by applying the filters.
  • CloudFront WAF Integration: You can integrate the WAF with the cloudfront with the help of web ACL(Access Control List) which will acts as an filter to the web applications.
  • Web ACL (Access Control List): Web ACL allows you to apply the rules like which request can access the application and which need to be blocked.

What Is AWS CloudFront?

AWS CloudFront is a content delivery network service that speeds up the distribution of static(Mostly S3) and dynamic web content (EC2 for static/dynamic)  to the users. It keeps the content on the edge locations so that users can retrieve it easily whenever they request it. It delivers the content with the best possible performance by routing the user to the closest edge location. Amazon CloudFront will deliver the web content with low latency and with high transfer speeds.

Similar Reads

How AWS CloudFront CDN Works?

Amazon CloudFront is a service provided by Amazon Web Services (AWS) that is used to deliver your content across the networks of servers located across the world these servers are called edge locations. The content can be any of the following....

AWS CloudFront WAF

AWS cloudfront can integrates with multiple aws services one of them is WAF (Web Application Firewall) which adds an additional layer of security to WAF....

AWS CloudFront Use cases

Delivers Static Web Content: Static content like HTML, CSS, JavaScript, and images and be cached to the edge location and can be deliverd to the end users with out any latency. The static content can be chehed in the edge locations instead of fecthcing it form the origin form every request. Streaming Media: Amazon cloudfront can integrate with the amazon S3 and can stream the videos and audio to the end users. Dyanamc Content: With the help of Lambbda edge the dynamic content can be servered to the end users by using the Amazon CloudFront the example of the content was the data which is generated by the server-side application. Global Delivery of Content: Amazon CloudFront will cache the content to the edge locations which are near to the users who are requesting the data across the gloab which will reduce the latency to the end users....

AWS CloudFront Features

No up-front investment (Non-mandatory) Lowering operating cost Highly scalable, resilient Easy access Reducing business risks and maintenance expenses...

How You Configure CloudFront to Deliver Your Content?

Step 1: When the user sends a request for an object like an image file, DNS routes the request to the closest CloudFront edge location to serve the user request....

Set up the AWS CloudFront On AWS Management Console

Step 1: Search for cloudfront in services and click on cloudfront link...

Set Up The S3 Bucket On AWS Management Console

Step 1: Go to services in the AWS management console and type S3. Click on S3 services link....

AWS Cloudfront VS AWS Global Accelerator

AWS Cloudfront AWS Global Accelerator AWS cloudfront is used as content delivery network (CDN) which will delivers the data to the edge locations it may be static or dynamic. AWS Global Accelerator is used to improve the availability of the application by routing the traffic over AWS global network. Cloudfront usese edge location to cache and server the data t the users. It useses anycast IP addresses and routes the traffic over the global network. AWS cloudfornt will decrease the latency to the end-users. AWS global accelerator will increase the availability of the application to the end-users. Servert the data to the users from the nearest edge location. Continusoly monitors the end points and delivers the the traffic to the only healthy end-points....

AWS CloudFront Pricing

Amazon CloudFront will be based on the following factors....

Amazon CloudFront – FAQs

AWS CloudFront Create-Invalidation...