Aryan Jagdaleaaryansj.hashnode.dev·Nov 3, 2024Breaking Down CI/CD Pipelines: What I Learned as a New DeveloperWhy is it important? Imagine Sarah, a developer at a growing startup. Every Thursday, her team would spend hours manually deploying new features - copying files, running tests, and praying nothing would break. One fateful deployment, a tiny typo slip...Discuss·2 likesci-cd
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024CloudFront vs. S3 Cross Region Replication: Choosing the Right Solution for Your Content Delivery NeedsWhen it comes to delivering content in the cloud, two powerful solutions from AWS stand out: CloudFront and S3 Cross Region Replication. Each has its unique strengths and is suited for different types of content delivery. In this post, I’ll break dow...Discusscloudfront
VICTOR ILIYAvictoriliya.hashnode.dev·Aug 31, 2024First AWS Project (Static website on S3)I have just Created and deployed my first static website on AWS, the first of many projects. I learned how to apply the following services: Amazon S3 AWS CloudFront AWS Route53 AWS Certificate Manager I have gotten a better understanding of the...DiscussAWS
Utkarsh Rastogiawslearner.hashnode.dev·May 9, 2024Amazon CloudFront - Part1Amazon Cloud Concepts Learning --> Day13 Amazon CloudFront A web service that expedites the way user receives static and dynamic online content. Through a global network of data centers known as edge locations, CloudFront distributes your content....Discuss·1 like·90 readsAWS
Devstories Playgrounddevstoriesplayground.hashnode.dev·Apr 26, 2024Understanding Speed: A Beginner's Guide to AWS CloudFrontIn today's fast-paced online world, website speed is crucial. Sluggish loading times can frustrate visitors and lead to lost conversions. This is where Amazon CloudFront (CF) comes in – a Content Delivery Network (CDN) service offered by Amazon Web S...DiscussAWS
Bhairavi Wagheletechbhairavi.hashnode.dev·Mar 3, 2024Access object of Private S3 Bucket from CloudFrontPrerequisites: AWS Free Tier Account Step 1: Create S3 Bucket Go to S3 and click on create bucket Select Specific Region Bucket Name should be unique Object Ownership ACLs enabled Block Public Access settings for this bucket keep selected tick...Discuss·68 readsAWS
Michael Maratitablog.michaelmaratita.com·Jan 6, 20245. Cloud Resume Challenge: Creating CloudFront DistributionIn this module you will create an S3 static hosted website that will be accessible through a CloudFront Distribution. By doing this, you will block all direct public access to your S3 objects, and they will only be available through the content deliv...DiscussAWS Cloud ResumeAWS
Srikanth Vaddeneniinndia.hashnode.dev·Nov 29, 2023How CloudFront Works , Pricing ,Accessing and many more .As I promised in the last Blog I will Explain How CloudFront works with regional edge caches, Locations and IP address ranges of CloudFront edge servers and access CloudFront & CloudFront pricing. How CloudFront delivers content: CloudFront works tog...Discussawsjourney
Mahesh Upretimupreti.hashnode.dev·May 15, 2023Deploying static website in AWS through CI CD pipeline using Github and JenkinsAre you in search of a tutorial that shows the easy peasy way to host your static website with some CI CD pipeline? What if I say you are at the right place? There are lots of tutorials and everyone mostly talk about deploying static website allowing...Discuss·10 likes·514 readsaws certificate manager