Skip to content

How to: create an SSM parameter

Mike Dial edited this page May 12, 2021 · 3 revisions

This How-To guide details creating parameters in AWS Systems Manager Parameter Store (often abbreviated to just SSM).

Prerequisites

  • AWS Access with sufficient permissions to create SSM parameters.

Steps

Using the AWS Console:
Using the AWS CLI:

Notes

  • All SSM parameters used by the quickstart are expected to be of type SecureString. This could change in the future, but all parameters are SecureStrings as of this writing.
Clone this wiki locally