1. Oracle Cloud Infrastructure Documentation, "Managing Custom Images": "After you've installed software, applied updates and patches, and configured an instance to meet your needs, you can create a custom image of the instance's boot disk. You can then use the custom image to launch other instances that have the same customizations, configuration, and software." This directly describes the process of using custom images to create identical instances.
2. Oracle Cloud Infrastructure Documentation, "Overview of Images": This document defines the different image types. It clarifies that Oracle-provided images are basic templates, Marketplace images are from partners, and Custom Images are "images that you create from your running instances." This distinction highlights why custom images are the correct choice for this specific use case.
3. Oracle Cloud Infrastructure Documentation, "Creating an Image": "You can create a custom image of an instance's boot disk and use it to launch other instances. Instances that you launch from your image include the customizations, configuration, and software installed when you created the image." This reinforces that custom images are the mechanism for replicating a configured state with minimal effort.