hands-on lab

Separating Data and Code with AWS Systems Manager Parameter Store

Beginner
45m
591
3.4/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab 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

Environment before
Environment after
About the author
Avatar
Andrew Burchill
Labs Developer
Students
65,804
Labs
162
Courses
2
Learning paths
4

Andrew is a Labs Developer with previous experience in the Internet Service Provider, Audio Streaming, and CryptoCurrency industries. He has also been a DevOps Engineer and enjoys working with CI/CD and Kubernetes.

He holds multiple AWS certifications including Solutions Architect Associate and Professional.

Covered topics
Lab steps
Logging In to the Amazon Web Services Console
Separating Data and Code with AWS Systems Manager Parameter Store