[Bug 820968] New: ec2-api-tools gives no output when "ec2-describe-images -o self" is run or any other AWS ec2-api-tools command
https://bugzilla.novell.com/show_bug.cgi?id=820968 https://bugzilla.novell.com/show_bug.cgi?id=820968#c0 Summary: ec2-api-tools gives no output when "ec2-describe-images -o self" is run or any other AWS ec2-api-tools command Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: robert_bogan@yahoo.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31 Basically there is no response from the ec2-api-tools when I try to run a command from within the AMI its self to get private data such as "ec2-describe-images -o self" when trying to get a list of my private AMI's BUT seems to get a list of the PUBLIC AMI's through "ec2-describe-images -o amazon" as per normal SO may be something to do with the authentication system ================================================================ In other words.. In case you are still not sure what I am doing. i am initiating an EC2-API call from an EC2 instance such like to get the AMI to snapshot its self at regular intervals using ec2-create-snapshot via the AWS host account credentials. The account credentials definitely work as I have this working from ubuntu 12.04 running on a desktop pc into the same AWS account backing up the opensuse 12.2 box in the meantime - please help - this has a big impact for opensuse in the amazon cloud as it is preventing AMI self automation Reproducible: Always Steps to Reproduce:
From a running EC2 AMI at opensuse 12.2 1.Install java JRE 1.7.0 or 1.6.0 2.install ec2-api-tools 3.set up your environment variables as per AWS instructions 4.Run a test command like ec2-describe-images -o amazon and successfully see all the public AMI machines (images) 5.Run a test command like ec2-describe-images -o self and FAIL to see your own images, shows no output at all
Actual Results: There are no error messages the command just looks like it runs but there is no output Expected Results: I would expect the ec2-api-tools commands to be able to connect into the hosing AWS account to see the private images in the account and run self snapshots etc or varoius ec2-api-tools commands I am also using the following environment variables export EC2_HOME=/usr/lib/AmazonEC2/ec2-api-tools/ export PATH=$PATH:$EC2_HOME/bin/ export EC2_URL=https://ec2.ap-southeast-1.amazonaws.com export AWS_USER_ID="------------" # AWS Account Number export AWS_ACCESS_KEY="------------" # AWS Access Key ID export AWS_SECRET_KEY="------------" # AWS Secret Access Key export EC2_CERT="/------------" # Path to EC2 X.509 export EC2_PRIVATE_KEY="/------------" # Path to EC2 private key -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=820968 https://bugzilla.novell.com/show_bug.cgi?id=820968#c robert Bogan <robert_bogan@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=820968 https://bugzilla.novell.com/show_bug.cgi?id=820968#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yyuan@suse.com AssignedTo|bnc-team-screening@forge.pr |ms@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com