Fast OCI Instance Status Management from Your Terminal

Managing Oracle Cloud Infrastructure instances does not always require opening the web console. With a simple script and the OCI CLI, you can start, stop, reset, and list your instances directly from your terminal in seconds. Prerequisites Before using the script, make sure you have: OCI CLI installed and configured The OCID of the compartment you want to manage The Script Below is a simple script that lets you list instances and perform actions using their names. #!/usr/bin/env bash set…

Continue ReadingFast OCI Instance Status Management from Your Terminal

Integrate Oracle Cloud Instance Management with Home Assistant

In this post, I’ll guide you through setting up a solution to manage Oracle Cloud Infrastructure (OCI) instances directly from Home Assistant using HTTP calls. By combining the power of the oci CLI and a Node.js server, you’ll be able to start, stop, and monitor your OCI instances effortlessly. Requirements Before starting, ensure you have the following: Home Assistant installed and running. A server with Node.js and OCI CLI installed. OCI CLI configured with the appropriate credentials. Your instance's OCID…

Continue ReadingIntegrate Oracle Cloud Instance Management with Home Assistant