Address link issues / add GCE

This commit is contained in:
Brian Shumate 2017-04-11 12:34:40 -04:00
parent cbff0c0250
commit b9f048614b
No known key found for this signature in database
GPG Key ID: B2E211633F870928
1 changed files with 6 additions and 3 deletions

View File

@ -25,7 +25,11 @@ Hosted Consul Enterprise in Atlas was officially deprecated on March 7th,
There are strong alternatives available and they are listed below.
For users on AWS the [-retry-join-ec2 configuration options](https://www.consul.io/docs/agent/options.html#_retry_join_ec2_tag_key) allow bootstrapping by automatically discovering AWS instances with a given tag key/value at startup. For users not on AWS the native [-join and retry-join functionality](https://www.consul.io/docs/agent/options.html#_join) can be used.
For users on AWS the [-retry-join-ec2 configuration options](/docs/agent/options.html#_retry_join_ec2_tag_key) allow bootstrapping by automatically discovering AWS instances with a given tag key/value at startup.
For users on GCE the [-retry-join-gce configuration options](/docs/agent/options.html#_retry_join_gce_tag_value) allow bootstrapping by automatically discovering instances on Google Compute Engine by tag value at startup.
For users not on AWS or GCE the native [-join and retry-join functionality](/docs/agent/options.html#_join) can be used.
Other features of Consul Enterprise, such as the UI and Alerts also have suitable open source alternatives.
@ -108,5 +112,4 @@ The limit on a key's value size is 512KB. This is is strictly enforced and an
HTTP 413 status will be returned to any client that attempts to store more
than that limit in a value. It should be noted that the Consul key/value store
is not designed to be used as a general purpose database. See
[Server Performance](https://www.consul.io/docs/guides/performance.html) for
more details.
[Server Performance](/docs/guides/performance.html) for more details.