Update supported AWS regions (#14621)

According to an AWS announcement from yesterday: 
https://aws.amazon.com/about-aws/whats-new/2017/05/amazon-lightsail-now-available-in-5-additional-europe-us-aws-regions/
This commit is contained in:
Yorgos Saslis 2017-05-18 14:10:37 +03:00 committed by Paul Stack
parent 622bc1aec2
commit 5efe3ad6b3
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Provides a Lightsail Instance. Amazon Lightsail is a service to provide easy vir
with custom software already setup. See [What is Amazon Lightsail?](https://lightsail.aws.amazon.com/ls/docs/getting-started/article/what-is-amazon-lightsail) with custom software already setup. See [What is Amazon Lightsail?](https://lightsail.aws.amazon.com/ls/docs/getting-started/article/what-is-amazon-lightsail)
for more information. for more information.
Note: Lightsail is currently only supported in `us-east-1` region. Note: Lightsail is currently only supported in `us-east-1`, `us-east-2`, `us-west-2`, `eu-west-1`, `eu-west-2`, `eu-central-1` regions.
## Example Usage ## Example Usage
@ -33,7 +33,7 @@ The following arguments are supported:
* `name` - (Required) The name of the Lightsail Instance * `name` - (Required) The name of the Lightsail Instance
* `availability_zone` - (Required) The Availability Zone in which to create your * `availability_zone` - (Required) The Availability Zone in which to create your
instance. At this time, must be in `us-east-1` region instance. At this time, must be in `us-east-1`, `us-east-2`, `us-west-2`, `eu-west-1`, `eu-west-2`, `eu-central-1` regions
* `blueprint_id` - (Required) The ID for a virtual private server image * `blueprint_id` - (Required) The ID for a virtual private server image
(see list below) (see list below)
* `bundle_id` - (Required) The bundle of specification information (see list below) * `bundle_id` - (Required) The bundle of specification information (see list below)