I am giving access to AWS Resources to Cognito users, How can I hide other EC2 instances spinned up by other users. Can we filter based on tags. I have a policy in which user can control his resources only but I want to hide others as well.
Asked
Active
Viewed 270 times
0
-
Hope this answer may guide you some how Take a look https://stackoverflow.com/questions/18643555/how-to-hide-instances-in-ec2-based-on-tag-using-iam#answer-18646575 – Adarsh Sharma Feb 07 '20 at 15:20
-
hide is not happening, i already check this post, but not able to implement this – Manish Goyal Feb 07 '20 at 15:27
-
When you say "hide", can you provide an example of what command you wish to hide them from? For example, is it the `ListInstances()` API call, or perhaps the EC2 management console? Please be specific since the answer might vary based on which commands you are using. – John Rotenstein Feb 08 '20 at 05:48
-
I am saying about EC2 Management Console – Manish Goyal Feb 08 '20 at 09:47