Ownership of a Launched Product

0

How do I go about ensuring the only folks who can terminate a provisioned product is either the individual who provisioned the product or an admin?

End users are getting confused, accidentally deleting each other's instances.

demandé il y a 4 ans237 vues
1 réponse
0

the managed policies

  1. AWSServiceCatalogEndUserFullAccess
  2. AWSServiceCatalogEndUserReadOnlyAccess
    have this enforcement built in. In the key clause I was after is:
    "Condition": {
    "StringEquals": {
    "servicecatalog:userLevel": "self"
    }
    }
    Easy Peasy!
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions