Rushikesh Ghaterishirich93.hashnode.dev·Aug 4, 2023🎊Streamlining DevOps with Python: Essential Libraries for Every DevOps Engineer.🎊🪧Introduction:🪧 As the DevOps approach gains momentum, Python has emerged as a versatile and powerful language for automating tasks and managing cloud infrastructure. In this blog, we will explore some essential Python libraries that are commonly u...Discuss·98 reads#90daysofdevops
Malay Thakurmalaythakur.hashnode.dev·Aug 3, 2023Integrating Lambda with S3 and SES💡 Integrating AWS Lambda with Amazon S3 (Simple Storage Service) and Amazon SES (Simple Email Service) allows you to create powerful serverless applications for processing and managing data stored in S3 while automating email communication. AWS Lamb...Discuss·12 likes·43 readsaws lambda
Malay Thakurmalaythakur.hashnode.dev·Jul 31, 2023AWS Infrastructure Automation: Launching EC2 Instances, Managing EBS Volumes, and Configuring SNS with CLI and Boto3💪🏻 Unleash the Power of AWS Automation! In today's cloud-centric era, AWS (Amazon Web Services) 🌩️ has emerged as a dominant player, providing a wide range of powerful services for building and managing cloud-based infrastructures. Among its most ...Discuss·26 readsEC2 instance
Pranaysagar Bhelavepranayops.hashnode.dev·Jul 29, 2023Python Libraries for DevOpsAnsible:- Ansible is an open-source automation tool that can be used for configuration management, application deployment, and task automation. It allows you to write simple, human-readable playbooks that can be used to automate complex IT tasks. Use...DiscussDevops
Aasifa Shaikmysoftwarediary.hashnode.dev·Jul 16, 2023AWS Automation: Python and Boto3 for Powerful Service Integration (IAM)Let's learn to automate tasks and operations within the Amazon Web Services (AWS) environment using python and boto3 which is the library of python to interact with AWS. Requirements: Pycharm Boto3 Boto3 is a Python library or software development ki...Discuss·2 likes·42 readsAWS
Brillian Chepngenobrillian.hashnode.dev·Jul 12, 2023Deploying a web app on EKS using PythonThis a monitoring application built using Flask framework consuming psutil module.A docker image is then built from dockerfile,pushed to ECR then to EKS. Flask is a web application framework written in Python,Psutil is a Python cross-platform library...DiscussKubernetes
Jenna's Runbooksblog.jennasrunbooks.com·May 31, 2023AWS Find AMIs | Boto3 ScriptOverview Capture a list of available AWS AMIs for a specified region and OS version with my latest boto3 script. This Python script will output a color-coded table listing AMIs that have been released within the last 30 days with the owner alias set ...Discuss·79 readsAWSAWS
Jenna's Runbooksblog.jennasrunbooks.com·Apr 13, 2023AWS Access Key rotation for IAM Users | Boto3 ScriptOverview Rotate your AWS API access keys using this Boto3 script for IAM users that I wrote. Optional arguments include create, update, delete, and list access keys. When applying the create new 🔑 feature, the user is prompted whether or not to over...Discuss·358 readsAWSAWS
R.Rachith r-rachith.hashnode.dev·Apr 9, 2023An Introduction to Python AutomationHere am writing a small code Using Python "to download files from the S3 bucket"! #letsAutomateseriesByRachith However, as regular IT Operations Engineers Most of us will need to upload and download data from an S3 bucket [ Simple Storage Service], s...Discuss·2 likes·107 readsDevops
Olwi Mamduholwimamdouh.hashnode.dev·Mar 30, 2023Find resources associated to a security group in AWS using Boto3When it comes to managing security in Amazon Web Services (AWS), Security Groups are an essential tool for controlling access to resources within a VPC (Virtual Private Cloud). Security Groups act as a virtual firewall, controlling inbound and outbou...Discuss·1 like·61 readsboto3