mirror of https://github.com/docker/docs.git
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 <shaynexwang@gmail.com>
This commit is contained in:
parent
1e127898e7
commit
85b1bd6254
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue