AmazonODBExascaleStorageVaultAdmin
Description: Provides administrative access to manage Exascale storage vault resources in Oracle Database@AWS.
AmazonODBExascaleStorageVaultAdmin is an AWS managed policy.
Using this policy
You can attach AmazonODBExascaleStorageVaultAdmin 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/AmazonODBExascaleStorageVaultAdmin
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:CreateExascaleDbStorageVault", "odb:GetExascaleDbStorageVault", "odb:UpdateExascaleDbStorageVault", "odb:DeleteExascaleDbStorageVault", "odb:ListExascaleDbStorageVaults", "odb:ListExadbVmClusters", "odb:GetDbServer", "odb:ListDbServers", "odb:ListDbSystemShapes", "odb:ListFlexComponents", "odb:PutResourcePolicy", "odb:GetResourcePolicy", "odb:DeleteResourcePolicy", "odb:ListTagsForResource" ], "Resource" : "*" }, { "Sid" : "AllowEC2Actions", "Effect" : "Allow", "Action" : [ "ec2:DescribeAvailabilityZones" ], "Resource" : "*" }, { "Sid" : "AllowSLRActions", "Effect" : "Allow", "Action" : [ "iam:CreateServiceLinkedRole" ], "Resource" : "*", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : [ "odb.amazonaws.com" ] } } }, { "Sid" : "AllowTaggingActions", "Effect" : "Allow", "Action" : [ "odb:TagResource", "odb:UntagResource" ], "Resource" : [ "arn:aws:odb:*:*:exascale-db-storage-vault/*" ] } ] }