Amazon Machine Image for Amazon's EC2 web service

learn more… | top users | synonyms

17
votes
10answers
12k views

Move Amazon EC2 AMIs between regions via web-interface?

Any easy way to move and custom AMI image between regions? (tokyo -> singapore) I know you can mess up with API and S3 to get it done, but there there any easier way to do it?
4
votes
2answers
2k views

Customizing an Elastic Beanstalk AMI

I need to use on Elastic Beanstalk a Java application written for Glassfish server. Beacuse of Amazon doesn't let me choose an AMI with Glassfish, I choosed one with Tomcat and i modified my ...
1
vote
1answer
465 views

Amazon AWS Java API. I don't see my AMIs

I'm using the Java API for Amazon AWS. I successfully authenticate, then get all images and my images are not among them (my AMIs are private, but I suppose that I will still see them since I have ...
7
votes
1answer
2k views

Within IAM, can I restrict a group of users to access/launch/terminate only certain EC2 AMIs or instances?

What the title says. Within the master AWS account, I have several personal accounts, i.e. AWS Identity and Access Management (IAM) users. I would like to assign certain IAM users to groups and ...
4
votes
2answers
2k views

How do I save an AMI to a S3 bucket?

I've created an AMI(EBS AMI) using the Amazon AWS console. That AMI has 2 snapshots attached to it. Now I want to backup that AMI to a S3 bucket. Is this possible? I actually need to do this to be ...
1
vote
0answers
65 views

Saving changes to an EC2 instance without having to register an AMI each time?

I wanted to make sure there is no better way to do what I am doing without having to register a new AMI each time I make a change to my instance. My current workflow is the following: Create an AMI ...
0
votes
2answers
3k views

“Server Refused our key” after launching instance from private EBS AMI

I have created my own EBS AMI, shared it with another AWS account, launched NEW instance based on this image with NEW key-pair and now when I am trying to connect to this new instance I am getting ...