Welcome

Latest Articles

AWSCLi – Create Snapshot and Delete oldest snapshot for 1 Volume

This script was created by my brother Scott Prudence and I, this snapshot’s 1 specific volume then once the snapshot is completed […]

AWSCLi Get Instances from List

This script is designed to run line by line of a text file containing EC2 Instance ID’s. how long does […]

Powershell to create IAM User

  This Powershell script is to create an IAM user, Add the user to an IAM group, Set the IAM […]

AWS CLI Setup On Windows

Here is how I setup my AWS CLI on my Windows 7 machine. Download the CLI .MSI file AWS direct: https://aws.amazon.com/cli/ […]

Tag list on EC2 instance ID’s

This script was reuqired to tag a list of instance ID’s to change/add Service Owner tag. Please remember to confirgure […]

VMware find RDM Disks

This script identifies and exports RDM disks within the vCenter environment. Please remember to input the $vcenter variable and ensure […]

Office365 License Change

This script was required by a company as they renewed there Microsoft agreement with different levels of O365 Licenses, replacing […]

AWS Snapshot Backup for Instance Patching

NOTE – For this script to work your instances must have a unique name tag. I use this tag for […]

AWS Volume ID from Instance Name Tag

NOTE – For this script to work your instances must have a unique name tag. I use this tag for […]

AWS Powershell Module

To use AWS powershell you will need to download and install the module form AWS. The link and install instructions […]