1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-03-09 15:40:06 +00:00

CloudFormation nits

This commit is contained in:
Thanos Baskous 2016-10-19 20:33:36 -07:00 committed by GitHub
parent 50efd72b1b
commit 886196647c

View file

@ -1139,7 +1139,7 @@ CloudFormation
### CloudFormation Alternatives and Lock-In
- Hashicorps [Terraform](https://www.terraform.io/intro/vs/cloudformation.html) is a third-party alternative.
- 🔸Some AWS features may not be available in Terraform (i.e. MultiAZ ElastiCache using Redis), and you may have to resort to embedded **CloudFormation** templates.
- 🔸Some AWS features may not be available in Terraform (e.g. multi-AZ ElastiCache using Redis), and you may have to resort to embedded CloudFormation templates.
### CloudFormation Tips