Quantcast
Channel: Sophos User Bulletin Board
Viewing all articles
Browse latest Browse all 14361

UTM 9 Amazon EC2 AMIs

$
0
0
Hi guys,

here come the Beta Amazon EC2 images! Just press the "launch AMI" link and fire them up :)
eu-west-1 (Ireland)
ASG 8.900-22 (i386 ebs) :: ami-19ba836d :: launch AMI

us-east-1 (North Virginia)
ASG 8.900-22 (i386 ebs) :: ami-94934ffd :: launch AMI

us-west-1 (Northern California)
ASG 8.900-22 (i386 ebs) :: ami-ed3961a8 :: launch AMI

us-west-2 (Oregon)
ASG 8.900-22 (i386 ebs) :: ami-802ba6b0 :: launch AMI

ap-northeast-1 (Tokyo)
ASG 8.900-22 (i386 ebs) :: ami-aac273ab :: launch AMI

ap-southeast-1 (Singapore)
ASG 8.900-22 (i386 ebs) :: ami-d2e7a380 :: launch AMI

sa-east-1 (Sao Paulo)
ASG 8.900-22 (i386 ebs) :: ami-d09c42cd :: launch AMI

There are a few new features regarding the EC2 support:
  • SSH Key Pair (ec2-user, loginuser and root): If SSH Key Pair is set during AMI launch, SSH Keys will be installed for ec2-user, loginuser and root. Root access is disabled by default and must be enabled via SSH configuration. Login with ec2-user will show you the basic setup and brings you afterwards directly to the confd-client configuration program.
  • User Data: Its possible to run Basic Setup and set an ACC server via User Data field. If thats not sufficient for you, you could also run custom shell scripts!
  • 30GB disk: EBS volume increased to 30GB storage


Examples:

Start micro instance in Europe with basic setup and SSH access:
ec2-run-instances --region eu-west-1 -t t1.micro -k my_ec2_key -d "{ hostname => 'ec2-demo.local', organization => 'Astaro', city => 'Karlsruhe', country => 'de', email => 'admin@domain.com', password => 'secret' }" ami-19ba836d
Start small instance in North Virginia with basic setup and ACC:
ec2-run-instances --region us-east-1 -t m1.small -d "{ hostname => 'ec2-demo.local', organization => 'Astaro', city => 'Karlsruhe', country => 'de', email => 'admin@domain.com', password => 'secret', acc_server => 'my_acc_server.name', acc_secret => 'secret' }" ami-94934ffd
Start medium instance in Tokyo with custom script:
ec2-run-instances --region ap-northeast-1 -t c1.medium -d '#!/bin/bash
echo "Hello World"' ami-
aac273ab
Run Basic Setup via SSH:
ssh -l ec2-user ec2-....compute.amazonaws.com
Enable SSH root login on EC2 instance:
ssh -l ec2-user ec2-....compute.amazonaws.com set ssh root_login without-password
Have fun
Ulrich

Viewing all articles
Browse latest Browse all 14361

Trending Articles