How to store secretes on AWS?

Quick overview of the usage of AWS SSM Parameter Store and Secret Manager

Jakub Kapuscik
Level Up Coding
Published in
3 min readApr 18, 2021

--

Photo by Nguyễn Phúc on Unsplash

Security is one the most important features of a well-architected cloud system. Storing passwords or other confidential data directly in your application’s code can create serious security risks and makes secret management harder. Fortunately, there is a better way that can be implemented…

--

--