Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 968 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 968 Bytes

go-aws-paramterstore

AWS SSM Go SDK for Parameter Store and Keyword Categorizer

image

AWS Systems Manager Parameter Store

AWS Systems Manager Parameter Store provides secure, hierarchical storage for configuration data management and secrets management. You can store data such as passwords, database strings, Amazon Machine Image (AMI) IDs, and license codes as parameter values. You can store values as plain text or encrypted data. You can reference Systems Manager parameters in your scripts, commands, SSM documents, and configuration and automation workflows by using the unique name that you specified when you created the parameter.

go get -u github.com/aws/aws-sdk-go

https://medium.com/@devopsnerd/aws-param-store-with-go-2e56ac5c4769

https://www.velotio.com/engineering-blog/managing-secrets-using-aws-systems-manager-parameter-store