Uninstall Edge Orchestrator infrastructure#

Uninstall the Edge Orchestrator infrastructure, including removing Route53 and other associated applications.

Uninstall and Destroy the Environment#

  1. Go to the root installation directory on the host.

  2. Edit the script below to match your environment and credentials.

    utils/provision.sh uninstall
      --aws-account [AWS account number] \
      --customer-state-prefix [bucket-name] \
      --environment [environment-name] \
      --parent-domain [domain].root-domain.com \
      --region [us-west-2] \
      --email [myname@abc.[root-domain]]
    

    Add the --socks-proxy $socks-proxy parameter if you are running the installer from behind a proxy. This parameter is blank by default.

Uninstall Edge Orchestrator with no load balancer installed#

  1. Navigate to the root installation directory on the host.

  2. Edit the script below to match your environment and credentials.

    utils/provision.sh uninstall
      --aws-account [AWS account number] \
      --customer-state-prefix [bucket-name] \
      --environment [environment-name] \
      --parent-domain [domain].root-domain.com \
      --region [us-west-2] \
      --email [myname@abc.[root-domain]] \
      --skip-destroy-loadbalancer
    

    Add the --socks-proxy $socks-proxy parameter if you are running the installer from behind a proxy. This parameter is blank by default.

For a full list of flags available, see flag examples.