Cloud Marketplaces
AWS Marketplace Integration

IAM credential setup

1min
to make api calls to aws on your behalf, you must assign amberflo a role with permission using the policy creator https //console aws amazon com/iam/home?#/policies$new?step=edit , create a policy in your aws account called amberflomarketplacepermissions with permissions shown below amberflomarketplacepermissions { "version" "2012 10 17", "statement" \[ { "action" \[ "aws marketplace\ batchmeterusage", "aws marketplace\ getentitlements", "aws marketplace\ listentities", "aws marketplace\ describeentity" ], "effect" "allow", "resource" " " } ] } navigate to the role creator here you should choose another aws account enter amberflo's account id ( 994970626209 ) note that require mfa should remain unchecked click next permissions , and under attach permissions policies , attach the policy you created in the step above click next tags and add any tags you want amberflo doesn't require any specific tags click next review and name the role amberflo marketplace navigate to the newly created role from the roles page and take note of the role arn it should have a format like arn\ aws\ iam \<aws account id>\ role/amberflo marketplace add this arn to your amberflo account payment settings in the next step