Instance Launcher

OCI IAM · Compute · Use

Verb Tier

Use

Categoria

Compute

Escopo

Compartment

Privilegiado

Não

Descrição

Launch and manage compute instances without the ability to create images or modify the compartment structure.

Verb: Use

Work with existing resources without create/delete at the top-level resource.

Exemplo de Policy Statement

Allow group InstanceLaunchers to use instances in compartment Dev

Substitua o nome do grupo e compartimento conforme sua estrutura OCI.

Resource Types

instancesvolume-attachmentsvnic-attachments

Permissões

  • Start/stop/reboot instances
  • Launch instances from existing images
  • Attach volumes to instances
  • Manage VNIC attachments

Verb Actions(6)

INSTANCE_CREATE
INSTANCE_ACTION
INSTANCE_READ
VNIC_ATTACHMENT_CREATE
VOLUME_ATTACHMENT_CREATE
INSTANCE_CONSOLE_CONNECTION_READ

Policy Statement (JSON)

{
  "policyName": "Instance Launcher",
  "statements": [
    "Allow group InstanceLaunchers to use instances in compartment Dev"
  ],
  "compartment": "compartment",
  "resourceTypes": [
    "instances",
    "volume-attachments",
    "vnic-attachments"
  ],
  "verbLevel": "Use"