AWS SDK is failed to connect to S3 using instance pofile #2856
Unanswered
VAIBHAVCES
asked this question in
Q&A
Replies: 1 comment
-
Hello @VAIBHAVCES , There is not enough information provided here to fully investigate the origin of the behavior. Based on the information you have provided, my first guess is that the behavior you are experiencing is similar to the following cases: #2285 #2365. Best, Yasmine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am inside a EC2 instance where I have configured IAM roles and from there I am using aws sdk to connect to s3 bucket and during that I am getting error like this
But when I am using aws cli in the same ec2 intsance it is working fine. My java application running inside the ec2 instance is a java application running as a docker container where I am trying to do this operation.
Can anyone please explain me reason for this or can anyone explain what does error message speciffy
Can I conclude that it is unable to use instance profile to authenticate to s3
Beta Was this translation helpful? Give feedback.
All reactions