AWS Systems Manager Parameter Store
Yash kumar
AWS Certified Solutions Architect – Associate | DevOps Enthusiast | Python | Linux Administration | Git | CI/CD | Jenkins | Docker | Kubernetes | Terraform | Ansible | Bachelor of Technology – CSE
AWS Systems Manager Parameter Store provides robust and structured system to manage both configuration data and sensitive information securely. AWS Systems Manager Parameter Store allows you to store various types of data such as passwords, database connection strings, AMI IDs, and license codes. Data can be stored either in plain text or encrypted format for enhanced security. Additionally, you can easily reference these stored values in your scripts, commands, automation workflows, and other configuration processes using unique names assigned to each parameter during creation.
No more BS, Let's dive into Steps to Create a Parameter:
(You can read the same article on Medium)