https://github.com/waterbear-cloud/paco
Paco: Prescribed automation for cloud orchestration
https://github.com/waterbear-cloud/paco
aws cloud cloudformation infrastructure-as-code orchestration python3
Last synced: 2 months ago
JSON representation
Paco: Prescribed automation for cloud orchestration
- Host: GitHub
- URL: https://github.com/waterbear-cloud/paco
- Owner: waterbear-cloud
- License: mpl-2.0
- Created: 2019-06-18T21:41:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T17:46:02.000Z (almost 3 years ago)
- Last Synced: 2025-12-16T00:26:14.019Z (6 months ago)
- Topics: aws, cloud, cloudformation, infrastructure-as-code, orchestration, python3
- Language: Python
- Homepage: https://www.paco-cloud.io
- Size: 12.2 MB
- Stars: 32
- Watchers: 3
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Paco: Prescribed automation for cloud orchestration
[](https://pypi.python.org/pypi/paco-cloud/) [](https://www.python.org/downloads/)  [](https://github.com/waterbear-cloud/paco/blob/master/LICENSE.md)
Paco is a cloud orchestration tool for AWS. It enables you to automate the creation and management of your cloud resources
with declarative YAML. For more see the [paco-cloud.io web site](https://www.paco-cloud.io).
## Use Paco
Paco can be pip installed from the [paco-cloud](https://pypi.org/project/paco-cloud) package on PyPI.
pip install paco-cloud
For more information see the [Paco install](https://www.paco-cloud.io/en/latest/install.html) instructions.
Then see [Getting Started with Paco](https://www.paco-cloud.io/en/latest/started.html) to learn how to
create a Paco project and connect it to your AWS account.
## Get Involved
- Give us a Git Star and share on social media with #PacoCloud. Community discussion happens on
[/r/paco_cloud](https://www.reddit.com/r/paco_cloud/).
- Chat with us on [Gitter at paco-cloud](https://gitter.im/paco-cloud/community).
- Submit [feature request and bug reports](https://github.com/waterbear-cloud/paco/issues) on GitHub.
- To develop Paco, git clone this project as well as [paco.models](https://github.com/waterbear-cloud/paco.models).
## Authors
Paco is created by Kevin Lindsay and Kevin Teague for [Waterbear Cloud](https://waterbear.cloud).