Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created August 22, 2022 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahgift/c16ccb8869d7e15f959e5550b3886f34 to your computer and use it in GitHub Desktop.
Save noahgift/c16ccb8869d7e15f959e5550b3886f34 to your computer and use it in GitHub Desktop.
PS /home/cloudshell-user> Import-Module AWSPowerShell.NetCore
PS /home/cloudshell-user> $zones = Get-EC2AvailabilityZone -Filter @{ Name="state";Values="available" }
PS /home/cloudshell-user> $zones.count
6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment