Alejandroupload-file-to-s3-bucket.hashnode.dev·Feb 17, 2025Upload file to S3 Bucket with NextJS using Server ActionsUploading files to an S3 bucket in a Next.js application can be streamlined using Server Actions, a powerful feature that enables handling server-side logic directly within your components. This guide walks you through setting up file uploads with Ne...1 likeNext.js
Chisom Judechisomjude.hashnode.dev·Feb 10, 2025Automating Serverless Deployment: S3 Frontend with API Gateway & AWS LambdaLet’s walk through a full cloud deployment for a 2-tier architecture for a serverless web application using AWS S3, CloudFront, API Gateway, and Lambda. This architecture allows you to host static frontend content and a dynamic, serverless backend lo...3 likes·62 reads" How To ..." with AWSlambda
Akinola Matthewmatthewakinola.hashnode.dev·Feb 9, 2025Write Terraform Like a Pro- Part 1Imagine this: You’re building a complex cloud infrastructure with Terraform, and you find yourself copying and pasting the same chunks of code across multiple projects. Sound familiar? Not only is this approach tedious, but it’s also error-prone and ...32 readsTerraform
Deepak Kushwahacodesops.hashnode.dev·Feb 2, 2025Mastering Amazon S3 Replication: Same-Region vs. Cross-Region Replication -Amazon Simple Storage Service (S3) is a powerhouse for cloud storage, offering unmatched scalability, durability, and security. Among its many features, S3 Replication plays a vital role in ensuring data availability, resilience, and compliance. AWS ...AWS
Neha Bhardwajnehabhardwaj.hashnode.dev·Jan 28, 2025Day 4: Mastering S3 Buckets, Policies, and Objects: A Hands-On Guide to Creating a Static WebsiteCreate S3 Bucket S3 is a service that provides bucket to store objects. Here, bucket can be considered as container and objects can be considered as files such as images, jpg, code files etc. Go to S3 and create a new bucket with a unique name as sho...AWS
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Jan 28, 2025How to Mount AWS S3 Bucket on EC2 Using S3FS: A Step-by-Step GuideThis guide walks you through the process of mounting an AWS S3 bucket on an EC2 instance using S3FS. This setup allows you to interact with your S3 bucket as if it were a local filesystem. Prerequisites AWS Account with appropriate permissions EC2 ...1 like#90daysofdevops
Logeswaranblog.logeshclouduniverse.com·Jan 27, 2025Building a Scalable and Cost-Effective Personal Portfolio Website on AWS - Project #1A genius is not born, but is educated and trained.” - James Clear Dear All Cloud learners, Let's explore some of my recent hands on with AWS and this time it's going to be how to build a cost effective personal portfolio website for yourself. Earlie...51 readsAWS
Favour Onyenekeonlyfave.hashnode.dev·Jan 26, 2025A 30-Day Weather Dashboard: How I Built A Python Project for API Integration and Cloud StorageOverview The 30days Weather Dashboard is a Python-based application designed to fetch weather data for multiple cities using the OpenWeather API. It saves the fetched weather data to an AWS S3 bucket for storage, demonstrating best practices in API i...2Articles1Week
Opaluwa Egahi-ojoegaheee.hashnode.dev·Jan 24, 2025How to Host a Static Website on Amazon S3Using Amazon S3 to host a static website is revolutionary. Imagine being able to launch your website at a reasonable cost without having to worry about server management. Your HTML, CSS, JavaScript, and other static files may be served straight from ...10 likes·26 readsAWS
Jineshkumar Patelblog.jineshkumar.com·Jan 24, 2025WebApp : Building AWS S3 Bucket File Uploader - A Hands-On GuideIntroduction In today’s digital age, storing files in the cloud is a must. AWS S3 offers a secure and scalable storage solution, and combining it with AWS SDK for Python (Boto3) in Flask and a bit of front-end magic gives you a lightweight S3 file up...S3 Uploader