AWSLambdaNetworkConnectorOperatorPolicy
Description: This policy grants permissions to create and administer ENI resources managed by the Lambda Network Connector
AWSLambdaNetworkConnectorOperatorPolicy is an AWS managed policy.
Using this policy
You can attach AWSLambdaNetworkConnectorOperatorPolicy to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: June 22, 2026, 15:27 UTC
-
Edited time: June 22, 2026, 15:27 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSLambdaNetworkConnectorOperatorPolicy
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" : "AllowCreateEniInAnySubnet", "Effect" : "Allow", "Action" : "ec2:CreateNetworkInterface", "Resource" : "arn:aws:ec2:*:*:subnet/*" }, { "Sid" : "AllowCreateEniWithSecurityGroups", "Effect" : "Allow", "Action" : "ec2:CreateNetworkInterface", "Resource" : "arn:aws:ec2:*:*:security-group/*" }, { "Sid" : "AllowCreateEniWithLambdaTagKeys", "Effect" : "Allow", "Action" : "ec2:CreateNetworkInterface", "Resource" : "arn:aws:ec2:*:*:network-interface/*", "Condition" : { "ForAllValues:StringEquals" : { "aws:TagKeys" : [ "aws:lambda:networkConnectorName", "aws:lambda:networkConnectorId" ] } } }, { "Sid" : "TagENIOnCreate", "Effect" : "Allow", "Action" : "ec2:CreateTags", "Resource" : "arn:aws:ec2:*:*:network-interface/*", "Condition" : { "StringEquals" : { "ec2:CreateAction" : "CreateNetworkInterface", "ec2:ManagedResourceOperator" : "network-connectors.lambda.amazonaws.com" } } } ] }