This commit is contained in:
Inaki Fernandez
2022-01-20 11:33:13 +01:00
parent 82ea8ea227
commit fce6b2c5ec
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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)
+1 -1
View File
@@ -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