Skip to content

Surnet/cloudformation-systemsmanager-parameterstore-certificate

Repository files navigation

AWS CloudFormation Systems Manager Parameter Store Certificate Extension

This CloudFormation Extension allows the creation of AWS Systems Manager Parameter Store Secrets with automatically generated certificates. You can find the docs in here.

Installation

The Resource Provider must be installed before use.

Dependencies

To build and install the Extension some CLI Tools are needed. On Mac you can install them like this.

brew install awscli
brew install aws-sam-cli
brew install pipx
pipx install cloudformation-cli
pipx runpip cloudformation-cli install --upgrade setuptools
pipx inject cloudformation-cli git+https://github.com/HeatherFlux/cloudformation-cli-typescript-plugin.git@bugfix/arch-1058-fix-dependency-and-python

Installation

To install the extension you can run the following command:

./deploy.sh

Use environment variables to specify where to install the extension.

AWS_PROFILE=dev ./deploy.sh

Usage

After registration, the resource can be used in CloudFormation templates.

About

CloudFormation Resource to Create Certificates in the AWS Systems Manager Parameter Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published