systemaccounting / mxfactorial

a payment application intended for deployment by the united states treasury that replaces banking with accounting
https://www.systemaccounting.org
47 stars 26 forks source link

move secrets manager entries to parameter store #254

Closed mxfactorial closed 2 years ago

mxfactorial commented 2 years ago

current

secrets manager charges approx 20.00/month for 50 secrets (2 envs)

2022-11-02-aws-expense
aws secretsmanager list-secrets --query 'SecretList' | jq 'length'
50

expected

  1. move secrets to parameter store in terraform, 2 hours
  2. fetch secrets from parameter store in create-env.sh, 1 hour
  3. testing, 3 hours

estimate: 6 hours

mxfactorial commented 2 years ago

7 hours worked / 6 hours estimated = 1.16

1 - 1.16 = 16% underestimated

mxfactorial commented 1 year ago

1 - 35.35/57.12 = 38.1% drop in bill after removing secrets manager entries

Screenshot 2023-01-02 at 9 02 28 PM

cost per environment: 35.35/2 = 17.68