Install the Enterprise Console
Use scp to transfer the Enterprise Console installer binary to your EC2 instance, enter:
scp -i "<private key file>.pem" platform_setup.sh ec2-user@ec2-18-222-75-189.us-east-2.compute.amazonaws.com:/data
Then, SSH to your EC2 instance and run the installer to install Enterprise Console:
cd /data
chmod 700 platform_setup.sh
./platform_setup.sh -c
While installing the Enterprise Console, you are prompted to either select a database port, or accept the default port of 3377.
You must have write access to the Enterprise Console installation directory you select.
When installing one Controller in the AWS environment, it is easier to install both the Controller and Enterprise Console on the same host.
However if you plan to install multiple Controllers and want to manage them through a single Enterprise Console instance, then you should install the Enterprise Console and the Controller on separate hosts.
Complete the installation of Enterprise Console, and make a note of any passwords you specify during the installation process.