mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

S3 and Route53 support via commands #136

Open madhurranjan opened 11 years ago

madhurranjan commented 11 years ago

Hi,

As part of our setup we need to wire a few things up by uploading content to S3 and set certain A records and CNAMEs . Can we add these as commands in vagrant. We've written up some stuff . An example being this:

vagrant s3 upload bucket

What are your thoughts around merging such content into the mainline ?

tralamazza commented 11 years ago

It is tempting to make vagrant an aws multi tool. I'm not sure if that's the correct path. I'll talk to @mitchellh about that.