https://github.com/itsubaki/aws-cfn-template
AWS CloudFormation template
https://github.com/itsubaki/aws-cfn-template
aws cfn cloudformation
Last synced: about 1 year ago
JSON representation
AWS CloudFormation template
- Host: GitHub
- URL: https://github.com/itsubaki/aws-cfn-template
- Owner: itsubaki
- Created: 2017-01-29T05:06:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T07:11:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T06:15:10.650Z (over 1 year ago)
- Topics: aws, cfn, cloudformation
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-cfn-template
## Namespace Design
- ProductID
- Environment
- Role
- (optional) DomainName
## No ImportValue
- It takes a great restriction when updating stack.
- Use the parameter store instead.