From 970de8b5202b86fd1040ee13ab616f97a6d9d734 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Tue, 11 Apr 2017 12:34:40 -0400 Subject: [PATCH] Address link issues / add GCE --- website/source/docs/faq.html.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/source/docs/faq.html.markdown b/website/source/docs/faq.html.markdown index 02b4eb5263..6dfb7c2877 100644 --- a/website/source/docs/faq.html.markdown +++ b/website/source/docs/faq.html.markdown @@ -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.