View a markdown version of this page

AmazonODBReadOnlyAccess - AWS Managed Policy

AmazonODBReadOnlyAccess

Description: Provides read-only access to Oracle Database@AWS resources

AmazonODBReadOnlyAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

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

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

  • ARN: arn:aws:iam::aws:policy/AmazonODBReadOnlyAccess

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" : "AllowODBReads", "Effect" : "Allow", "Action" : [ "odb:GetOciOnboardingStatus", "odb:GetCloudExadataInfrastructure", "odb:GetCloudExadataInfrastructureUnallocatedResources", "odb:ListCloudExadataInfrastructures", "odb:GetCloudVmCluster", "odb:ListCloudVmClusters", "odb:GetCloudAutonomousVmCluster", "odb:ListCloudAutonomousVmClusters", "odb:GetAutonomousDatabase", "odb:ListAutonomousDatabases", "odb:ListAutonomousDatabaseClones", "odb:ListAutonomousDatabasePeers", "odb:GetAutonomousDatabaseBackup", "odb:ListAutonomousDatabaseBackups", "odb:GetDbNode", "odb:ListDbNodes", "odb:GetDbServer", "odb:ListDbServers", "odb:GetOdbNetwork", "odb:ListOdbNetworks", "odb:GetOdbPeeringConnection", "odb:ListOdbPeeringConnections", "odb:ListAutonomousVirtualMachines", "odb:ListDbSystemShapes", "odb:ListGiVersions", "odb:ListSystemVersions", "odb:ListAutonomousDatabaseVersions", "odb:ListAutonomousDatabaseCharacterSets", "odb:GetResourcePolicy", "odb:ListTagsForResource" ], "Resource" : "*" }, { "Sid" : "AllowEC2Reads", "Effect" : "Allow", "Action" : [ "ec2:DescribeAvailabilityZones", "ec2:DescribeVpcs" ], "Resource" : "*" } ] }

Learn more