cloud-machine
cloud-machine copied to clipboard
This is a Go Project that should be used to create a cloud environment. The app will create EBS volumes and EC2 instance through AWS, although in the next future it'll be possible use other backends l...
Anyone can detail this new feature? @ppizarro @lborguetti
Right now we load and attach an EBS disk if a specific ID is passed. It would be nice if we could detect when that volume ID does not exist...
When an AMI instance has more than one ephemeral disk, cloud-machine doesn't load the second disk cloud-machine yml ``` instance: name: X-node type: c3.large imageid: ami-85ada4b5 region: us-west-2 defaultavailablezone: us-west-2a...