Open GoogleCodeExporter opened 9 years ago
Here is the part of the scrip where I have the issue:
ec2conn = ec2.connection.EC2Connection(ACCESS, SECRET)
reservations = ec2conn.get_all_instances()
Original comment by aymen.be...@predictix.com
on 11 Jan 2012 at 8:54
The issue is that AWS changed region number witch caused the problem.
us-east-1 was region[1] and now it's region[2]
Original comment by aymen.be...@predictix.com
on 11 Jan 2012 at 11:22
I am currently experiencing this problem with eu-west-1 region
Original comment by yig...@gmail.com
on 28 Aug 2012 at 12:55
Original issue reported on code.google.com by
aymen.be...@predictix.com
on 11 Jan 2012 at 8:52