https://github.com/unfunco/cloudformation-stacks
An assortment of individual CloudFormation templates.
https://github.com/unfunco/cloudformation-stacks
amazon-web-services aws cloudformation cloudformation-stacks cloudformation-templates
Last synced: over 1 year ago
JSON representation
An assortment of individual CloudFormation templates.
- Host: GitHub
- URL: https://github.com/unfunco/cloudformation-stacks
- Owner: unfunco
- License: apache-2.0
- Created: 2022-11-10T19:57:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T12:56:05.000Z (over 2 years ago)
- Last Synced: 2025-02-07T14:40:12.341Z (over 1 year ago)
- Topics: amazon-web-services, aws, cloudformation, cloudformation-stacks, cloudformation-templates
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CloudFormation stacks
A collection of miscellaneous [CloudFormation] stacks.
## Getting started
### Requirements
- [AWS Command Line Interface] 2.8+
### Deploying stacks programmatically
```bash
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].
[aws command line interface]: https://aws.amazon.com/cli/
[cloudformation]: https://aws.amazon.com/cloudformation/
[apache license 2.0]: LICENSE.md
[daniel morris]: https://unfun.co