The Wayback Machine - https://web.archive.org/web/20201111152325/https://github.com/benpiper/aws-powershell
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cfg
 
 
elb
 
 
 
 
vpc
 
 
 
 
 
 
 
 
 
 

README.md

aws-powershell

Cross-platform PowerShell scripts for doing cool things with AWS VPC, ELB, and Route 53.

PowerShell Core: it's not just for Windows anymore!

AWS PowerShell SDK setup:

If you don't already have the AWS PowerShell SDK installed, install-awspowershell.ps1 has got you covered. It will detect your PowerShell edition (Desktop or Core) and install and import the appropriate AWS PowerShell module.

. ./install-awspowershell.ps1

I recommend using Visual Studio Code with the PowerShell extension. It works on Linux, Mac, and Windows!

AWS Networking Deep Dive: Virtual Private Cloud (VPC) lab setup

Refer to vpc/lab-setup.md for the lab setup for this course.

AWS Networking Deep Dive: Elastic Load Balancing (ELB) lab setup

Refer to elb/lab-setup.md for the lab setup for this course.

AWS Networking Deep Dive: Route 53 DNS lab setup

Refer to route53/lab-setup.md for the lab setup for this course.

Baked with love for PowerShell Core!

You can’t perform that action at this time.