AWSMarketplaceSellerProductsFullAccess
Description: Provides sellers full access to AWS Marketplace Management Products page and other AWS services such as AMI management.
AWSMarketplaceSellerProductsFullAccess
is an AWS managed policy.
Using this policy
You can attach AWSMarketplaceSellerProductsFullAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: July 02, 2019, 21:06 UTC
-
Edited time: October 21, 2024, 22:52 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSMarketplaceSellerProductsFullAccess
Policy version
Policy version: v8 (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" : [ { "Effect" : "Allow", "Action" : [ "aws-marketplace:ListChangeSets", "aws-marketplace:DescribeChangeSet", "aws-marketplace:StartChangeSet", "aws-marketplace:CancelChangeSet", "aws-marketplace:ListEntities", "aws-marketplace:DescribeEntity", "aws-marketplace:ListTasks", "aws-marketplace:DescribeTask", "aws-marketplace:UpdateTask", "aws-marketplace:CompleteTask", "aws-marketplace:ListAssessments", "aws-marketplace:DescribeAssessment", "ec2:DescribeImages", "ec2:DescribeSnapshots", "ec2:ModifyImageAttribute", "ec2:ModifySnapshotAttribute" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "iam:GetRole" ], "Resource" : "arn:aws:iam::*:role/*" }, { "Effect" : "Allow", "Action" : [ "iam:PassRole" ], "Resource" : "arn:aws:iam::*:role/*", "Condition" : { "StringEquals" : { "iam:PassedToService" : "assets.marketplace.amazonaws.com" } } }, { "Effect" : "Allow", "Action" : [ "vendor-insights:GetDataSource", "vendor-insights:ListDataSources", "vendor-insights:ListSecurityProfiles", "vendor-insights:GetSecurityProfile", "vendor-insights:GetSecurityProfileSnapshot", "vendor-insights:ListSecurityProfileSnapshots" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "aws-marketplace:TagResource", "aws-marketplace:UntagResource", "aws-marketplace:ListTagsForResource" ], "Resource" : "arn:aws:aws-marketplace:*:*:AWSMarketplace/*" }, { "Effect" : "Allow", "Action" : [ "aws-marketplace:GetResourcePolicy", "aws-marketplace:PutResourcePolicy", "aws-marketplace:DeleteResourcePolicy" ], "Resource" : "arn:aws:aws-marketplace:*:*:AWSMarketplace/*" } ] }