Taking a ride with OCI autoscaling and instance pools

6 years ago

Some time ago Oracle Cloud Infrastructure introduced features around autoscaling and instance pools. This in short means you have an…

Series – Get your database running with Terraform part 10: Summary

6 years ago

My idea on writing this guide was to provide overview what components you need when you create a database in…

Series – Get your database running with Terraform part 9: Database

6 years ago

At this point I have created everything else apart from the database. For the database we have few options starting…

Series – Get your database running with Terraform part 8: Compute

6 years ago

Before creating database I will create jump host on public subnet so we will be able to access our database…

Series – Get your database running with Terraform part 7: Subnets

6 years ago

Now we have everything else setup on the network side apart from subnets. Subnets are continuous IP address blocks which…

Series – Get your database running with Terraform part 6: Security Lists

6 years ago

Before we can create the subnets we still need to create security lists. They will control what ingress and egress…

Series – Get your database running with Terraform part 5: Route Tables

6 years ago

Now when we have created IGW and NAT GW on previous post it's time to create route tables which will…

Series – Get your database running with Terraform part 4: IGW and NAT GW

6 years ago

Previous part three on creating VCN can be found from here. Now let's start with basics. What are IGW and…

Series – Get your database running with Terraform part 3: VCN

6 years ago

Now after we have compartment where to place resources we are ready to create Virtual Cloud Network (VCN). Since previous…

Series – Get your database running with Terraform part 2: Compartments

6 years ago

Read part 1 from here. What we need first is a compartment where we will create our resources. Using compartments…