You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Applications need secrets — database passwords, API keys, OAuth tokens, encryption keys. Hardcoding these values in source code or configuration files is a serious security risk. AWS provides two services to manage secrets securely: AWS Secrets Manager and AWS Systems Manager Parameter Store.
Hardcoding secrets leads to multiple issues:
Both Secrets Manager and Parameter Store solve these problems by externalising secrets from your application code.
Secrets Manager is a purpose-built service for storing, retrieving, and automatically rotating secrets.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.