Amazon AWS tutorials? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI was wondering if there is any tutorials for Amazon AWS, providing a step-by-step guide through setting up and hosting a simple application? E.g. a simple holiday image list application?
I understand most of the components however I cant seem to link them logically together.
I have an Amazon Free tier account, and I have signed up for the following services: - Amazon EC2 - Amazon S3 - Amazon SimpleDB - Amazon SNS / SQS - Amazon Elastic Beanstalk for Eclipse
Im confused about how to开发者_StackOverflow社区 deploy an Elastic Beanstalk application, written in Java and Eclipse, through an EC2 instance etc.
Thanks greatly in advance, U.
i found the following videos to be really useful: http://aws.amazon.com/eclipse/
start with the AWS SDK for Java video, then move on to the elastic beanstalk video where you'll deploy the SampleTravelLog webapp from within eclipse.
that should get you and end-to-end sample to play with.
I have tried my hands at writing simple tutorials with SQS and S3 in java. Please check if they can help you a bit? I will be writing on more of AWS services. But this is what I have so far.
SQS http://weblog4j.com/2013/03/20/working-with-amazon-simple-queue-service-using-java/
S3 http://weblog4j.com/2013/03/13/developing-java-web-application-powered-by-amazon-s3/
Listening to SQS using apache camel http://weblog4j.com/2013/04/17/amazon-sqs-listening-to-amazon-sqs-queue-using-apache-camel/
Listening to SQS using apache camel using spring dsl http://weblog4j.com/2013/05/14/amazon-sqs-listening-to-sqs-using-apache-camel-the-spring-dsl-way/
Some python code on Elastic transcode can be found at http://sateeshkblog.wordpress.com/2013/11/19/use-aws-elastic-transcode-to-transcode-files-with-python/
Hope it helps.
精彩评论