Tag Info

Hot answers tagged

27

As of December, 2012, Amazon now supports migrating an AMI to another region through the UI tool (Amazon Management Console). See their documentation here So, how I've done it is.. From the AMI find out the Snapshot-ID and how it is attached (e.g. /dev/sda1) Select the Snapshot, click "Copy", set Destination region and make the copy (takes a while!) ...


13

If you build your images from scratch you can do it with VMware (or insert your favorite VM software here). Build and install your linux box as you'd like it, then run the AMI packaging/uploading tools in the guest. Then, just keep backup copies of your VM image in sync with the different AMI's you upload. Some caveats: you'll need to make sure you're ...


13

You can create an AMI from either an EBS or S3-backed running instance. The simplest way is to use the AWS Management Console to select the instance and click 'Create Image' from the Instance Actions menu. This will create either an EBS or S3-backed AMI, depending on the type of instance. Be aware that creating an AMI from a Running instance is inherently ...


11

I'm afraid this isn't possible the way you'd like to do it (and many others for that matter, including myself). Problem You want to restrict access to a particular service's resources rather than its actions - while AWS Identity and Access Management (IAM) supports both in principle, not every AWS product/service offers restrictions based on resources yet; ...


8

I see at least six RightScale EBS-based images with CentOS: ami-2342a94a (411009282317/RightImage_CentOS_5.4_i386_v5.5.9_EBS) ami-4d42a924 (411009282317/RightImage_CentOS_5.4_x64_v5.5.9_EBS) ami-8337deea (411009282317/RightImage_CentOS_5.4_i386_v5.3_EBS_Beta) ami-8737deee (411009282317/RightImage_CentOS_5.4_x64_v5.3_EBS_Beta) ami-d0e901b9 ...


7

Preface The Amazon Linux AMI is (loosely) based on CentOS and a perfectly decent OS for EC2, in fact it has been tailored by Amazon for EC2 specifically: The Amazon Linux AMI is a supported and maintained Linux image provided by Amazon Web Services for use on Amazon Elastic Compute Cloud (Amazon EC2). It is designed to provide a stable, secure, and ...


5

You don't really "duplicate" the instance. You more copy it as a "blueprint". Then when you boot an instance later, you can base that instance off of your snapshot or "blueprint". The ELB can be configured to point at any instance you want, so when you boot a new server off this snapshot/"blueprint" it can be automatically added to the ELB. Now that is ...


5

The following assumes your AWS Console utilities are installed in /opt/aws/bin/, JAVA_HOME=/usr and you are running i386 architecture, otherwise replace with x86_64. 1) Run a live snapshot, where you believe your image can fit in 1.5GB and you have that to spare in /mnt (check running df) /opt/aws/bin/ec2-bundle-vol -d /mnt -k ...


5

That answer just means "Don't start a beanstalk application and cut an AMI directly from one of those instances. Instead, launch an instance based on the beanstalk AMIs (which are available in the public AMI listing)." I.e., use one of these; note there are 84 of them: Cut your own private AMI when you're done configuring that instance, and specify it in ...


4

Instance storage is faster than EBS. You don't mention what you will be doing with your instances, but for some applications speed might be more important than durability. For an application that is primarily doing data mining on a large database, having a few hundred gigs of local, fast storage to host the DB might be beneficial. Worker nodes in a ...


4

A while ago I discovered an easy way to deploy PHP using Git's push. The one caveat is that the process assumes you're already using Git as your VCS, and that you've installed it on both your development machine and the server: http://stackoverflow.com/questions/279169/deploy-php-using-git/327315#327315


4

