Passing Configs and Secrets
Configuration and Secret management in AWS
Using AWS Services to pass configurations and secrets
S3 buckets
Example: Using an S3 cp command to pass configuration from an S3 bucket
aws s3 cp s3://$S3_BUCKET_NAME/myconfig.json /app/config/config.jsonSSM parameter Store
AWS Secrets Manager
Example: Using AWS Secret Manager to set configs and secrets in Environmental Variables
Using ECS Services to pass configurations and secrets
Using Kubernetes to pass configurations and secrets
Last updated
Was this helpful?

