- Lab
- A Cloud Guru
Integrating Spring Application Configuration with AWS Parameter Store
You have been tasked with removing sensitive information (secrets) from application code and safely storing them in AWS Systems Manager Parameter Store. Initially, secrets will be stored in properties files. You will learn about AWS Systems Manager Parameter Store and how to create secrets in Parameter Store. Secrets created in Parameter Store can be removed from code and properties files but still accessed by using the proper references in code to these secrets.
Path Info
Table of Contents
-
Challenge
Create Access Keys
- In IAM for
cloud_user
, create access keys. - Download the access key.
- In IAM for
-
Challenge
Create DynamoDB Table
- Create a table named
employee
. - Create a partition key named
id
.
- Create a table named
-
Challenge
Create Secrets in Parameter Store
- Create a secret for port number.
- Create a secret for access key.
- Create a secret for secret access key.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.