Difference between revisions of "Getting Started (AWS PowerShell)"

Jump to navigation Jump to search
Added "Set Default Region"
(→‎Setup Credentials: Added Linux unencrypted noye)
(Added "Set Default Region")
Line 15: Line 15:
|}
|}


== Set Default Region ==
Most commands need to be run against a specific region.  You can either specify this each time you run CmdLet, or if you predominantly run in one region, its more convenient to set a default region
<source lang="PowerShell">
Set-DefaultAWSRegion -Region eu-west-1
</source>
Other useful region commands...
<source lang="PowerShell">
Clear-DefaultAWSRegion              # Clear default region
Get-AWSRegion                      # Get list of regions, including what is default
</source>


[[Category: AWS PowerShell]]
[[Category: AWS PowerShell]]

Navigation menu