On AWS, after install container: 1) Stop EC2 (wait until it's stopped). 2) Using AWS CLI (one after the other): aws ec2 start-instances --instance-ids i-??? aws ec2 stop-instances --force --instance-ids i-??? * On console in Instance state, it will be showing Stopping. 3) Connect to CHR using your f...