Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've just started working with the AWS Java SDK and need to deploy/update an elastic beanstalk application from my application. Currently, I have only found documentation for a REST api that allows the creation of an application version. As with the rest of Amazon's REST api, authentication is needed with a menagerie of params. The docs on ELB don't have specifics on authentication, whereas the docs for S3/EC2 have plenty of explanation.

I am specifically asking about the "Signature Version" parameter? Does anybody have an idea of what that would be for the ELB REST api? Could anybody that has successfully worked with the ELB API point in the right direction for authentication? Thanks in advance!

share|improve this question

1 Answer

Use the source, luke. In particular, those versions are bound to a specific version (see this announcement for an idea)

All the AWS Services keep a common core. In particular, besides the Beanstalk-API specific part, you need to know the common part of the AWS apis, which are described in this document)

share|improve this answer
I went to the repo, looked around, didn't see anything pertaining to the REST API for Elastic-Beanstalk. Sorry Obi-Wan, your mind has been clouded...lol – Alamgir Mand Apr 7 '12 at 2:09
Oh, now I understood (silly: why you just don't use the AWS SDK anyway?) – aldrinleal May 3 '12 at 7:21
Last time I checked the docs, ElasticBeanstalk only had a REST API... – Alamgir Mand May 11 '12 at 12:58
No, the AWS SDK supports that since 2011. I know because thats what we've already had when I decided to write my Maven Plugin for it (beanstalker.ingenieux.com.br) ;) – aldrinleal Jun 13 '12 at 7:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.