billowy-laptop-45963
11/15/2019, 9:30 PMconst
opts = {provider: provider},
callerId = aws.getCallerIdentity(opts),
region = aws.getRegion({}, opts)
where provider is new aws.Provider('myprovider', {profile: profile, region: region})
but they return unable to discover AWS AccessKeyID and/or SecretAccessKey
white-balloon-205
Provider
? (or getting them from ambient AWS configuration?)billowy-laptop-45963
11/15/2019, 9:34 PMAWS_SDK_LOAD_CONFIG=true pulumi up
fixed the above.white-balloon-205
~/.aws/config
? Are you using a profile
here?billowy-laptop-45963
11/15/2019, 9:35 PMwhite-balloon-205
billowy-laptop-45963
11/15/2019, 9:37 PM