-
Notifications
You must be signed in to change notification settings - Fork 218
Description
Hey,
We've attempted to deploy Diego to AWS from scratch following these instructions. Here's a short (we hope) list of issues that we ran into:
-
booshis not godep gettable. It referencesgitproxy.zycloud.tk/fraenkel/candiedyamlwhich does not exist. We had to manually change theGodeps.jsonand fix package imports in order to get it to build. This is an open PR in boosh. -
In the "AWS keypair for the BOSH director" step, it says to name the keypair "bosh". We'd really like to be able to give this keypair the same name as our deployment -- so that we can distinguish it from other keypairs for other systems. But we're afraid to do this -- it seems like it might break something later on.
-
The same section should probably end with the instruction to run
chmod 600 keypair/id_rsa_bosh -
The Route53 Hosted Zone instructions are missing required steps to create the NS record in the parent domain that points into the new hosted zone.