Today I'm releasing v2002 of OCI360! Now the tool will also include the Infrastructure Visual Design of your Tenancy (section 1a), including all your compute instances and its associated subnets, VCNs and IP addresses. I made it using VOWL: Visual Notation for OWL Ontologies. Please note that VOWL is not a framework to build an …
Categoria: Oracle Cloud
Oracle Cloud
out 28
Automating clone of OCI compute instances across regions
Oracle is constantly releasing new regions around the globe for the Oracle Cloud Infrastructure, and geolocation is something very important for companies specially to achieve low latencies and high throughput. After those regions are out, I've been asked for some customers to move their existing computes from one region to another. After doing the same …
out 27
Bucket named 'X' has pending multipart uploads. Stop all multipart uploads first.
Those days, I was trying to remove a bucket from my Oracle Cloud Infrastructure and I kept receiving the error when confirming the delete operation: Bucket named 'REGION_MIGRATION' has pending multipart uploads. Stop all multipart uploads first. There is (still) no way to view through the console what are those "multipart downloads" that are blocking …
out 10
How to export all your Oracle Cloud Infrastructure billing information
As of today (October 2019), there is still no internal capability in Oracle Cloud Infrastructure to export the metadata of all the billing information you have in your OCI to a CSV, JSON or any other file that would allow us to easily import in other tools to create our own graphs. Meanwhile, I have …
abr 10
Force a private IP during Load Balancer creation in OCI
Those days, I needed to recreate a Load Balancer in Oracle Cloud Infrastructure for a specific reason. It was a private Load Balancer. The problem is that when you create a Load Balancer, you can't specify the Private IP address in the Subnet that you want to use.. Oracle will pick automatically 3 IPs from …