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.

已提問 4 年前檢視次數 235 次
1 個回答
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!
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南