Bobby C
Bobby C

Reputation: 31

how do i get a rightscale or EC2 AMI loaded onto my laptop?

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?

Upvotes: 3

Views: 397

Answers (3)

arangamani
arangamani

Reputation: 365

You can try using vagrant. It uses Virtualbox to provision virtual machines and you can use chef-solo to run chef recipes on the virtual machine.

Upvotes: 0

elasticsecurity
elasticsecurity

Reputation: 1041

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

Upvotes: 0

gareth_bowles
gareth_bowles

Reputation: 21140

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.

Upvotes: 0

Related Questions