1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IAMポリシー設定について

1
Last updated at Posted at 2016-03-10

基本

ARN について

EC2インスタンスは以下の構文で表される

arn:aws:ec2:region:account-id:instance/instance-id

特定のEC2インスタンスに対する権限を設定する

結論として、「特定のインスタンス以外を閲覧させない」という設定はできない(ec2:Describe* APIアクションはリソースレベルのアクセス許可に対応していない)

ポリシーの Action で指定できるアクションは以下に定義されている

リソースレベルのアクセス許可に対応しているAPIアクションは以下を参照

EC2のAPIアクション

サンプル

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?