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:
commit
d32a44809a
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@ CloudFormation
|
|||
### CloudFormation Alternatives and Lock-In
|
||||
|
||||
- Hashicorp’s [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
|
||||
|
||||
|
|
Loading…
Reference in a new issue