Hi all,I am a newbie to both aws and boto. I am trying to follow the boto document and tutorial online to set up my ec2 instance. But I cannot create instance or key pairs. I have not problem running conn=boto.connect_ec2() and my credentials are stored in ~/.boto. When I run conn.run_instance() or conn.create_key_pairs(), I get the following messages:EC2ResponseError: EC2ResponseError: 401 Unauthorized<?xml version="1.0" encoding="UTF-8"?><Response><Errors><Error><Code>AuthFailure</Code><Message>AWS was not able to validate the provided access credentials</Message></Error></Errors><RequestID>59f6127b-d288-48b8-8442-e88e240a492f</RequestID></Response>After hours of searching solution online, I couldn't find any answer. I am able to launch instances within my browser and I double checked my id and secret. Could anyone give me some help please? Thank you.Cheers,Veryel--
You received this message because you are subscribed to the Google Groups "boto-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/boto-users/-/ufWoZvqT3igJ.
To post to this group, send email to boto-...@googlegroups.com.
To unsubscribe from this group, send email to boto-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/boto-users?hl=en.