aws-service-catalog-puppet

Making it easier to deploy ServiceCatalog products


License
Apache-2.0
Install
pip install aws-service-catalog-puppet==0.246.0

Documentation

aws-service-catalog-puppet

logo

Badges

codecov

What is it?

This is a python3 framework that makes it easier to share multi region AWS Service Catalog portfolios and makes it possible to provision products into accounts declaratively using a metadata based rules engine.

With this framework you define your accounts in a YAML file. You give each account a set of tags, a default region and a set of enabled regions.

Once you have done this you can define portfolios should be shared with each set of accounts using the tags and you can specify which regions the shares occur in.

In addition to this, you can also define products that should be provisioned into accounts using the same tag based approach. The framework will assume role into the target account and provision the product on your behalf.

Getting started

You can read the installation how to or you can read through the every day use guides.

You can read the documentation to understand the inner workings.

Going further

The framework is one of a pair. The other is aws-service-catalog-factory. With Service Catalog Factory you can create pipelines that deploy multi region portfolios very easily.

License

This library is licensed under the Apache 2.0 License.