ec2 = boto.ec2.connect_to_region(regionName)

gets hung in a instance in VPC. boto ec2 connect to region is not working in a EC2 instance in Amazon VPC but the same thing works outside Amazon VPC.

What are the things I need to check ?

Thank you

link|improve this question

61% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The VPC adds egress rules to Security Groups. It also adds a new feature called Network ACLs that adds stateless ingress and egress rules. Check both your Network ACLs and Security Groups to make sure that you aren't blocking anything with egress rules.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.