Hey all, :wave: , I’m using the aws provider `5.1...
# aws
b
Hey all, 👋 , I’m using the aws provider
5.10
and pulumi
3.35.3
with those value
Copy code
skipCredentialsValidation: false,
 skipGetEc2Platforms: false,
 skipMetadataApiCheck: false,
with EC2 Instance Metadata (iam role on the instance) It was working before I upgrade all version. Anything wrong?
l
This should be set to `true`:
skipCredentialsValidation: true
I just finished a whole investigation with another user on this. https://pulumi-community.slack.com/archives/CRH5ENVDX/p1659084774882929
b
thx it works. Just weird, the setting seems to have flip. It was required before to set it to false.
l
We have been struggling lately with all possible AWS authentication paths. We should review it again to smoothen the process again going forward.
✔️ 1