Skip to content
Nick Olinger edited this page Aug 9, 2018 · 5 revisions

Barcelona Commands

Create Environment

bcn create -e <environment> --district=<district name> --tag=<tag name>

Create endpoint

bcn endpoint create --district=<district name> --certificate-arn=<ACM certificate ARN> --public

  • district -- District name where you want to create a new endpoint

  • certificate-arn -- ACM Certificate ARN

    If you specify this option, Barcelona automatically configures the endpoint so that it accepts HTTPS requests. --public: If specified, Endpoint accepts requests from the Internet. If not, Endpoint is visible only from district's private network

Clone this wiki locally