views:

44

answers:

2

I like to develop locally on my laptop, but want to deploy to EC2/Rightscale. What's the best way to load a rightscale or ec2 AMI onto my local desktop so that i can have a mirror copy of the cloud operating environment that I can develop against?

A: 

I haven't tried converting an EC2 AMI to a local VM image, but you could work the other way around: create a local VM to do your development and then convert the VM image into an EC2 AMI. Here's a nice post that explains the process.

gareth_bowles
A: 

You could use an EBS-based AMI, make snapshots of it, and download the snapshots using this tool: https://cloudyscripts.com/tool/show/3

elasticsecurity