Deploy the Commander Environment in AWS

Once you’ve decided on the parameter values, you can deploy the CloudFormation template.

The template can be deployed in the following AWS regions:

  • Asia Pacific
    • ap-northeast-1 (Tokyo)
    • ap-northeast-2 (Seoul)
    • ap-northeast-3 (Osaka)
    • ap-south-1 (Mumbai)
    • ap-southeast-1 (Singapore)
    • ap-southeast-2 (Sydney)
  • Canada
    • ca-central-1
  • Europe
    • eu-central-1 (Frankfurt)
    • eu-north-1 (Stockholm)
    • eu-west-1 (Ireland)
    • eu-west-2 (London)
    • eu-west-3 (Paris)
  • South America
    • sa-east-1 (Sao Paulo)
  • US
    • us-east-1 (Virginia)
    • us-east-2 (Ohio)
    • us-west-1 (California)
    • us-west-2 (Oregon)

You can either modify the parameters in the CloudFormation template or specify parameter values on the command line.

The following AWS CLI command specifies parameter values. Replace argument values as appropriate:

aws cloudformation deploy --template-file ./vcmdr.template --parameter-overrides KeyName=MyKeyName VpcId=vpc-e137b684 EC2SubnetId=subnet-eb0d948e RDSSubnetIds=subnet-0afb457d,subnet-5d6fbd04 IamInstanceProfile=MyInstanceProfileName DBUser=sa DBPassword=supersecret --stack-name vcmdr-reference

The stack output provides the URL of the Commander instance.