Created
December 14, 2017 19:23
-
-
Save alexcheng1982/03b6d10e85806fafa2f35da4f1aa0af9 to your computer and use it in GitHub Desktop.
Configure AWS SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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