-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Description
I followed the README.md steps to create a trial instance of concourse in AWS:
vagrant init concourse/lite
vagrant up --provider aws
However I ran into some things that needed to be adjusted to get closer to success:
- export AWS_ACCESS_KEY_ID
- export AWS_SECRET_ACCESS_KEY
- add to Vagrantfile:
aws.region = "us-east-1"
aws.ami = "concourse-0.64.1"
aws.access_key_id = "..."
aws.secret_access_key = "..."
- generate ~/.ssh/id_rsa_bosh
After these adjustments I am still unable to stand up a concourse-lite instance in AWS due to:
$ vagrant up --provider aws
Setting `id` on a provisioner is deprecated. Please use the
new syntax of `config.vm.provision "name", type: "type"
where "name" is the replacement for `id`. This will be
fully removed in Vagrant 1.8.
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The following settings shouldn't exist: id
shell provisioner:
* The following settings shouldn't exist: id
Metadata
Metadata
Assignees
Labels
No labels