Merge pull request #848 from shaynewang/patch-1

Update aws.md
This commit is contained in:
Misty Stanley-Jones 2016-12-19 14:18:44 -08:00 committed by GitHub
commit 6890af3243
1 changed files with 3 additions and 2 deletions

View File

@ -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`.
You can change the SSH username with the `--amazonec2-ssh-user` according to the AMI you selected with the `--amazonec2-ami`.