Seleziona le tue preferenze relative ai cookie

Utilizziamo cookie essenziali e strumenti simili necessari per fornire il nostro sito e i nostri servizi. Utilizziamo i cookie prestazionali per raccogliere statistiche anonime in modo da poter capire come i clienti utilizzano il nostro sito e apportare miglioramenti. I cookie essenziali non possono essere disattivati, ma puoi fare clic su \"Personalizza\" o \"Rifiuta\" per rifiutare i cookie prestazionali.

Se sei d'accordo, AWS e le terze parti approvate utilizzeranno i cookie anche per fornire utili funzionalità del sito, ricordare le tue preferenze e visualizzare contenuti pertinenti, inclusa la pubblicità pertinente. Per continuare senza accettare questi cookie, fai clic su \"Continua\" o \"Rifiuta\". Per effettuare scelte più dettagliate o saperne di più, fai clic su \"Personalizza\".

Access control for the AWS Marketplace Deployment API - AWS Marketplace
Questa pagina non è tradotta nella tua lingua. Richiedi traduzione

Access control for the AWS Marketplace Deployment API

To manage deployments in AWS Marketplace, you must ensure that you have the necessary AWS Identity and Access Management (IAM) roles and permissions.

Before calling the PutDeploymentParameter action, buyers must create the AWSServiceRoleForMarketplaceDeployment service-linked role. This provides AWS Marketplace with the permissions required to create, manage, and tag the necessary deployment parameter related resources in the buyer’s account. Buyers create this role using prompts as they progress through the configuration process for any Quick Launch experience. For more information, see Using roles to configure and launch products in AWS Marketplace Buyer Guide.

To call PutDeploymentParameter, sellers must have IAM permissions for the following actions:

{ "Version": "2012-10-17", "Statement": [ { "Action": [ "aws-marketplace:PutDeploymentParameter", "aws-marketplace:TagResource" ], "Effect": "Allow", "Resource": "*" } ] }

The aws-marketplace:PutDeploymentParameter action permits the user to call the PutDeploymentParameter API. The API also accepts an optional tags attribute. If the tags attribute is included in the request, the caller must also have permissions for aws-marketplace:TagResource on the relevant resource. For more information about creating users, see Creating a user in your AWS account in the IAM User Guide. For more information about creating and assigning policies, see Changing permissions for an IAM user.

PrivacyCondizioni del sitoPreferenze cookie
© 2025, Amazon Web Services, Inc. o società affiliate. Tutti i diritti riservati.