Using S3 connector on ECS cluster

I’m building a ReductStore + S3 setup on an AWS ECS cluster. We don’t use static access keys, and the credentials update in the containers automatically. As far as I understand, we should use AWS_CONTAINER_CREDENTIALS_RELATIVE_URI, but I don’t see a ReductStore setting to pass it to the instance.

1 Like

We use the official AWS Rust SDK, which can work with AWS environment variables, including the AWS_CONTAINER_CREDENTIALS_RELATIVE_URI. To start using the standard AWS variables, you should keep the RS_REMOTE_ACCESS_KEY and RS_REMOTE_SECRET_KEY unset. The S3 connector will activate the default credential provider and rotate the credentials automatically.