Dathan StoneforDathan Stone | The DevStonedevstone.hashnode.net·Aug 5, 2022FeaturedHosting a Static Website with AWS - S3, Route 53 & CloudFrontI recently created my own portfolio website (Check it out here) and was so excited to deploy it out into the web! I quickly ran into a dilemma...where should I host my website? I had a few requirements: Load time - Needs to be lightning fast! Relia...Andrew Baisden and 5 others are discussing this6 people are discussing thisDiscuss·63 likes·1.6K readsAmazon Web Services (AWS)AWS
Francesc TravesaforCesc blognemampojma.hashnode.net·Sep 18, 2022FeaturedSelf Hosted infrastructure on AWS with Terraform (part3)Thank you for keeping with me up to part 3. This one we will do something more interesting. We would like to host our public facing web site in our small company infrastructure. We wanted to play a little bit with React, so we have already a version ...Discuss·20 likes·557 readsIaC basic for small companiesTerraform
Juan Ignacio GómezforJuan Ignacio's Blog!jigomezit.hashnode.net·Mar 22, 2023Build a Static Website with AWSEver since I started expanding my knowledge with AWS and the world of the Cloud, I wanted to start creating real projects to gain practical experience with some services. Additionally, I wanted to create my personal website, as it greatly benefits on...Discuss·10 likes·51 readsAWS
Rajesh Shiyaniforrajesh shiyanirajesh-dev-blogs.hashnode.net·Mar 25, 2023Host Static Website with S3 and CloudFrontWhat is a Static Website? A static website means there are zero server-side interactions. All the code consists of HTML, CSS and Javascript. Only static content is served on the website, then we can call it a static website. As there is no server in...DiscussS3
Juan Ignacio GómezforJuan Ignacio's Blog!jigomezit.hashnode.net·Mar 22, 2023Build a Static Website with AWSEver since I started expanding my knowledge with AWS and the world of the Cloud, I wanted to start creating real projects to gain practical experience with some services. Additionally, I wanted to create my personal website, as it greatly benefits on...Discuss·10 likes·51 readsAWS
Gowtham ParamasivamforGowtham's bloggowthamparamasivam.hashnode.net·Mar 13, 2023Limit access to file stored in S3 by using Cloud FrontSometimes, we need to share a link to an object with specific users for a given period. For example, sending monthly PDF invoices to each user. In such cases, Cloud Front signed URLs can be useful. Amazon S3 supports pre-signed URLs. However, the dis...DiscussAWS
Daniel ErranteforDaniel Errante's Blogdanoph.hashnode.net·Mar 6, 2023How To: Next.js Drag-and-Drop Image Uploads Directly to S3 and Displaying with CloudFrontIn my first two tutorials on Next.js file uploads, we learned how to build a multiple file upload form in Next.js with drag-and-drop support and progress bars. Our files get stored in Amazon S3 but we aren't displaying the files anywhere on our page ...Discuss·1 like·846 readsAmazon S3
Alessandro MarinoforAlessandro Marino's Tech Blogalessandromr.hashnode.net·Mar 2, 2023Deploy a React application on AWS with CloudFront and S3Web applications built with React are commonly hosted and served as static files, so if you are building a Single Page Application and you want to host it on AWS you can use the combination of CloudFront and S3. Introduction Cloudfront is a Content D...Discuss·145 readsAWS
Arpan RoyforArpan Royarpandev.hashnode.net·Feb 12, 2023The Cost of Convenience: Understanding the Traps Set by Cloud ProvidersCloud computing has revolutionized data management, hosting, and processing. But, behind the features and convenience, cloud providers often restrict users from switching to another provider, trapping them in their ecosystem. In this article, I am go...DiscussAWS
Mikaeel KhalidforMikaeels Blogmikaeels.hashnode.net·Jan 29, 2023Deploy React App with AWS CDKBuilding and deploying a React application can be a daunting task, especially when it comes to deploying to a production environment. However, using the AWS Cloud Development Kit (CDK) and TypeScript, you can easily automate the deployment process an...Discuss·35 readsAWS CDKReact
Erik Petrinecforhtmn.hashnode.net·Jan 27, 2023Deploy a static site to AWS S3 and CloudFront using AWS CDKAmazon Web Services (AWS) is the most comprehensive and widely adopted cloud platform in the world. Using the AWS Cloud Development Kit (CDK), we can easily define our cloud infrastructure as code (using TypeScript) and host our site on S3, serving i...Discuss·28 readsAWS
AWSWomen ColombiaforAWS Women Colombiaawswomencolombia.hashnode.net·Jan 21, 2023#100DíasdeAWS | Día 5| CloudFrontBienvenido al día 5 de la serie llamada #100DaysofAWS, en la que hablarémos sobre un servicio que puede brindar una experiencia de usuario mucho mejor para sus sitios web y aplicaciones mediante la reducción masiva de la latencia, al mismo tiempo que...Discuss·28 reads100 Días de AWS AWS
Oluwole AdefowokeforAde's Spaceadefowokeoluwole.hashnode.net·Dec 15, 2022Uploading a static website using AWS S3 Bucket and Cloudfront.As a newbie in cloud engineering, I’ll be writing articles on projects I do to help anybody coming into the cloud space too. In this article, we’ll go through how to host a website using AWS S3 and AWS Cloudfront. Before we start, let’s understand wh...DiscussAWS