Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rayterrill/0feaf33861ef11e00d97add0aadb2815 to your computer and use it in GitHub Desktop.
Save rayterrill/0feaf33861ef11e00d97add0aadb2815 to your computer and use it in GitHub Desktop.
Import-Module AWSPowerShell
Set-AWSCredentials -AccessKey myAccessKey -SecretKey mySecretKey -StoreAs myCredentialName
Initialize-AWSDefaults -ProfileName myCredentialName -Region us-west-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment