unfunco / cloudformation-stacks

An assortment of individual CloudFormation templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudFormation stacks

A collection of miscellaneous CloudFormation stacks.

Getting started

Requirements

Deploying stacks programmatically

aws cloudformation deploy \
  --capabilities "CAPABILITY_IAM" \
  --parameter-overrides "ParameterName=ParameterValue" \
  --tags "" \
  --template "one-of-the-files-in-this-repo.yaml" \
  --stack-name "your-naming-convention"

Stacks

bootstrap-terraform

Creates the resources necessary to safely run Terraform. This includes an S3 bucket for persisting state and a DynamoDB table for ensuring stacks cannot be updated simultaneously.

iam-role-cross-account-access

Creates an IAM role.

License

© 2022 Daniel Morris
Made available under the terms of the Apache License 2.0.

About

An assortment of individual CloudFormation templates.

License:Apache License 2.0