Which statement is correct regarding the oracle cloud infrastructure Compute services?
Oracle Cloud Infrastructure Compute lets you provision and manage compute hosts, known asinstances
. You can launch instances as needed to meet your compute and application requirements. After you launch an instance, you can access it securely from your computer, restart it, attach and detach volumes, and terminate it when you're done with it. Any changes made to the instance's local drives are lost when you terminate it. Any saved changes to volumes attached to the instance are retained.
Oracle Cloud Infrastructure offers both bare metal and virtual machine instances:
1) Bare Metal:A bare metal compute instance gives you dedicated physical server access for highest performance and strong isolation.
2) Virtual Machine:A virtual machine (VM) is an independent computing environment that runs on top of physical bare metal hardware. The virtualization makes it possible to run multiple VMs that are isolated from each other. VMs are ideal for running applications that do not require the performance and resources (CPU, memory, network bandwidth, storage) of an entire physical machine.
An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as a bare metal instance, leveraging the same cloud-optimized hardware, firmware, software stack, and networking infrastructure.
https://docs.cloud.oracle.com/en-us/iaas/Content/Compute/Concepts/computeoverview.htm
Currently there are no comments in this discussion, be the first to comment!