All Projects → jeanphix → troposphere-cli

jeanphix / troposphere-cli

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to troposphere-cli

zookeeper-on-aws
zookeeper-on-aws (with dynamic reconfiguration based on r3.5.3-beta)
Stars: ✭ 15 (+36.36%)
Mutual labels:  cloudformation, troposphere
cfn-api-gateway-custom-domain
API Gateway custom domains as CloudFormation resources, backed by Let's Encrypt
Stars: ✭ 17 (+54.55%)
Mutual labels:  cloudformation
stackit
Cross-platform CloudFormation CLI tool for easy synchronous and idempotent stack updates
Stars: ✭ 37 (+236.36%)
Mutual labels:  cloudformation
taskcat
Test all the CloudFormation things! (with TaskCat)
Stars: ✭ 974 (+8754.55%)
Mutual labels:  cloudformation
iidy
iidy (Is it done yet?) -- CloudFormation with Confidence
Stars: ✭ 46 (+318.18%)
Mutual labels:  cloudformation
terraform-aws-cloudformation-stack
Terraform module to provision CloudFormation Stack
Stars: ✭ 24 (+118.18%)
Mutual labels:  cloudformation
aem-aws-stack-builder
Adobe Experience Manager (AEM) infrastructure builder on AWS using CloudFormation stacks
Stars: ✭ 36 (+227.27%)
Mutual labels:  cloudformation
AWS Stripe-SaaS-quickstart
🛍️ 🚀 AWS Software as a Service App with subscriptions using Stripe Quickstart
Stars: ✭ 30 (+172.73%)
Mutual labels:  cloudformation
lono
Lono CloudFormation Framework
Stars: ✭ 38 (+245.45%)
Mutual labels:  cloudformation
amazon-ivs-simple-chat-web-demo
⚠️ IMPORTANT ⚠️ This repository is no longer actively maintained and will be archived at the end of 2022. A basic live chat implementation built with WebSockets, that can be used in conjunction with Amazon IVS to build compelling customer experiences for live video streams with chat use cases.
Stars: ✭ 53 (+381.82%)
Mutual labels:  cloudformation
AWS-Transit-Gateway-Demo-MultiAccount
Cloudformation template to set up AWS Transit Gateway with Multi Accounts in Organizations
Stars: ✭ 20 (+81.82%)
Mutual labels:  cloudformation
SecretsManagerwithCloudFormation
Implements a Lambda-backed CloudFormation Custom Resource for AWS Secrets Manager
Stars: ✭ 20 (+81.82%)
Mutual labels:  cloudformation
convection
A fully generic, modular DSL for AWS CloudFormation
Stars: ✭ 41 (+272.73%)
Mutual labels:  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 (+18609.09%)
Mutual labels:  cloudformation
cfn-encrypt
🔑🔐☁️ Cloudformation custom resource that enables creation of KMS encrypted strings and SSM secure parameters
Stars: ✭ 13 (+18.18%)
Mutual labels:  cloudformation
cfngoat
Cfngoat is Bridgecrew's "Vulnerable by Design" Cloudformation repository. Cfngoat is a learning and training project that demonstrates how common configuration errors can find their way into production cloud environments.
Stars: ✭ 70 (+536.36%)
Mutual labels:  cloudformation
serverless-dynamodb-ttl
⚡️ Serverless Plugin to set DynamoDB TTL
Stars: ✭ 16 (+45.45%)
Mutual labels:  cloudformation
CloudWatch2S3
Logging infrastructure for exporting all CloudWatch logs from multiple accounts to a single S3 bucket
Stars: ✭ 31 (+181.82%)
Mutual labels:  cloudformation
aws-cloudformation-templates
CloudFormation Templates
Stars: ✭ 15 (+36.36%)
Mutual labels:  cloudformation
ecs-airflow
Cloudformation templates for deploying Airflow in ECS
Stars: ✭ 37 (+236.36%)
Mutual labels:  cloudformation

Troposphere CLI

Command line interface to manage troposphere CloudFormation stacks.

Build Status

Installation

pip install troposphere-cli

Usage

Usage: trop [OPTIONS] COMMAND [ARGS]...

  Troposphere CLI.

Options:
  -r, --region TEXT  The `AWS` region.  [required]
  --help             Show this message and exit.

Commands:
  create      Create a new stack.
  events      Display stack events.
  list        List stacks.
  outputs     Show stack output values.
  parameters  Show templates parameter values.
  template    Show template as json.
  update      Update an existing stack.

Configuration

AWS_REGION=<aws_region>
STACK_TEMPLATE=<path.to.template>
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].