Cloud

Use PowerShell to request a public certificate from AWS Certificate Manager

In this blog, I will demonstrate how to request a public certificate from AWS Certificate Manager using PowerShell, utilizing DNS validation for verification. Additionally, I will show how to request multiple certificates within the same profile and region, as well as how to request certificates from a list saved in a CSV file.

By Saad Khamis August 1, 2024 AWS , Cloud , PowerShell 13953 views

List all AWS Certificate Manager certificates

In this blog, I will share a script to list all AWS Certificate Manager (ACM) certificates across all profiles and regions. This script will include details such as the certificate domain, type, expiration date, and associated resources (InUseBy). You can choose to display the results, export them to a file, or both.

By Saad Khamis July 31, 2024 AWS , Cloud , PowerShell 14081 views

Get all AWS EBS snapshots across all profiles and regions

I will share a script to retrieve all AWS EBS snapshots across all profiles and regions, along with associated volume and EC2 information where available. You can choose to display the results, export them to a file, or both.

By Saad Khamis June 26, 2024 AWS , Backup , Cloud , PowerShell 18439 views

Get all AWS Backup protected resources across all profiles and regions

Would you like to know resources protected by AWS Backup?
In this blog, I will share one way to get all AWS Backup protected resources across all profiles and regions. Additionally, I will show how to query the backed-up EC2 state and the Backup tag.

By Saad Khamis November 17, 2023 AWS , Backup , Cloud , PowerShell 33564 views