kafka-delta-ingest icon indicating copy to clipboard operation
kafka-delta-ingest copied to clipboard

Question: How to use an EC2 Instance role for accessing S3/DynamoDB?

Open xenji opened this issue 3 years ago • 1 comments

I cannot find any reference to the default credential chain in the code, can anyone help me?

xenji avatar Dec 09 '21 10:12 xenji

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

mosyp avatar Dec 10 '21 14:12 mosyp