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:
parent
622bc1aec2
commit
5efe3ad6b3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue