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
Built Distribution
Close
Hashes for sceptre-ssm-resolver-1.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac83ebed961bf65336c45c7c286fa1260744f172f2a4e136aea55608c1a8a09f |
|
MD5 | 3002369b0cf0027e1858ec7477871b8a |
|
BLAKE2b-256 | fe08aa8f6d9a2dd361bd667e681bef9ff4baf5bc79df87583035cf3374514283 |
Close
Hashes for sceptre_ssm_resolver-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c51f8cad2a2cd7ab971032238f17d3114f2103bd3b92f9658acc07acdf08f717 |
|
MD5 | 6ec638e9bee12d9d0d56bb0b7084d65a |
|
BLAKE2b-256 | f3804de2958ad5ac30097f4918264be052505c74ac460be7825e7ff1a915df5f |