AWS EC2 How to Manage and Automate AWS EBS Snapshots with PowerShell In this in-depth tutorial, learn how to manage and automate AWS EBS snapshots using PowerShell.
AWS How to Use Terraform with EC2 instances: Deploying and Removing Build and tear down a Terraform EC2 instance with ease using a simple text file and the Terraform infrastructure as code tool!
AWS EC2 How to Find an AWS EC2 Instance’s Public DNS Name from within Itself If you're ever in need of using an Amazon AWS's public DNS name from within a script running on an EC2 instance, here's a quick way to get it using PowerShell. This technique
AWS How to Set Up an AWS Instance From Scratch Using PowerShell Creating an Amazon Web Services (AWS) EC2 instance with PowerShell requires creating the dependencies that PowerShell requires. Below, we will outline how to create these dependencies as well as the EC2 instance itself!