Posts

Showing posts from April 14, 2019

AWS IAM: Restrict Console Access to only One Instance

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 2 I am trying to create an IAM user for the AWS Console with permission to list and perform action on only 1 instance. So I have a total of 6 Instances and I tried hiding 5 of them via IAM Policies by adding the below policy: Breakdown 1. First took all the permissions away 2. Added permission to only one instance { "Statement": [ { "Effect": "Deny", "Action": "*", "Resource": "*", "Condition": { "condition": {} } }, {