3 Answers
- Newest
- Most votes
- Most comments
3
Please take a look at this document - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html
It is the recommended way using IAM roles rather than passing AWS user credentials to your containers directly
0
You should consider using ECS task role instead of embedding keys as environment variables, which is not secured and hard to manage.
answered a year ago
0
ECS task role can be used instead of the referenced npm module as it provides benefits like credential isolation, Authorization, Audability
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 years ago
can I use this : https://www.npmjs.com/package/@aws-sdk/credential-providers ?