benpiper / aws-powershell

AWS PowerShell scripts for VPC, ELB, and Route 53 (Networking deep dive courses)

Home Page:https://pluralsight.pxf.io/c/1191775/424552/7490?subId1=github&u=https%3A%2F%2Fwww.pluralsight.com%2Fcourses%2Faws-networking-deep-dive-vpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

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

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

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

Baked with love for PowerShell Core!

About

AWS PowerShell scripts for VPC, ELB, and Route 53 (Networking deep dive courses)

https://pluralsight.pxf.io/c/1191775/424552/7490?subId1=github&u=https%3A%2F%2Fwww.pluralsight.com%2Fcourses%2Faws-networking-deep-dive-vpc

License:MIT License


Languages

Language:PowerShell 99.4%Language:HTML 0.6%