Tagged: AWS
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.
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