kafka-delta-ingest
kafka-delta-ingest copied to clipboard
Question: How to use an EC2 Instance role for accessing S3/DynamoDB?
I cannot find any reference to the default credential chain in the code, can anyone help me?
Hi! It's managed by delta-rs and rusoto-s3, the default instance creds should work just fine. In addition you can even assume role via sts, please see https://github.com/delta-io/delta-rs/blob/main/rust/src/storage/s3/mod.rs#L30-L86 and https://github.com/delta-io/delta-rs/blob/main/rust/src/storage/s3/mod.rs#L398