I'm happy to announced a working UTM 9 AMI for the new AWS region in Sydney, Australia (ap-southeast-2)
UTM 9.004-29 (x86_64 ebs) :: ami-2d8f1817 :: launch EC2 instance
To start the instance via command line, perform a basic setup and setup SSH access:
Note: If the 30GB disk space is to small for you, just increase the EBS volume to the desired need. The UTM will automatically resize the volume to the new size.
Cheers
Ulrich
UTM 9.004-29 (x86_64 ebs) :: ami-2d8f1817 :: launch EC2 instance
To start the instance via command line, perform a basic setup and setup SSH access:
Code:
ec2-run-instances --region ap-southeast-2 -t m1.small -k my_ec2_key -d "{ hostname => 'ec2-demo.local', organization => 'Sophos', city => 'Sydney', country => 'au', email => 'admin@example.com', password => 'secret' }" ami-2d8f1817
Cheers
Ulrich