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

Barcelona Commands

Create and endpoint

bcn endpoint create

  • 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

    Example:

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

Clone this wiki locally