Set up Datastore for S3 Archive, with Role Based credentials
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an AWS S3 Archive and would like to access data. However, the permissions to access the S3 archive are Role Based, not individual accounts. In that case, how do I set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY?? Thanks.
4 Kommentare
Piyush Kumar
am 15 Mai 2024
Bearbeitet: Piyush Kumar
am 15 Mai 2024
Hi Kevin,
If the permissions to access the S3 archive are Role-Based, you would not need to set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY for each user. Instead, you may create an IAM role that has the necessary permissions and attach it to your EC2 instance. This way, any application running on the instance will have the necessary permissions to access the S3 archive.
If you want to access S3 from EC2, these documentations should help -
Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!