Feb 6 · 2 min read · Common Use Cases Disaster Recovery (DR) Data backup to a security account Regulatory compliance Environment isolation (Prod → Backup account) 🔹 Basic Requirements Source AWS Account (Account-A) Destination AWS Account (Account-B) Both bucke...
Join discussionFeb 4 · 3 min read · 📌 Objective The objective of this hands-on lab is to understand Amazon S3 Events and how S3 can automatically trigger notifications when specific actions occur on objects inside a bucket. In this practice, I configured S3 PUT object events to send n...
Join discussion
Jan 30 · 4 min read · Introduction After setting up static website hosting using Amazon S3 and CloudFront, the next logical step is automation. Manually uploading files to S3 every time you make a change is not scalable and does not reflect real-world DevOps practices. In...
Join discussionJan 23 · 1 min read · Step 1: Login into the environment. Step 2: Create a bucket using following command as mentioned in your statement. Step 3: Synchronizes the contents of a source to a destination. Step 4: aws s3 ls: This is the list command for S3. s3://nautilus-...
Join discussionJan 16 · 5 min read · A common approach to serving static assets in the AWS cloud is to upload files, such as images, PDFs, or icons, to an S3 bucket. A frequent “shortcut” many developers take is granting public read access to these objects, while this approach works fun...
Join discussion
Jan 1 · 3 min read · Continuing the investigation into Wareville's digital infrastructure, Day 23 is titled "AWS Security: S3cret Santa". This mission shifts focus to the cloud, where an infiltrator elf discovered a bundle of credentials belonging to Sir Carrot Bane. The...
Join discussion
Dec 30, 2025 · 1 min read · On Day 3 of my #30DaysOfAWSTerraform journey, I learned how to create an AWS S3 bucket using Terraform—a simple but powerful step toward managing cloud infrastructure as code. Why S3 with Terraform? Amazon S3 is widely used for: Storing application ...
Join discussion
Dec 28, 2025 · 5 min read · On Day 3, I learned about EC2, which answers the question: Where does my application run? On Day 4, I moved to another fundamental cloud question: Where does my data live? The answer is Amazon S3 (Simple Storage Service). This blog covers: What ...
Join discussion
Dec 27, 2025 · 3 min read · When I started deploying applications on AWS, the process feels confusing and it looked like it will tough. In AWS there are multiple services like AWS Amplify, Amazon EC2, and AmazonS3 each services are for different purpose, I started thinking to u...
Join discussion