unique, lovingly hand raised and cared for • When they get ill, you nurse them back to health • Cattle are given numbers like vm001.acme.com • Almost identical to other cattle • When they get ill, you get another one
'eu-west-1' aws.keypair_name = ENV['VAGRANT_AWS_KEYPAIR_NAME'] || ENV['USER'] aws.instance_type = ENV['VAGRANT_AWS_INSTANCE_TYPE'] || 'm1.medium' # See http://aws.amazon.com/ec2/instance-types/#instance-details # the instance types that support this. aws.ebs_optimized = false # List of Amazon Linux AMIs (e.g. amzn-ami-pv-2013.09.0.x86_64-ebs) # Add the one for your region if it is missing. aws.region_config 'ap-southeast-1', :ami => 'ami-14f2b946' aws.region_config 'eu-west-1', :ami => 'ami-149f7863' aws.region_config 'us-east-1', :ami => 'ami-35792c5c' override.ssh.username = 'ec2-user' override.ssh.private_key_path = ENV['VAGRANT_SSH_PRIVATE_KEY_PATH'] || "~/aws/keys/#{region}/#{ENV['USER']}.pem” ... end