This message was deleted.
# general
s
This message was deleted.
c
There are a lot of things that could go wrong here, but some suggestions in case you haven’t verified it already: - Confirm that your
~/.aws/config
file exists, and references the right profiles. - You might want to have
export AWS_SDK_LOAD_CONFIG=1
as well. See: https://docs.aws.amazon.com/sdk-for-go/api/aws/session/#pkg-index
n
- I have a
credentials
file that has the appropriate profiles, should it be in
config
? - I’ll look at the aws load config. thx.
The thing that is weird is that i can deploy
stack1
with no issues, so i know the
credentials
work, but when i got to log into
stack2
the deploy fails with same creds.
btw @colossal-beach-47527 the option for
AWS_SDK_LOAD_CONFIG
seemed to have worked… not sure why yet, but I’ll look into that option. thx.
👍🏽 1