Saqib Ali
2012-11-11 15:18:16 UTC
I'm trying to learn how to use AWS and I'm interested in using the Python
interface (Boto)
I downloaded and installed Boto on my local Unix machine. I put my AWS
personal and private keys in my configuration file ~/.boto. Now I'm trying
to write my first "hello world" boto app as described here:
http://aws.amazon.com/articles/3998?_encoding=UTF8&jiveRedirect=1
But it's not working. I'm using my aws_access_key_id as the name of my
bucket:
s3.create_bucket('AKIAI47G2JOAP4SEEWAA'.lower())
but it fails. The error is: *socket.gaierror: [Errno 8] node name or
service name not known*
I logged into the AWS community forum (
https://forums.aws.amazon.com/category.jspa?categoryID=3) to ask this
question. But I don't see any button to "Post your new Question". What am I
getting wrong? How can I be so dumb as to not even know how to post a
question???
Also, what am I doing wrong here that is causing this error?
interface (Boto)
I downloaded and installed Boto on my local Unix machine. I put my AWS
personal and private keys in my configuration file ~/.boto. Now I'm trying
to write my first "hello world" boto app as described here:
http://aws.amazon.com/articles/3998?_encoding=UTF8&jiveRedirect=1
But it's not working. I'm using my aws_access_key_id as the name of my
bucket:
s3.create_bucket('AKIAI47G2JOAP4SEEWAA'.lower())
but it fails. The error is: *socket.gaierror: [Errno 8] node name or
service name not known*
I logged into the AWS community forum (
https://forums.aws.amazon.com/category.jspa?categoryID=3) to ask this
question. But I don't see any button to "Post your new Question". What am I
getting wrong? How can I be so dumb as to not even know how to post a
question???
Also, what am I doing wrong here that is causing this error?
--
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/-/iHkHbprtLHYJ.
To post to this group, send email to boto-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to boto-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/boto-users?hl=en.
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/-/iHkHbprtLHYJ.
To post to this group, send email to boto-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to boto-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/boto-users?hl=en.