Unable to load AWS credentials from any provider in the chain - Jenkins & AWS codepipeline
问题 Currently I'm trying to get Jenkins working with AWS codepipeline. I'm running Jenkins on a EC2 instance. However, for some reason, Jenkins fails to load the default credentials of AWS. I tried the following options: Initialize aws credentials with 'aws configure' command Use the aws-credentials plugin in Jenkins Perform export AWS_ACCESS_KEY_ID=.... and AWS_SECRET_ACCESS_KEY=.... in Jenkins cli Checked the ~/.aws/credentials file, if the credentials are present (which is the case) Followed