-
Introduction
-
Basic Topologies
- Lesson 1 – VCN, Subnet and Single Webserver
- Lesson 2 – Second Webserver in other Availability Domain (AD)
- Lesson 2a – Second Webserver in other Fault Domain (FD)
- Lesson 3 – Load Balancer
- Lesson 4 – Load Balancer + NAT Gateway + Bastion Host
- Lesson 4a – Load Balancer + NAT Gateway + Bastion Host (+ Network Security Groups)
- Lesson 5 – Shared Filesystem
- Lesson 5a – Shared Filesystem (+ Network Security Groups)
- Lesson 6 – Local Block Volume
- Lesson 7 – DBSystem
- Lesson 7a – DBSystem with DataGuard
-
Advanced Topologies
Lesson 8 – VCN local peering
This lesson is the most complex so far. Besides the current pair of Compartment and VCN, we would like to setup up a completely separated island. It will be a new Compartment there called ExternalCompartment. It this compartment we will create a brand new VCN (FoggyKitchenVCN2) with a completely different CIDR (192.168.0.0/16). Inside this VCN we will create a new regional private subnet and the Backend server will be nested there. So far this is the isolated island from original cloud infrastructure, so to interconnect them we need to create local peering with LPGs. Finally, we need to apply LPG policies there. If everything goes good we should be able to access Backend Server from Database server with SSH protocol. Let’s roll with terraform apply.
Here is GitHub repo where you can download the code for this lesson.
Leave a Reply
You must be logged in to post a comment.
Never mind I found the course
Awesome 🙂