Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

160
Views
AWS ECS - a free way for passing secrets

I've got simple app as AWS ECS. Now I want to integrate it with database (AWS RDS).

The problem is - I need to pass the RDS credentials to my docker image, eg. as environment variable in a secure way.

After some research, I found two ways:
- AWS Secrets Manager
- AWS System Manager Parameter Store

But... both of them are paid.

  1. Secrets Manager costs 0.40$/month for 1 secret.
  2. System Manager Parameter Store requires 'Customer Managed Key' which also costs 1$/month.

As a Free Tier User, for my simple app, I would rather not to pay for ONLY 'storing secrets'. So... Is there any other secure and recommended way to pass sensitive data to docker application hosted on ECS ?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

System Manager Parameter Store requires 'Customer Managed Key' which also costs 1$/month.

This is not the case. This is only required if you want to use your own CMK. If not, then you can use default CMK provided by the AWS which is free:

SecureString data is encrypted and decrypted using a AWS Key Management Service (KMS) key. You can use either a default KMS key provided by AWS or create and use your own customer master key (CMK).

Also in the free tier, you have 20,000 api requests each month:

AWS Free Tier includes 20,000 free AWS Key Management Service requests each month.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!