Use OCI Notification Service to get informed on your Autonomous Database scaling events

6 years ago

This post will be mainly about Oracle Cloud Infrastructure Notification Service, the Autonomous Database scaling is just used to demonstrate…

Security in Oracle Cloud Infrastructure and why you should care less about it

6 years ago

I recently attended Accenture's Oracle leadership council and was asked to speak about Oracle Cloud Infrastructure security. I've said that…

Oracle Cloud Infrastructure and Dynamic Groups – what are they?

6 years ago

You might have seen dynamic groups mentioned when browsing through OCI console or when you've read the documentation. One of…

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…