I'm looking to improve my cloud skills, particularly in networking, which has always been a challenge for me. I primarily work in data-related areas, but I want to get more comfortable with different networking concepts. I'd love to learn by practicing Terraform as I dive deeper into AWS networking. Are there any labs, resources, or practical exercises that guide you through both basic and advanced networking concepts using Terraform? Any suggestions would be greatly appreciated!
1 Answer
If you're aiming for advanced networking, I recommend checking out the Fortinet reference architecture. They have a great VPC setup for inspecting traffic across multiple AWS accounts using a Fortigate firewall. You can find their architecture PDF online, and they even list example Terraform plans in an open repo. For starters, look into the AWS VPC modules on Terraform's registry—it helps you grasp the building blocks like public/private subnets and routing!

Thanks for the tips! I'll definitely check out the Fortinet resources. I’m eager to get started with the basics.