AWSLambdaVPCAccessExecutionRole
Description: Provides minimum permissions for a Lambda function to execute while accessing a resource within a VPC - create, describe, delete network interfaces and write permissions to CloudWatch Logs.
AWSLambdaVPCAccessExecutionRole
is an AWS managed policy.
Using this policy
You can attach AWSLambdaVPCAccessExecutionRole
to your users, groups, and roles.
Policy details
-
Type: Service role policy
-
Creation time: February 11, 2016, 23:15 UTC
-
Edited time: January 05, 2024, 22:38 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSLambdaVPCAccessExecutionRole
Policy version
Policy version: v3 (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" : "AWSLambdaVPCAccessExecutionPermissions", "Effect" : "Allow", "Action" : [ "logs:CreateLogGroup", "logs:CreateLogStream", "logs:PutLogEvents", "ec2:CreateNetworkInterface", "ec2:DescribeNetworkInterfaces", "ec2:DescribeSubnets", "ec2:DeleteNetworkInterface", "ec2:AssignPrivateIpAddresses", "ec2:UnassignPrivateIpAddresses" ], "Resource" : "*" } ] }