mardi 3 mars 2015

AWS IAM - Granting Read Only Access to Specific EC2 Instance

I have the following IAM policy which allows read only access to my EC2 instances



{
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : "ec2:Describe*",
"Resource" : "*"
},
]
}


I would like to limit the read only policy to a particular EC2 instance.


Is this possible with IAM?





Aucun commentaire:

Enregistrer un commentaire