EngineerBetter / concourse-up

Deprecated - used Control Tower instead
https://github.com/EngineerBetter/control-tower
Apache License 2.0
203 stars 29 forks source link

Creating concourse in wrong region #8

Closed akoranne closed 7 years ago

akoranne commented 7 years ago

Hi,

I set AWS_DEFAULT_REGION=us-east-1, yet it created everything in "eu-west-1".

Shouldn't it create the bosh director and concourse in AWS_DEFAULT_REGION that I set?

I probably made some mistake somewhere. Can you please help me point in the right direction?

Thanks, --ajay

peterellisjones commented 7 years ago

Hi @akoranne,

You need to use the --region flag to set the region (see https://github.com/EngineerBetter/concourse-up/#region-configuration)

AWS_DEFAULT_REGION is used by terraform to authenticate with AWS — I agree this is confusing so I'll look into whether we can remove this requirement.

cheers,

Pete

akoranne commented 7 years ago

Hi Pete,

Thank you for your reply.

Another question, is there a way to put in a username or at a minimum provide a password (that I want) to Concourse? Where can I modify that?

I downloaded your project and not able to locate where the password is set. If you can point me, I can change it to my password and rebuild the binary.

Please let me know. Thank you for your help!

With Regards, --ajay Ajay S. Koranne (303) 887.2777

On Wed, Aug 16, 2017 at 10:09 AM, Peter Jones notifications@github.com wrote:

Hi @akoranne https://github.com/akoranne,

You need to use the --region flag to set the region (see https://github.com/EngineerBetter/concourse-up/#region-configuration)

AWS_DEFAULT_REGION is used by terraform to authenticate with AWS — I agree this is confusing so I'll look into whether we can remove this requirement.

cheers,

Pete

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/EngineerBetter/concourse-up/issues/8#issuecomment-322837834, or mute the thread https://github.com/notifications/unsubscribe-auth/AJKlnyv99OoXKwp4tpaI0P-8eGWGdOm0ks5sYyIwgaJpZM4O5KOg .

peterellisjones commented 7 years ago

Hi @akoranne,

The concourse password is randomly generated here: https://github.com/EngineerBetter/concourse-up/blob/master/config/config.go#L60

You can also change the password by editing the config file on AWS. This will be in a bucket with a name like concourse-up-mydeployment-config in a file called config.json. Change the concourse_password field in this file, save it, and run concourse-up deploy again to update the password.

akoranne commented 7 years ago

Thank you Pete!

With Regards, --ajay Ajay S. Koranne (303) 887.2777

On Thu, Aug 24, 2017 at 7:24 AM, Peter Jones notifications@github.com wrote:

Hi @akoranne https://github.com/akoranne,

The concourse password is randomly generated here: https://github.com/ EngineerBetter/concourse-up/blob/master/config/config.go#L60

You can also change the password by editing the config file on AWS. This will be in a bucket with a name like concourse-up-mydeployment-config in a file called config.json. Change the concourse_password field in this file, save it, and run concourse-up deploy again to update the password.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/EngineerBetter/concourse-up/issues/8#issuecomment-324650451, or mute the thread https://github.com/notifications/unsubscribe-auth/AJKlnw3i-RB76H-EjXS_exxTyDxXW_tpks5sbYeAgaJpZM4O5KOg .