AWS vpc-lattice documentation change
Summary
Removed JSON policy example allowing EC2 and VPC Lattice actions for Oracle Database@AWS integration
Security assessment
The change removes a policy example but does not indicate any security vulnerability being addressed. This appears to be documentation cleanup rather than security-related modification.
Diff
diff --git a/vpc-lattice/latest/ug/vpc-lattice-oci.md b/vpc-lattice/latest/ug/vpc-lattice-oci.md index 0dcc150b3..ead02cf8e 100644 --- a//vpc-lattice/latest/ug/vpc-lattice-oci.md +++ b//vpc-lattice/latest/ug/vpc-lattice-oci.md @@ -52,55 +51,0 @@ The following considerations apply to VPC Lattice for Oracle Database@AWS: -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "AllowODBEC2andLatticeActions", - "Action": [ - "ec2:DescribeVpcs", - "ec2:CreateTags", - "ec2:DescribeAvailabilityZones", - "ec2:CreateOdbNetworkPeering", - "ec2:DeleteOdbNetworkPeering", - "ec2:ModifyOdbNetworkPeering", - "ec2:DescribeVpcEndpointAssociations", - "ec2:CreateVpcEndpoint", - "ec2:DeleteVpcEndpoints", - "ec2:DescribeVpcEndpoints", - "vpc-lattice:CreateServiceNetwork", - "vpc-lattice:DeleteServiceNetwork", - "vpc-lattice:GetServiceNetwork", - "vpc-lattice:CreateServiceNetworkResourceAssociation", - "vpc-lattice:DeleteServiceNetworkResourceAssociation", - "vpc-lattice:GetServiceNetworkResourceAssociation", - "vpc-lattice:CreateResourceGateway", - "vpc-lattice:DeleteResourceGateway", - "vpc-lattice:GetResourceGateway", - "vpc-lattice:CreateServiceNetworkVpcEndpointAssociation" - ], - "Effect": "Allow", - "Resource": "*" - }, - { - "Sid": "AllowSLRActionsForLattice", - "Effect": "Allow", - "Action": [ - "iam:CreateServiceLinkedRole" - ], - "Resource": "*", - "Condition": { - "StringEquals": { - "iam:AWSServiceName": [ - "vpc-lattice.amazonaws.com" - ] - } - } - } - ] - } - -