From fce6b2c5ece1642e65c3da9d38d957f3883ddaf2 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 20 Jan 2022 11:33:13 +0100 Subject: [PATCH] Jan 20th --- docs/aws.md | 2 ++ docs/terraform.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/aws.md b/docs/aws.md index 76cf7aec..d17d2874 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -285,6 +285,8 @@ You can filter by topic using the toolbar above. - [==AWS App2Container: Migrate your Applications to Containers at Scale==](https://aws.amazon.com/blogs/architecture/migrate-your-applications-to-containers-at-scale/) - [dev.to: How Well-Architected Enables Junior Engineers](https://dev.to/aws-builders/how-well-architected-enables-junior-engineers-24j) - [==This is My Architecture==](https://aws.amazon.com/architecture/this-is-my-architecture) Innovative cloud architectures from AWS partners and customers. **'This is My Architecture' is a video series that showcases innovative architectural solutions on the AWS Cloud by customers and partners.** Each episode examines the most interesting and technically creative elements of each cloud architecture. +- [==Creating a Multi-Region Application with AWS Services – Part 1, Compute, Networking, and Security==](https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-1-compute-and-security/) +- [==Creating a Multi-Region Application with AWS Services – Part 2, Data and Replication==](https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-2-data-and-replication/) ## AWS Youtube channel and Podcasts - [Amazon Web Services Youtube](https://www.youtube.com/user/AmazonWebServices) diff --git a/docs/terraform.md b/docs/terraform.md index f1b5ab15..9965ce35 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -433,7 +433,7 @@ 1. Build w/ UI 2. Gen w/ **Terraformer** (local state) 3. Fix crazy codegen-ed names - 4. Import TF, verify Cloud == State == #Terraform + 4. Import TF, verify Cloud == State == Terraform 5. rm -rf the manual version 6. Recreate from TF 7. Test and iterate w/ IaC