hashicorp / boundary-reference-architecture

Example reference architecture for a high availability Boundary deployment on AWS.
https://boundaryproject.io
Mozilla Public License 2.0
213 stars 106 forks source link

Where to find the sha for https address? #23

Closed queglay closed 4 years ago

queglay commented 4 years ago

In the README it says the address for the UI is located at https://boundary-test-controller--.elb.us-east-1.amazonaws.com:9200

Is there anymore information on where the random_sha is located for the controller?

malnick commented 4 years ago

The random sha is created by AWS upon LB creation. You can look it up in the AWS console, or locally in the terraform.tfstate file created for the Terraform output.

queglay commented 4 years ago

Thanks Jeff! Looking forward to taking it out for a spin again this weekend.

malnick commented 4 years ago

Closing as resolved.