Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:23
Show Gist options
  • Save alexcheng1982/03b6d10e85806fafa2f35da4f1aa0af9 to your computer and use it in GitHub Desktop.
Save alexcheng1982/03b6d10e85806fafa2f35da4f1aa0af9 to your computer and use it in GitHub Desktop.
Configure AWS SDK
Set-AWSCredential -AccessKey {{lookup('env', 'AWS_ACCESS_KEY_ID')}} -SecretKey {{lookup('env', 'AWS_SECRET_ACCESS_KEY')}} -StoreAs default
Set-DefaultAWSRegion -Region {{aws.region}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment