5 ms·
In that example, do you not see using S3 for that purpose as trying to use the wrong tool for the task at hand. Using AWS SSM parameter store [0] seems to me th
by JDTech123 5y ago
In that example, do you not see using S3 for that purpose as trying to use the wrong tool for the task at hand. Using AWS SSM parameter store [0] seems to me that it would be a tool designed to fit that purpose nicely.
[0] https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html https://docs.aws.amazon.com/systems-manager/latest/userguide...
- nelsonenzo 5y agoComplex config files suck in paramstore. Also, I've used this for mobile app configs that are pulled from s3, so paramstore wouldn't be an option.