eclipse 亚马逊 AWS 教程?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5301490/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 15:59:22  来源:igfitidea点击:

Amazon AWS tutorials?

javaandroideclipseamazon-web-services

提问by urema

I 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?

我想知道是否有任何 Amazon AWS 教程,提供设置和托管简单应用程序的分步指南?例如一个简单的假日图像列表应用程序?

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

我有一个 Amazon 免费套餐账户,并注册了以下服务: - Amazon EC2 - Amazon S3 - Amazon SimpleDB - Amazon SNS / SQS - Amazon Elastic Beanstalk for Eclipse

Im confused about how to deploy an Elastic Beanstalk application, written in Java and Eclipse, through an EC2 instance etc.

我对如何通过 EC2 实例等部署用 Java 和 Eclipse 编写的 Elastic Beanstalk 应用程序感到困惑。

Thanks greatly in advance, U.

预先非常感谢,U。

回答by Chris Fregly

i found the following videos to be really useful: http://aws.amazon.com/eclipse/

我发现以下视频非常有用: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.

从适用于 Java 的 AWS 开发工具包视频开始,然后转到弹性 beantalk 视频,您将在其中从 eclipse 中部署 SampleTravelLog Web 应用程序。

that should get you and end-to-end sample to play with.

这应该让你和端到端的样本一起玩。

回答by Niraj Singh

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.

我已经尝试过在 Java 中使用 SQS 和 S3 编写简单的教程。请检查他们是否可以帮助您一点?我将撰写更多有关 AWS 服务的文章。但这就是我迄今为止所拥有的。

SQS http://weblog4j.com/2013/03/20/working-with-amazon-simple-queue-service-using-java/

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/

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/

使用 apache camel 收听 SQS 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/

使用 spring dsl 使用 apache camel 收听 SQS http://weblog4j.com/2013/05/14/amazon-sqs-listening-to-sqs-using-apache-camel-the-spring-dsl-way/

回答by sateesh12

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/

可以在http://sateeshkblog.wordpress.com/2013/11/19/use-aws-elastic-transcode-to-transcode-files-with-python/找到一些关于 Elastic 转码的 python 代码

Hope it helps.

希望能帮助到你。