Jenna's Runbooks
Jenna's Runbooks

Jenna's Runbooks

Follow
homeAzureAWSGCPMulti-CloudDevOpsnewsletter
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

AWS IAM User Management | Terraform & Boto3 Scripts

Sep 20, 20236 min read 34 views

Overview Finding the balance between ensuring the security of user identities while providing a self-service user experience takes continuous effort....

AWS IAM User Management | Terraform & Boto3 Scripts

AWS S3 Object Finder | Boto3 Script

Jun 12, 20238 min read 79 views

Overview šŸ”Ž Quickly find AWS S3 Objects inside buckets hosting huge volumes of files using my latest Boto3 script! You can easily locate specific...

AWS S3 Object Finder | Boto3 Script

AWS Kubernetes Cluster Checkouts | Bash Script

Jun 6, 20232 min read 56 views

Overview Perform checkouts against your AWS Kubernetes cluster before and after implementing changes such as upgrades by using my latest Bash shell...

AWS Kubernetes Cluster Checkouts | Bash Script

AWS Find AMIs | Boto3 Script

May 31, 20235 min read 61 views

Overview 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...

AWS Find AMIs | Boto3 Script

AWS Lambda Function: IAM User Password Expiry Notice | SES, Boto3 & Terraform

May 22, 202311 min read 864 views

Overview In this implementation, you'll be guided through the necessary steps to set up an AWS Lambda function to email notifications to IAM Users...

AWS Lambda Function: IAM User Password Expiry Notice | SES, Boto3 & Terraform

AWS Access Key rotation for IAM Users | Boto3 Script

Apr 13, 20234 min read 310 views

Overview Rotate your AWS API access keys using this Boto3 script for IAM users that I wrote. Optional arguments include create, update, delete, and...

AWS Access Key rotation for IAM Users | Boto3 Script