1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
The Option is Using AWS Secrets Manager for Secure Secret Management in ECS, Avoid hardcoding secrets in container images.
-
Store sensitive information like database credentials in AWS Secrets Manager.
-
Inject secrets as environment variables into your ECS task definition.
-
This ensures security, flexibility, and prevents accidental exposure of sensitive data.
refer the documentation: https://repost.aws/knowledge-center/ecs-data-security-container-task
Relevant content
- asked 4 years ago
- asked 2 years ago
- asked 9 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 months ago