AWS Community Profile File

When deploying with the AWS Marketplace Community Edition, I am able to connect to s3 with key/secret key, however, when I try to use an AWS Profile I receive the following (shortened error):

Caused by: software.amazon.awssdk.core.exception.SdkClientException: Profile file contained no credentials for profile ‘default’: ProfileFile(profiles=)

The lack of profiles in the list leads me to believe I am not putting the credentials file in the proper location. I have placed it in both the ec2-user and root users ~/.aws/credentials, a la how you would source with the cli. Am I missing something?

@whit Does this document help?

Hi Balaji,

I’m pretty familiar with how profiles work on servers, however, it isn’t clear where the profile data needs to live so Dremio can find it. Do you know where that should be, either on server or in the software?

Thanks