Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 10, 2025Conquering the AWS Cloud Resume Challenge: My Journey to the CloudIntroduction The AWS Cloud Resume Challenge is a popular project designed to showcase and enhance your cloud computing skills by building a cloud-hosted, interactive resume. It involves using a wide range of AWS services to design, deploy, and manage...1 likeAWS Cloud Resume ChallengeAWS Cloud Resume Challenge
Munilakshmi G J100daysdevops.hashnode.dev·Dec 30, 2024Day 66 of 100 Days : Host Your Static Website on AWS S3 and CloudFrontIntroduction Hello, DevOps enthusiasts! 🚀 Welcome to another insightful day of learning. Today, I’ll walk you through hosting a static website using AWS S3 and CloudFront. If you’re looking for a secure, scalable, and cost-effective solution for you...AWS
shubhangi singhcodeshutters.hashnode.dev·Dec 30, 2024How to Host a Static Website on AWS S3Hosting a static website on AWS S3 is a cost-effective and straightforward way to make your website accessible on the internet. Follow these detailed steps to set up your site: Step 1: Create an S3 Bucket Log in to your AWS Management Console and na...AWS
sriram ravisriramravi.hashnode.dev·Dec 26, 2024Step-by-Step Guide to Deploy a Static Website using S3, CloudFront, Route 53, and AWS ACMObjective This project was to set up a secure, and fast website using AWS services, including CloudFront, Route 53, and ACM. The goal was to enable HTTPS for secure communication, configure DNS settings for domain routing, and leverage CloudFront for...41 readsAWS
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Dec 23, 2024Unlocking the Power of Amazon S3: Essential Tips for New UsersAmazon Simple Storage Service (S3) stands out as one of the most robust and adaptable cloud storage solutions available in the market today. It is renowned for its exceptional durability, reliability, and scalability, which makes it an ideal choice f...The DevOps Cloudbook: AWS EditionS3-bucket
Munilakshmi G J100daysdevops.hashnode.dev·Dec 10, 2024Day 46 of 100 Days : Securing Sensitive Data and Hosting Static Websites with Amazon S3Today, we’ll explore two critical use cases for Amazon S3: restricting access to sensitive data using bucket policies and hosting a static website. This hands-on guide will demonstrate how to implement these concepts step-by-step. Scenario 1: Restri...AWS
Manya khedemanyaaa.hashnode.dev·Dec 10, 2024How to Host a Static Website on AWS S3: A Step-by-Step GuideAmazon S3 (Simple Storage Service) is a robust cloud storage solution that allows you to store and retrieve any amount of data from anywhere. One of its lesser-known but highly useful features is static website hosting, which enables you to host webs...S3 static website hosting
Raul Naupariblog.raulnq.com·Dec 9, 2024Hosting Blazor WebAssembly Applications on AWS CloudFrontBlazor is becoming a popular choice for developing modern web applications using C# and .NET, offering two distinct hosting models: Blazor Server: In this model, the application runs on the server, and UI updates are sent to the browser through a Si...dotnet
Othmane Kahtalblog.othmane.me·Dec 6, 2024Getting Started with Amazon S3: Core Concepts and BenefitsThe most widely used service in AWS is Amazon S3, which was launched in March 2006 as one of AWS's first services. It provides a ton of features, offering scalability and seamless integration with other services while remaining easy to use and perfor...55 readsCode and Cloud: AWS S3 SeriesS3
Gedion Danielblog.gediondaniel.dev·Dec 1, 2024AWS S3: Your Complete Guide to Cloud StorageEver wondered where companies store their millions of files, images, and videos? Many of them use Amazon S3, a service so reliable that even Netflix uses it to store their video content. Let's explore what makes S3 special and how you can use it for ...AWS