Tagged: Powershell
Passing Values to CloudFormation
Lets go over how we pass parameters to CloudFormation with PowerShell.
Create and RDS Database Instance in AWS With PowerShell
Here I go over how to create an AWS RDS Database Instance using PowerShell. The code snippet is up in BitBucket for you to use in your own projects.
AWS Classic Load Balancer with PowerShell
Here we cover the code to create a Classic Load Balancer in AWS with PowerShell.
Launching an EC2 instance with a Custom Hard Drive Size
Here I create an EC2 instance with a custom hard drive size, you can set several parameters on launch, including hard drive size and IOPs.
Creating a Linux EC2 Instance with PowerShell
Here is an example of how to create a Linux EC2 instance in AWS with PowerShell.
Connect to MySQL from PowerShell Core
This video shows how to connect to MySQL server using PowerShell CORE on a Debian 9 Linux computer. You need to load a few modules and move some files. PowerShell Core Download https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6 Mono-Project...
Automated Backup of VM’s with Veeam Backup Free Edition
Here is how to backup VMWare Virtual Machines using the free version of VEEAM Backup. Including sending backup reports via email.
Scripting AWS Backups
Here is how I script my AWS backups. I keep track of backups in a MySQL database. The AWS Code can be found at my BitBucket repository
Connect to MySQL from Powershell
In a series of PowerShell videos, I demonstrate how to connect to a MySQL server from within PowerShell. Links from video: Powershell Upgrade https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell?view=powershell-6 MySQL Connector: https://www.mysql.com/products/connector/ MySQL Powershell Library Files https://github.com/adbertram/MySQL Support the...