This script was created by my brother Scott Prudence and I, this snapshot’s 1 specific volume then once the snapshot is completed the script then removes the oldest snapshot. This is a way of implementing a weekly snapshot of a single volume within AWS.   NOTE – Change the VOLUMEID variable from vol-xxxxxx to your volume ID […]

Read More

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/ Run the MSI installation file (I install my CLI at C:\AWS for laziness when using the CLI) Open Command Prompt/Powershell Browse to your installed location and run aws –version PS K:\> cd C:\AWSCLi PS C:\AWSCLi> […]

Read More