RE: [AWS-API] User registration failed with http error code: 404

2013-07-25 Thread Likitha Shetty
Dharmesh, Since you are using the Boto client I presume you are trying to make EC2 Query API calls. To make Query API calls you don't need to register the user. See if this helps - https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=30736866. Thanks, Likitha >-Original Messag

Re: [AWS-API] User registration failed with http error code: 404

2013-07-25 Thread Dharmesh Kakadia
Thanks for the quick reply. But I am seeing 404 on /awsapi* *URI. I am running this in devcloud setup on localhost. Is the region name "AmazonEC2" correct ? What I am missing ? Here is my code. import boto import boto.ec2 region = boto.ec2.regioninfo.RegionInfo(name="AmazonEC2", endpoint="local

RE: [AWS-API] User registration failed with http error code: 404

2013-07-25 Thread Likitha Shetty
Are you trying http://lcoalhost:7080/awsapi ? Thanks, Likitha From: Dharmesh Kakadia [mailto:dhkaka...@gmail.com] Sent: Thursday, July 25, 2013 5:06 PM To: dev; Likitha Shetty Cc: Sebastien Goasguen Subject: Re: [AWS-API] User registration failed with http error code: 404 Thanks for the quick

Re: [AWS-API] User registration failed with http error code: 404

2013-07-25 Thread Dharmesh Kakadia
ice listens on port 7080. > > ** ** > > *From:* Dharmesh Kakadia [mailto:dhkaka...@gmail.com] > *Sent:* Thursday, July 25, 2013 5:22 PM > *To:* Likitha Shetty > > *Subject:* Re: [AWS-API] User registration failed with http error code: > 404 > > ** ** > >

RE: [AWS-API] User registration failed with http error code: 404

2013-07-25 Thread Likitha Shetty
: Likitha Shetty; dev; Sebastien Goasguen Subject: Re: [AWS-API] User registration failed with http error code: 404 There is nothing running on 7080 port on my machine ? how do I ensure that service is actually running. I enabled ec2 api from global settings and restarted mgmt server. On UI the property

Re: [AWS-API] User registration failed with http error code: 404

2013-07-25 Thread Dharmesh Kakadia
t; > Hope that helps. > > ** ** > > Thanks, > > Likitha > > ** ** > > *From:* Dharmesh Kakadia [mailto:dhkaka...@gmail.com] > *Sent:* Thursday, July 25, 2013 5:47 PM > *To:* Likitha Shetty; dev; Sebastien Goasguen > > *Subject:* R

Re: [AWS-API] User registration failed with http error code: 404

2013-07-25 Thread Sebastien Goasguen
region name should be 'ROOT' On Jul 25, 2013, at 7:35 AM, Dharmesh Kakadia wrote: > Thanks for the quick reply. > > But I am seeing 404 on /awsapi URI. I am running this in devcloud setup on > localhost. > Is the region name "AmazonEC2" correct ? What I am missing ? > > Here is my code. >