Jenna's Runbooks
Jenna's Runbooks

Jenna's Runbooks

Follow
Follow
homeAzureAWSGCPMulti-CloudDevOpsnewsletter
Tag

Cloud

#cloud

More content

Read more stories on Hashnode


Articles with this tag

AWS IAM User Management | Terraform & Boto3 Scripts

Sep 20, 20236 min read58 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

Detect Your VM's Cloud Provider and Region | Bash Script

Aug 9, 20233 min read87 views

Overview Managing a global fleet of virtual machines (VMs) across various cloud service providers (CSPs) can be a challenging task. Depending on the...

Detect Your VM's Cloud Provider and Region | Bash Script

AWS S3 Object Finder | Boto3 Script

Jun 12, 20238 min read100 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 Find AMIs | Boto3 Script

May 31, 20235 min read82 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

Azure AD & RBAC with Terraform Part 2

Mar 25, 20236 min read84 views

This article was originally published in January 2023 on my GitHub io blog here Overview After publishing my initial runbook exploring this topic, I...

Azure AD & RBAC with Terraform Part 2

Azure AD & RBAC with Terraform Part 1

Mar 8, 20236 min read365 views

This article was originally published in September 2022 on my GitHub io blog here Overview The purpose of this runbook is to demonstrate a potential...

Azure AD & RBAC with Terraform Part 1