Metadata-Version: 2.1
Name: aws-service-catalog-puppet
Version: 0.104.1
Summary: Making it easier to deploy ServiceCatalog products
Home-page: https://service-catalog-tools-workshop.com/
Author: Eamonn Faherty
Author-email: aws-service-catalog-tools@amazon.com
Requires-Python: >=3.7,<4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (==2.11.3)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: PyYAML (==5.4)
Requires-Dist: awacs (==1.0.2)
Requires-Dist: better-boto (==0.35.0)
Requires-Dist: boto3 (==1.16.56)
Requires-Dist: botocore (==1.19.56)
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: cfn-flip (==1.2.3)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==7.0)
Requires-Dist: colorclass (==2.2.0)
Requires-Dist: decorator (==4.4.2)
Requires-Dist: deepdiff (==5.3.0)
Requires-Dist: deepmerge (==0.2.1)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: docutils (==0.15.2)
Requires-Dist: idna (==2.8)
Requires-Dist: jinja2 (==2.11.3)
Requires-Dist: jmespath (==0.10.0)
Requires-Dist: lockfile (==0.12.2)
Requires-Dist: luigi (==3.0.2)
Requires-Dist: networkx (==2.5)
Requires-Dist: ordered-set (==4.0.2)
Requires-Dist: psutil (==5.7.0)
Requires-Dist: pykwalify (==1.7.0)
Requires-Dist: python-daemon (==2.1.2)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pyyaml (==5.4)
Requires-Dist: requests (==2.22.0)
Requires-Dist: s3transfer (==0.3.3)
Requires-Dist: six (==1.15.0)
Requires-Dist: terminaltables (==3.1.0)
Requires-Dist: tornado (==5.1.1)
Requires-Dist: troposphere (==2.6.3)
Requires-Dist: urllib3 (==1.25.11)
Project-URL: Repository, https://github.com/awslabs/aws-service-catalog-puppet-framework
Project-URL: issues, https://github.com/awslabs/aws-service-catalog-puppet-framework/issues
Description-Content-Type: text/markdown

# aws-service-catalog-puppet

![logo](./docs/logo.png) 

## Badges

[![codecov](https://codecov.io/gh/awslabs/aws-service-catalog-puppet/branch/master/graph/badge.svg?token=e8M7mdsmy0)](https://codecov.io/gh/awslabs/aws-service-catalog-puppet)


## 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](https://service-catalog-tools-workshop.com/30-how-tos/10-installation/30-service-catalog-puppet.html)
or you can read through the [every day use](https://service-catalog-tools-workshop.com/30-how-tos/50-every-day-use.html)
guides.

You can read the [documentation](https://aws-service-catalog-puppet.readthedocs.io/en/latest/) to understand the inner 
workings. 


## Going further

The framework is one of a pair.  The other is [aws-service-catalog-factory](https://github.com/awslabs/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. 
 

