IAM-How to give access only north Virginia
How to give access only north Virginia Go to IAM service Go to access management --> Policies --> Create policy Select Json Copy and paste the below Json Code in Policy editor and click next { "Version": "2012-10-17", "Statement": [ { "Action": "ec2:*", "Effect": "Allow", "Resource": "*", "Condition": { "StringEquals": { "aws:RequestedRegion": "us-east-1" ...