Separating Data and Code with AWS Systems Manager Parameter Store
Description
AWS Systems Manager (SSM) Parameter Store is an AWS service that stores strings. It's used to store configuration data for applications and services. Configuration management is an important part of any system. Parameter Store is a reliable service that means you don't need to worry about managing servers or uptime.
Parameters can be organized hierarchically for easy access and management. They can also be easily referenced by other AWS services, and you can control user and resource access to parameters using IAM policies.
In this hands-on lab, you will see how to create a parameter and learn how to access your parameter in an AWS Lambda.
Learning Objectives
Upon completion of this beginner-level lab, you will be able to:
- Create an AWS Systems Manager Parameter using the AWS Management Console
- Update an AWS Lambda function to use your parameter
- Execute the AWS Lambda function and observe its output
Intended Audience
- Cloud Engineers
Prerequisites
Experience of the following will be beneficial but is not required:
- AWS Systems Manager Parameter Store
- AWS Lambda
The following course can be used to learn more about AWS Lambda:
Updates
October 30th, 2023 - Updated screenshots to reflect the latest UI
March 11th, 2021 - Updated instructions to reflect the latest AWS Lambda user-interface changes