I'm trying to create a AWS IAM policy to restrict the read access on EC2 instances.
Goal: I have many EC2 instances and many different users in AWS and I want to have a group of users who are able to see ONLY particular EC2 instances and not all of them.
Is there any possibility to do so?
I've tried to restrict access by tagging the instances but the Describe* API can't by restricted by Condition and not by Resource if I see right.