I am a newbie to cloud computing technology and want to move an image file from amazon s3 to amazon ec2 and run it. I will be using JAVA.
Please help me.
Thanks in advance.
best regards,
Nil
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t move an image from S3 to an existing EC2 instance and run it. Instead you can use the Amazon EC2 API to start and stop your instances. See RunInstances or StartInstances in the docs.
You can also perform these functions using the AWS SDK for Java
There are a lot of Amazon services available but they are well documented online. You need to give these a good read to understand how they all play together.