All Projects → theserverlessway → formica

theserverlessway / formica

Licence: MIT license
Simple Tool to deploy Cloudformation Templates

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to formica

Udacity Data Engineering Projects
Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.
Stars: ✭ 458 (+663.33%)
Mutual labels:  infrastructure, cloudformation
cim
CIM takes the pain out of Infrastructure as Code and CloudFormation
Stars: ✭ 51 (-15%)
Mutual labels:  infrastructure, cloudformation
Aws Cf Templates
A cloudonaut.io project. Engineered by widdix.
Stars: ✭ 2,399 (+3898.33%)
Mutual labels:  infrastructure, cloudformation
AutoSpotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,058 (+3330%)
Mutual labels:  infrastructure, cloudformation
Sceptre
Build better AWS infrastructure
Stars: ✭ 1,160 (+1833.33%)
Mutual labels:  infrastructure, cloudformation
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+3256.67%)
Mutual labels:  infrastructure, cloudformation
StackJanitor
StackJanitor is a serverless, event-driven stack cleanup tool.
Stars: ✭ 37 (-38.33%)
Mutual labels:  infrastructure, cloudformation
devopsbookmarks.org
Website of devopsbookmarks.org
Stars: ✭ 14 (-76.67%)
Mutual labels:  infrastructure
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (+60%)
Mutual labels:  infrastructure
atlantis
GitOps for Teams (experimental hard fork of atlantis)
Stars: ✭ 13 (-78.33%)
Mutual labels:  cloudformation
servpeek
Introspective peek into your server guts
Stars: ✭ 30 (-50%)
Mutual labels:  infrastructure
Humidifier
AWS Cloudformation using C#
Stars: ✭ 45 (-25%)
Mutual labels:  cloudformation
serverless-cloudformation-sub-variables
Serverless framework plugin for easily supporting AWS CloudFormation Sub intrinsic function variables
Stars: ✭ 25 (-58.33%)
Mutual labels:  cloudformation
terraform-openvpn
A sample terraform setup for OpenVPN using Let's Encrypt and Certbot to generate certificates
Stars: ✭ 43 (-28.33%)
Mutual labels:  infrastructure
community-edition
Zebrunner is a Test Automation Management Tool
Stars: ✭ 171 (+185%)
Mutual labels:  infrastructure
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+53.33%)
Mutual labels:  cloudformation
cloudpods
A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台
Stars: ✭ 1,469 (+2348.33%)
Mutual labels:  infrastructure
aws-cloudformation-resource-providers-cloudformation
The CloudFormation Resource Provider Package For AWS CloudFormation
Stars: ✭ 42 (-30%)
Mutual labels:  cloudformation
plumbing
This repo holds configuration for infrastructure used across the tektoncd org 🏗️
Stars: ✭ 41 (-31.67%)
Mutual labels:  infrastructure
terraform-pb
Programmatic management of infrastructure using Terraform and Protocol Buffers
Stars: ✭ 18 (-70%)
Mutual labels:  infrastructure

Formica

Build Status PyPI version license Coverage Status

Dropped Python 2 compatibility, please upgrade to Python 3. The tool might work or it might not, its not tested against Python 2

Formica makes it easy to create and deploy CloudFormation stacks. It uses CloudFormation syntax with yaml and json support to define your templates. Any existing stack can be used directly, but formica also has built-in modularity so you can reuse and share CloudFormation stack components easily. This allows you to start from an existing stack but split it up into separate files easily.

For dynamic elements in your templates Formica supports jinja2 as a templating engine. Jinja2 is widely used, for example in ansible configuration files.

Installation

Formica can be installed through pip:

pip install formica-cli

Alternatively you can clone this repository and run

python setup.py install

Documentation

Check out the full Documentation and Quickstart on TheServerlessWay.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].