From 85b1bd6254f94870ed1df20af2875a0cf7b789c3 Mon Sep 17 00:00:00 2001 From: Shayne Wang Date: Mon, 12 Dec 2016 10:54:11 -0800 Subject: [PATCH] Update aws.md Added ca-central-1 AMI ID (SOURCE: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20161013), changed Ubuntu version to 16.04 LTS Signed-off-by: Shayne Wang --- machine/drivers/aws.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machine/drivers/aws.md b/machine/drivers/aws.md index 51734de100..becbd40d88 100644 --- a/machine/drivers/aws.md +++ b/machine/drivers/aws.md @@ -99,13 +99,14 @@ You can use environment variables: ## Default AMIs -By default, the Amazon EC2 driver will use a daily image of Ubuntu 15.10. +By default, the Amazon EC2 driver will use a daily image of Ubuntu 16.04 LTS. | Region | AMI ID | | -------------- | ------------ | | ap-northeast-1 | ami-b36d4edd | | ap-southeast-1 | ami-1069af73 | | ap-southeast-2 | ami-1d336a7e | +| ca-central-1 | ami-ca6ddfae | | cn-north-1 | ami-79eb2214 | | eu-west-1 | ami-8aa67cf9 | | eu-central-1 | ami-ab0210c7 | @@ -159,4 +160,4 @@ The default SSH username for the default AMIs is `ubuntu`. You need to change the SSH username only if the custom AMI you use has a different SSH username. -You can change the SSH username with the `--amazonec2-ssh-user` according to the AMI you selected with the `--amazonec2-ami`. \ No newline at end of file +You can change the SSH username with the `--amazonec2-ssh-user` according to the AMI you selected with the `--amazonec2-ami`.