View a markdown version of this page

AmazonODBExadataInfrastructureAdmin - AWS Managed Policy

AmazonODBExadataInfrastructureAdmin

Description: Provides administrative access to manage Exadata Infrastructure resources in Oracle Database@AWS

AmazonODBExadataInfrastructureAdmin is an AWS managed policy.

Using this policy

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

Policy details

  • Type: Job function policy

  • Creation time: August 07, 2026, 01:12 UTC

  • Edited time: August 07, 2026, 01:12 UTC

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

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:CreateCloudExadataInfrastructure", "odb:GetCloudExadataInfrastructure", "odb:UpdateCloudExadataInfrastructure", "odb:GetCloudExadataInfrastructureUnallocatedResources", "odb:DeleteCloudExadataInfrastructure", "odb:ListCloudExadataInfrastructures", "odb:ListCloudVmClusters", "odb:ListCloudAutonomousVmClusters", "odb:GetDbServer", "odb:ListDbServers", "odb:ListDbSystemShapes", "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:*:*:cloud-exadata-infrastructure/*" ] } ] }

Learn more