Automating Start and Stop of OCI Resources with OCI Resource Scheduler
A step-by-step Console walkthrough for putting compute and database resources on a fixed start/stop timetable. If you run development, test, or demo workloads on Oracle Cloud Infrastructure (OCI), some of those resources almost certainly sit idle for large parts of the day and night. OCI Resource Scheduler lets you put them on a fixed timetable — automatically stopping compute instances and databases when nobody needs them, and starting them again before the work day begins. This post walks through creating a schedule end to end in the OCI Console, based on a real auto-start/stop setup with separate application and database nodes. NOTE: I didn’t provide exact screenshots from the console to protect confidential data. What Resource Scheduler does Resource Scheduler is an OCI service for automatically starting and stopping resources on a recurring schedule. It supports compute instances and autonomous databases, and the Console notes that other resource types may be suppo...