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年前208ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