AmazonODBExadataVmClusterAdmin
Description: Provides administrative access to manage Exadata VM cluster resources in Oracle Database@AWS.
AmazonODBExadataVmClusterAdmin is an AWS managed policy.
Using this policy
You can attach AmazonODBExadataVmClusterAdmin 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/AmazonODBExadataVmClusterAdmin
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:GetCloudExadataInfrastructure", "odb:GetCloudExadataInfrastructureUnallocatedResources", "odb:ListCloudExadataInfrastructures", "odb:CreateCloudVmCluster", "odb:GetCloudVmCluster", "odb:DeleteCloudVmCluster", "odb:ListCloudVmClusters", "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: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:*:*:cloud-vm-cluster/*", "arn:aws:odb:*:*:db-node/*" ] }, { "Sid" : "AllowOutboundIntegrationActions", "Effect" : "Allow", "Action" : [ "odb:CreateOutboundIntegration", "odb:UpdateOutboundIntegration" ], "Resource" : [ "arn:aws:odb:*:*:cloud-vm-cluster/*" ] } ] }