AmazonODBNetworkAdmin
Description: Provides administrative access to networking resources for Oracle Database@AWS
AmazonODBNetworkAdmin is an AWS managed policy.
Using this policy
You can attach AmazonODBNetworkAdmin 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/AmazonODBNetworkAdmin
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:CreateOdbNetwork", "odb:GetOdbNetwork", "odb:UpdateOdbNetwork", "odb:DeleteOdbNetwork", "odb:ListOdbNetworks", "odb:CreateOdbPeeringConnection", "odb:GetOdbPeeringConnection", "odb:UpdateOdbPeeringConnection", "odb:DeleteOdbPeeringConnection", "odb:ListOdbPeeringConnections", "odb:PutResourcePolicy", "odb:GetResourcePolicy", "odb:DeleteResourcePolicy", "odb:ListTagsForResource" ], "Resource" : "*" }, { "Sid" : "AllowEC2Actions", "Effect" : "Allow", "Action" : [ "ec2:DescribeAvailabilityZones", "ec2:DescribeVpcs" ], "Resource" : "*" }, { "Sid" : "AllowOdbNetworkPeeringActions", "Effect" : "Allow", "Action" : [ "ec2:CreateOdbNetworkPeering", "ec2:ModifyOdbNetworkPeering", "ec2:DeleteOdbNetworkPeering" ], "Resource" : "*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : "odb.amazonaws.com" } } }, { "Sid" : "AllowSLRActions", "Effect" : "Allow", "Action" : [ "iam:CreateServiceLinkedRole" ], "Resource" : "*", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : [ "odb.amazonaws.com", "vpc-lattice.amazonaws.com" ] } } }, { "Sid" : "AllowTaggingActions", "Effect" : "Allow", "Action" : [ "odb:TagResource", "odb:UntagResource" ], "Resource" : [ "arn:aws:odb:*:*:odb-network/*", "arn:aws:odb:*:*:odb-peering-connection/*" ] } ] }