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.

asked 4 years ago236 views
1 Answer
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!
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions