<@U04SE163WC8> I used `values.yml` with `abctl` to...
# ask-ai
w
@kapa.ai I used
values.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?
k
New message text here
w
@kapa.ai I got this error using the
instanceProfile
authentication type:
Copy code
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)]
k
A message from kapa.ai
New message text here