Arham Iqbaliarham924.hashnode.dev·Aug 29, 2024Automating EC2 Snapshots with Python: Project Overview and Lessons LearnedI’m excited to share the completion of my latest project: EC2 Snapshot Automation using Python. This project leverages the power of Python and AWS to automate the creation and deletion of EC2 snapshots, streamlining backup processes and enhancing dat...Discuss·10 likesec2
Gopika Jayakrishnangopikajayakrishnan.hashnode.dev·Jul 30, 2024Step-by-Step Tutorial: DynamoDB CRUD Operations with Python AWS SDKs 🛠️📊Introduction In the fast-paced world of cloud computing, managing databases efficiently is crucial. That's where DynamoDB, Amazon's fully managed NoSQL database service, comes in, offering seamless and scalable data storage. To interact with DynamoDB...Discuss·1 likeAWS
Gopika Jayakrishnangopikajayakrishnan.hashnode.dev·Jul 26, 2024How to Deploy a Node.js App on AWS Lambda: Step-by-Step InstructionsIntroduction AWS Lambda offers a serverless computing environment, enabling you to run code without the need for server management. Deploying a Node.js application to AWS Lambda can significantly enhance scalability and cost efficiency for your proje...Discuss·10 likes·70 readsAWS
Kenneth BinghamforOpenZiti Tech Blogblog.openziti.io·Jul 23, 2024Extend Access to a Private S3 Bucket Using PythonA private S3 bucket protects against a data leak by denying all public access. This approach moves access control from the public S3 API to the network layer. We can use OpenZiti's cryptographic identity and attribute-based policies to securely exten...Discuss·1 like·216 readsOpenZiti SDK'sPython
Kilian Klugepragmaticnotes.hashnode.dev·Jun 24, 2024Reducing the size of the botocore packagebotocore is a fairly large Python package. Until version 1.31.x, it came in at close to 90 MB. Since version 1.32.1, which was released in November of 2023, this dropped to around 25 MB when the AWS developers started to compress files. Specifically,...Discuss·32 readsAWS
Shubhamdevopsssk.hashnode.dev·Jun 23, 2024Getting Started with Boto3 : Simplifying AWS AutomationIntroduction: In the realm of cloud computing, automating interactions with cloud services is crucial for efficiency and scalability. Boto3, the AWS SDK for Python, empowers developers to programmatically manage AWS resources with ease. In this guide...Discussboto3
Amneetamneet986.hashnode.dev·Jun 12, 2024Getting Started with AWS Using Boto3Introductory Section: Are you looking to harness the full power of Amazon Web Services (AWS) through Python? Visual Studio Code serves as an excellent IDE for this journey. In this guide, we'll dive into using the AWS SDK for Python, known as boto3, ...DiscussAWS
Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Jun 11, 2024Optimizing AWS Costs Using Boto3, AWS Lambda, and AWS CloudWatchAs cloud usage grows, so does the importance of managing and optimizing cloud costs. In this blog post, I'll walk you through a project I recently completed, which focuses on cost optimization using AWS services. By leveraging Boto3, AWS Lambda, and ...Discuss·42 readsCloud DevOps ProjectsDevops
CloudGagsblog.cloudgags.in·Jun 8, 2024AWS Bedrock: Easy 3 Step Image Generation App GuideHello Everyone! Today we will learn how to create an image generation Ai based application in just 3 simple steps. Today we will be taking help of AWS Bedrock, Langchain, StreamLit and python based AWS Boto3 library to create the application. Follow ...DiscussAWS
CloudGagsblog.cloudgags.in·Jun 8, 2024AWS Bedrock: How to create a chat app using Boto3 Library?Hello guys, in this blog we will learn how can we create a simple chat application using AWS Bedrock and the AWS Boto3 python library. We will be creating a simple script which will take the prompt provided by the user as an input and will provide wi...DiscussAWS