Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

not authorized to perform: aws-marketplace:ViewSubscriptions on resource: *

I have an IAM group, and policy "AWSMarketplaceFullAccess" is attached to it.

I confirmed that an IAM user belonging to that group is allowed to perform AWS Marketplace.ViewSubscriptions, using IAM Policy Simulator, but that user still cannot boot EC2 instances from Marketplace images.

Error message is User: arn:aws:iam::****:user/**** is not authorized to perform: aws-marketplace:ViewSubscriptions on resource: *.

What can I do?

like image 520
Y. K Avatar asked Oct 20 '25 14:10

Y. K


1 Answers

According to this article I have added Full access to the following policies for my AWS group:

Marketplace
Marketplace Metering

In order to subscribe to AMI.

like image 143
DimeDroll Avatar answered Oct 22 '25 03:10

DimeDroll