Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 17, 2024Day 43: S3 Programmatic Access with AWS CLI 💻📁Hello, DevOps enthusiasts! 👋 I hope you had an amazing day yesterday. Today, as part of the #90DaysOfDevOps Challenge, we're diving into Amazon S3, one of the most widely used services in AWS. Let's explore its functionality and learn how to interac...Discuss90DayofdevopsS3-bucket
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 17, 2024Terraform State Locking (Part 5)States Terraform uses state to keep track of the infrastructure it manages. To use terraform effectively, you must keep your state accurate and secure. State is necessary for requirements for Terraform to function. It is often asked if it is possibl...Discuss·27 readsTerraform
Aman Patel (Amanops)Problog.amanops.com·Nov 14, 2024AWS Storage - EBS , EFS & S3AWS provides several storage services designed to meet different use cases for scalability, security, performance, and cost efficiency. Here are the main AWS storage services: 1. Amazon S3 (Simple Storage Service) Use Case: Object storage for unstru...Discuss·38 readsAWS
Othmane Kahtalblog.othmane.me·Nov 11, 2024Serverless CSV Processing with AWS SAM: Lambda, S3, and DynamoDB GuideAs part of my AWS Certified Developer Associate (DVA-C02) exam preparation, I've built a practical project to understand core AWS services better. This project demonstrates how to process CSV files using AWS SAM, Lambda, S3, and DynamoDB – all common...Discuss·5 likes·47 readsCode and Cloud: AWS Projects SeriesAWS
Pooja Bhavanipoojabhavani.hashnode.dev·Nov 5, 2024Project-10: Mounting AWS S3 Bucket On Amazon EC2 Linux Using S3FSProject Description The project involves Mounting of AWS S3 Bucket On Amazon EC2 Linux Using S3FS. This is a AWS Mini Project that will teach you AWS, S3, EC2, S3FS. What is S3FS? S3FS is a FUSE filesystem that allows you to mount an Amazon S3 bu...Discuss·45 readsS3-bucket
Aditya Gadhaveadityag7678.hashnode.dev·Nov 5, 2024Amazon Simple Storage Service (Amazon S3) Steps To create Amazon S3What is Amazon S3 ? S3 is one of the first services that has been produced by aws. S3 stands for Simple Storage Service. S3 provides developers and IT teams with secure, durable, highly scalable object storage. It is easy to use with a simple web...DiscussAWS
Aryan Jagdaleaaryansj.hashnode.dev·Nov 3, 2024Breaking Down CI/CD Pipelines: What I Learned as a New DeveloperWhy is it important? Imagine Sarah, a developer at a growing startup. Every Thursday, her team would spend hours manually deploying new features - copying files, running tests, and praying nothing would break. One fateful deployment, a tiny typo slip...Discuss·2 likesci-cd
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024CloudFront vs. S3 Cross Region Replication: Choosing the Right Solution for Your Content Delivery NeedsWhen it comes to delivering content in the cloud, two powerful solutions from AWS stand out: CloudFront and S3 Cross Region Replication. Each has its unique strengths and is suited for different types of content delivery. In this post, I’ll break dow...Discusscloudfront
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon S3 – Pre-Signed URLs: My Experience Making File Sharing EasierWhen I first started working with Amazon S3, I knew it was a great way to store and manage files in the cloud. But I quickly ran into a challenge: how could I share a file with someone securely without opening up my entire bucket? After some searchin...DiscussAWS
Anas Ansariilahianas.hashnode.dev·Oct 26, 2024Project 3 →Automating Application Deployment with AWS DevOps ToolsCompletion Steps → fetch a code from github by git clone *************** Setup code commit repository on aws push code to code commit using aws CLI setup aws code-build for building code setup S3 bucket for code storage setup code deploy for de...Discusscodebuild