Wira Tjo
07/18/2024, 5:45 AMvalues.yml
with abctl
to set storage to S3 using authenticationType
as instanceProfile
which I assumed would use the EC2 Credentials, but it doesn't seem to work (it says that it can't find the credentials).
Does this mean we need to pass the user credentials because the airbyte instance
does not have access to the ec2
credentials?kapa.ai
07/18/2024, 5:46 AMWira Tjo
07/18/2024, 5:47 AMinstanceProfile
authentication type:
Caused by: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)), SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey), WebIdentityTokenCredentialsProvider: You must specify a value for roleArn and roleSessionName, com.amazonaws.auth.profile.ProfileCredentialsProvider@3b474e85: profile file cannot be null, com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@61860ef3: Unauthorized (Service: null; Status Code: 401; Error Code: null; Request ID: null; Proxy: null)]
kapa.ai
07/18/2024, 5:48 AMkapa.ai
07/18/2024, 5:48 AM