A 64-bit image requires a 64-bit instance. 32-bit for 32-bit. You can have a 64-bit Micro instance, but I believe that Small instances are only available in the 32-bit flavor. Update: AWS has meanwhile introduced 64-bit Ubiquity, i.e. every instance type can be used with 64-bit images, which indeed will make it easier for you to scale vertically (to larger ...


4

You can copy an EBS boot AMI from one EC2 account to another using the technique I wrote about here: Copying EBS Boot AMIs Between EC2 Regions http://alestic.com/2010/10/ec2-ami-copy The commands I list are for copying an EBS boot AMI from one region to another, but if you simply use the right commands with different accounts instead of different ...


4

No. Not in a technical sense. The machine must reboot when you create an AMI. You are not losing network connection, your machine is actually restarting. One thing you could do is copy your disk to another disk, but that is not easy to do. Amazon EC2 powers down the instance, takes images of any volumes that were attached, creates and registers the ...


4

For an Amazon EBS-Backed Instance it is nowadays much simpler (and thus recommended) to facilitate the single dedicated API call ec2-create-image instead of ec2-bundle-vol, which can alternatively and conveniently done via the AWS Management Console as well, as outlined in Creating an Image from a Running Instance - please be aware that by default EC2 ...


4

It's not a pre-built API but I have published a startup script to setup an Amazon EC2 instance with IPSec/L2TP VPN. You can do it in less than 5 minutes, you dont even need to actually log into the machine. The good thing with IPSec/L2TP: it works out of the box for most clients (tested with Mac OS Lion and Mountain Lion). It is here: ...


4

You can accomplish your goal of running sshd on an alternative port like 80 or 443 with a standard EC2 instance, as long as the AMI supports user-data scripts that run when the instance first boots. Both Amazon Linux and Ubuntu AMIs support this with CloudInit. For example, you can start an Ubuntu EC2 instance with the following user-data: #!/bin/bash -ex ...


4

I think that is now outdated by ec2-bundle-vol and ec2-migrate-image, BTW you can also take a look at this Perl script by Lincoln D. Stein: http://search.cpan.org/~lds/VM-EC2/bin/migrate-ebs-image.pl Usage: $ migrate-ebs-image.pl --from us-east-1 --to ap-southeast-1 ami-123456


3

You can check this out Josh: http://openvpn.net/index.php/access-server/cloudmachines/513-access-server-amazon-vpc.html The AMI isn't currently available in US-WEST-2, so if you want to control resources in that region you'll have to hand build. But if you're running in US-WEST-1, then you can use this very easily, also, it comes with a decent front-end.


3

Amazon Linux uses cloud-init which performs various startup functions when an instance first boots. One of these functions is to perform a software package upgrade to the level specified by the config parameter repo_upgrade in /etc/cloud/cloud.cfg which appears to default to security in the AMI you reference. It looks to me like there could be a bug in the ...


3

Update My initial answer still applies concerning the question as such (see below), however, given you actually need to do this to be able to then move that AMI to [...] a different region, you will be pleased that AWS has just released Cross Region EC2 AMI Copy to address this long standing feature request: AMI Copy enables you to easily copy your ...


3

AWS now supports the copy of an EBS snapshot to another region via UI/CLI/API. You can copy the snapshot and then make an AMI from it. Direct AMI copy is coming - from AWS: "We also plan to launch Amazon Machine Image (AMI) Copy as a follow-up to this feature, which will enable you to copy both public and custom-created AMIs across regions. ...


2

AMIs are immutable. Every time you start an instance of an AMI on EC2, the local disk is in the exact state it was when you created (or 'bundled') the AMI. That said, you can attach persistent storage (EBS) to an instance, or ship things off to S3 (vai s3sync, etc) or attach to a database (RDS), in order to have data that lives past the instance lifetime. ...


2

FYI, if you're only interested in your own instances you can dramatically reduce the amount of bandwidth used in a DescribeInstances call using: DescribeImagesRequest request = new DescribeImagesRequest(); request.withOwners("0123456789"); // your owner id here Collection<Image> images = client.describeImages(request).getImages();


2

An ugly but simple solution might be to link statically your program. A more elaborate solution could be to mimic the environment of the EC2 instance in e.g. a chroot-ed environment on your local machine. In between you might copy the EC2's /usr/include and /usr/lib/libc.so... etc.. locally, but that is risky. Perhaps also you could compile locally, and ...


2

If you bundle a Windows EBS instance while it is running, its Administrator password will be reset by Amazon's rebundling tools - so you'll have to use the EC2 "get Admin password" function with instances launched from the new AMI. If you stop your Windows instance before rebundling, its Administrator password will remain intact through the rebundling ...


2

I had the same issue, and after a lot of searching fixed it. It seems freenx lost the usernames and passwords. I fixed it by doing the following: log in with putty as ubuntu user then cd /etc/nxserver sudo vim node.conf set ENABLE_PASSDB_AUTHENTICATION="1" and save the file then sudo nxserver --adduser xxxxxx sudo nxserver --passwd yyyyyy sudo nxserver ...


2

Under instances, click on the image you want to duplicate and then go to instance action(its near the top) and create ami. This creates a snapshot of your image as it is right now. Then when you need to add more power, you can simply launch that ami and have the load balancer distrubute the traffic between those ami's. On a side note, unless really ...


2

This has meanwhile been addressed in the AWS team response to the identical question asked in the AWS forum, see EC2 reports AMI: Unavailable: This is an AWS owned AMI that is no longer publicly available as it is deprecated. This will not affect your currently running instance. Additionally, if you create an EBS AMI of your running instance you ...


2

Amazon now allows a "no-reboot" option for creating an AMI presented in a checkbox. However, the "file system integrity on the created image can't be guaranteed" so you'll have to weigh the integrity vs. downtime. http://docs.amazonwebservices.com/AWSEC2/2011-05-15/UserGuide/index.html?Tutorial_CreateImage.html ...



Only top voted, non community-wiki answers of a minimum length are eligible