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 年前236 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则