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
Mayank Singh10xeng.xyz·Jan 31, 2025How I Cleared AWS Certified Solutions Architect – Associate in 2 MonthsHow I Came to Know About the Certification I’ve always been fascinated by architectural diagrams in blog posts and YouTube videos, but I struggled to understand them. That curiosity led me to explore AWS architecture in depth. Since I had already cle...37 readsAWSAWS
Neha Bhardwajnehabhardwaj.hashnode.dev·Jan 28, 2025Day 5: Accessing AWS S3 Bucket via AWS CLI as an IAM UserAccessing S3 Bucket Objects through AWS CLI Creating IAM User Create a IAM user who does not have access to AWS Console as shown below. Attach Policies to the User Now attach Policies to give some specific permissions to this user. You can add this ...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
Adityaawsbasics.hashnode.dev·Jan 26, 2025Difference Between aws s3 mb and aws s3api create-bucket:aws s3 mb: This command is specifically designed to create new S3 buckets. It is a higher-level, simplified command that automatically handles the bucket creation process. However, it only works with buckets in the us-east-1 region without the nee...AWS s3
DEVESH NEMADEdeveshnemade.hashnode.dev·Jan 26, 2025AWS S3 ( Simple Storage Service )S3 Storage Classes: Optimize Costs for Your Data Amazon S3 offers a variety of storage classes tailored to different data access patterns and retention requirements. Choosing the right storage class helps you balance performance, durability, and cost...AWS s3
Neel Patelblog.neelbuilds.com·Jan 25, 2025SherLifeI participated in my second hackathon, hosted by Hackville, from January 17, 2025, to January 19, 2025. Over 36 hours, my team and I built SherLife, a platform designed to enhance the Sheridan student experience. SherLife aggregates essential resourc...42 readssherlife
Favour Onyenekeonlyfave.hashnode.dev·Jan 23, 2025A Comprehensive Guide To AWS S3 BucketIntroduction What is an S3 Bucket? Key Features Of S3 Common use cases Setting Up an S3 Bucket Managing S3 Bucket Permissions Best Practices For S3 Frequently used AWS CLI commands Conclusion Introduction Amazon Simple Storage Service (S3) ...2Articles1Week
Kashiffkashiff.hashnode.dev·Jan 17, 2025Exploring S3: Versatile Use Cases for Amazon's Simple Storage ServiceAmazon Simple Storage Service (S3) is a cornerstone of modern cloud computing. Its flexible architecture, high scalability, and robust durability make it the go-to solution for a wide array of storage needs. In this blog post, we’ll delve into some o...AWS s3
Pravesh Sudhablog.praveshsudha.com·Jan 13, 2025Mastering Cost Optimisation with Shell Scripting: Automate Log Storage in S3 for Budget-Friendly Infrastructure💡 Introduction Welcome to the world of DevOps! Today, we’ll explore how to use Shell scripting to tackle a real-world challenge: reducing infrastructure costs by efficiently storing Jenkins logs in AWS S3, one of the most cost-effective storage serv...10 likes·31 readsAWS