1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-15 03:11:57 +00:00

Merge pull request #239 from open-guides/cloudformation-nits

CloudFormation nits
This commit is contained in:
Joshua Levy 2016-10-19 20:34:39 -07:00 committed by GitHub
commit d32a44809a

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