Does boto support use in AWS GovCloud? I get credential validation errors (for all APIs) with my GC-targeted credentials. If so, is there a tutorial specifically mentioning use in this region/availability area?
e.g.:
>>> boto.ec2.regions(aws_access_key_id="AKIA****************", aws_secret_access_key="***********")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/boto/ec2/__init__.py", line 39, in regions
return c.get_all_regions()
File "/usr/lib/python2.7/site-packages/boto/ec2/connection.py", line 1412, in get_all_regions
return self.get_list('DescribeRegions', None, [('item', RegionInfo)])
File "/usr/lib/python2.7/site-packages/boto/connection.py", line 616, in get_list
raise self.ResponseError(response.status, response.reason, body)
boto.exception.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>a3e5e5c2-405b-4ce6-bc01-3c9902c2460d</RequestID></Response>
>>>
--
You received this message because you are subscribed to the Google Groups "boto-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to boto-users+...@googlegroups.com.
To post to this group, send email to boto-...@googlegroups.com.
Visit this group at http://groups.google.com/group/boto-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "boto-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/boto-users/NEgleyVYpcg/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to boto-users+...@googlegroups.com.
To post to this group, send email to boto-...@googlegroups.com.
Visit this group at http://groups.google.com/group/boto-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.