Skip to main content

A Sceptre resolver to retrieve data from the AWS secure store

Project description


layout: docs title: Resolvers

Overview

The purpose of this resolver is to retrieve values from the AWS SSM.

Available Resolvers

ssm

Fetches the value stored in AWS SSM Parameter Store.

Syntax:

parameter|sceptre_user_data:
    <name>: !ssm /prefix/param

Example:

Add a secure string to the SSM parameter store

aws ssm put-parameter --name /dev/DbPassword --value "mysecret" \
--key-id alias/dev/kmskey --type "SecureString"

Setup sceptre template to retrieve and decrypt from parameter store

parameters:
    database_password: !ssm /dev/DbPassword

Run sceptre with a user or role that has access to the secret. Sceptre will retrieve "mysecret" from the parameter store and passes it to the cloudformation database_password paramter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sceptre-ssm-resolver-1.1.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

sceptre_ssm_resolver-1.1.0-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page