View a markdown version of this page

AmazonODBExascaleVmClusterAdmin - AWS Managed Policy

AmazonODBExascaleVmClusterAdmin

Description: Provides administrative access to manage Exascale VM cluster resources in Oracle Database@AWS.

AmazonODBExascaleVmClusterAdmin is an AWS managed policy.

Using this policy

You can attach AmazonODBExascaleVmClusterAdmin to your users, groups, and roles.

Policy details

  • Type: Job function policy

  • Creation time: September 04, 2026, 21:37 UTC

  • Edited time: September 04, 2026, 21:37 UTC

  • ARN: arn:aws:iam::aws:policy/job-function/AmazonODBExascaleVmClusterAdmin

Policy version

Policy version: v1 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AllowODBActions", "Effect" : "Allow", "Action" : [ "odb:GetOciOnboardingStatus", "odb:InitializeService", "odb:GetExascaleDbStorageVault", "odb:ListExascaleDbStorageVaults", "odb:CreateExadbVmCluster", "odb:GetExadbVmCluster", "odb:UpdateExadbVmCluster", "odb:DeleteExadbVmCluster", "odb:ListExadbVmClusters", "odb:AssociateVirtualMachinesToExadbVmCluster", "odb:DisassociateVirtualMachinesFromExadbVmCluster", "odb:AssociateIamRoleToResource", "odb:DisassociateIamRoleFromResource", "odb:CreateDbNode", "odb:GetDbNode", "odb:RebootDbNode", "odb:StartDbNode", "odb:StopDbNode", "odb:DeleteDbNode", "odb:ListDbNodes", "odb:GetDbServer", "odb:ListDbServers", "odb:GetOdbNetwork", "odb:ListOdbNetworks", "odb:ListDbSystemShapes", "odb:ListFlexComponents", "odb:ListGiVersions", "odb:ListGiMinorVersions", "odb:ListSystemVersions", "odb:ListTagsForResource" ], "Resource" : "*" }, { "Sid" : "AllowEC2Actions", "Effect" : "Allow", "Action" : [ "ec2:DescribeAvailabilityZones" ], "Resource" : "*" }, { "Sid" : "AllowTaggingActions", "Effect" : "Allow", "Action" : [ "odb:TagResource", "odb:UntagResource" ], "Resource" : [ "arn:aws:odb:*:*:exadb-vm-cluster/*", "arn:aws:odb:*:*:db-node/*" ] }, { "Sid" : "AllowOutboundIntegrationActions", "Effect" : "Allow", "Action" : [ "odb:CreateOutboundIntegration", "odb:UpdateOutboundIntegration" ], "Resource" : [ "arn:aws:odb:*:*:exadb-vm-cluster/*" ] } ] }

Learn more