ConsoleViewOnlyAccessFromVercel - AWS Managed Policy

ConsoleViewOnlyAccessFromVercel

Description: For use with accounts created through the Vercel Marketplace integration with AWS. Provides access to view all resources for the services that are integrated with the Vercel Marketplace.

ConsoleViewOnlyAccessFromVercel is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: December 11, 2025, 16:49 UTC

  • Edited time: December 11, 2025, 16:49 UTC

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

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" : "DSQL", "Effect" : "Allow", "Action" : [ "dsql:GetCluster", "dsql:ListClusters", "dsql:ListTagsForResource" ], "Resource" : [ "*" ] }, { "Sid" : "DynamoDB", "Effect" : "Allow", "Action" : [ "dynamodb:ListTables", "dynamodb:ListTagsOfResource", "dynamodb:DescribeTimeToLive", "dynamodb:DescribeTable", "dynamodb:DescribeLimits" ], "Resource" : [ "*" ] }, { "Sid" : "Aurora", "Effect" : "Allow", "Action" : [ "rds:Describe*", "rds:ListTagsForResource", "ec2:DescribeAvailabilityZones" ], "Resource" : [ "*" ] }, { "Sid" : "Observability", "Effect" : "Allow", "Action" : [ "cloudwatch:DescribeAlarms", "cloudwatch:GetMetricData", "cloudwatch:GetMetricStatistics", "cloudwatch:ListMetrics", "logs:DescribeLogStreams", "logs:GetLogEvents", "tag:GetTagKeys", "tag:GetTagValues" ], "Resource" : [ "*" ] }, { "Sid" : "ApplicationAutoscalingDescribeActions", "Effect" : "Allow", "Action" : [ "application-autoscaling:DescribeScalableTargets", "application-autoscaling:DescribeScalingActivities", "application-autoscaling:DescribeScalingPolicies" ], "Resource" : "*" } ] }

Learn more