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 2 years 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
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
can I use this : https://www.npmjs.com/package/@aws-sdk/credential-providers ?