 |
|
|
If you own a website that related to java developers you are welcome to participate in our website. |
|
Join our partner list |
Programmers online portal |
Web Development Forum |
|
 |
 | |  |
 |
 |
Article - Java Developers And In-house Programmers on Web Development Forum |
 |
Website about Java Developers - Programmers portal. Other useful information: LogFactory.getLog(Ec2Sample.class);
public static void main(String [] args) throws Exception {
String myAccessKey = args[0];
String mySecretKey = args[1];
Jec2 ec2 = new Jec2(myAccessKey, mySecretKey);
// describe images
List<String> params = new ArrayList<String>();
List<ImageDescription> images = ec2.describeImages(params);
System.out.println("Available Images");
for (ImageDescription img : images) {
if (img.getImageState().equals("available")) {
System.out.println(img.getImageId()+"\t"+img.getImageLocation()+"\t"+img.getImageOwnerId());
}
}
// describe instances
params = new ArrayList<String>();
List<ReservationDescription> instances = ec2.describeInstances(params);
System.out.println("Instances");
for (ReservationDescription res : instances) {
System.out.println(res.getOwner()+"\t"+res.getReservationId());
if (res.getInstances() != null) {
for (Instance inst : res.getInstances()) {
System.out.println("\t"+inst.getImageId()+"\t"+inst.getDnsName()+"\t"+inst.getState());
}
}
}
}
}
| For you information - For Larger Businesses And Organizations, Web Development Teams Can Consist Of Hundreds Of People (web Developers). Smaller Organizations May Only Require A Single Permanent Or Contracting Webmaster, Or Secondary Assignment To Related Job Positions Such As |
Amazon Web Services Developer Community : Introduction To AWS For Java Developers - If you are like most Java developers--or software developers in general--you probably have had some great ideas for new web businesses over the years. The question is, what stopped you? You had a great idea, you know how to program, but you didn't have an infrastructure on which to run your system. To scale software beyond a single desktop application, you need computers--sometimes a lot of them--and bandwidth beyond your home DSL or cable access. Amazon Web Services (AWS) can solve these problems by providing an instant infrastructure that leverages the same systems that Amazon.com uses to do business every day.
Amazon Web Services Developer Community : Introduction to AWS for Java Developers
Contact Us  |  Create an AWS Account
About AWS
Products
Solutions
Resources
Support
Your Account
Home
>
...
>
Amazon SimpleDB
>
Articles & Tutorials
Introduction to AWS for Java Developers
Printer Friendly
Save to del.icio.us
Are you new to Amazon Web Services? This brief tutorial introduces you to Amazon Web Services from the eyes of a Java developer, walks through a simple example, and links to other helpful resources to get you started.
AWS Products Used:
Amazon SQS, Amazon EC2, Amazon S3, Amazon SimpleDB
Language(s):
Java
Date Published:
2007-07-16
By Richard Monson-Haefel (www.monson-haefel.com ) and PJ Cabrera
Abstract
Amazon Web Services™ (AWS) provides an affordable, high-performance, scalable network of applications that anyone with an Amazon.com account can access and put to work. In this article, Richard Monson-Haefel and PJ Cabrera discuss using Java to access AWS and provide code samples for performing basic Java-based functions available with AWS solutions.
Introduction to Amazon Web Services
|
|
|
|