From 1568fd0313e1408f418db0fd104455752b29a2cf Mon Sep 17 00:00:00 2001 From: abuehrle Date: Thu, 30 Mar 2017 22:47:43 -0600 Subject: [PATCH 1/3] missed an anchor --- site/ami.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/ami.md b/site/ami.md index f3f564ca2..8155e47aa 100644 --- a/site/ami.md +++ b/site/ami.md @@ -44,6 +44,7 @@ For more information about Weave AMIs and running them see: * [Standalone mode](#running-weave-scope-in-standalone-mode) * [In Weave Cloud](#running-weave-scope-in-weave-cloud) * [Upgrading Weave Scope and Weave Net](#upgrading-weave-scope-and-weave-net) + *[Creating Your Own Customized Weave ECS AMI](#creating-your-own-customized-weave-ecs-ami) ## What's in the Weave ECS AMIs? @@ -217,7 +218,7 @@ sudo start weave -## Creating Your Own Customized Weave ECS AMI +## Creating Your Own Customized Weave ECS AMI Clone the integrations repository and then change to the `packer` directory. From 4967ffe7e368dd2d7c00a892213d5cd69b78f241 Mon Sep 17 00:00:00 2001 From: abuehrle Date: Thu, 30 Mar 2017 22:50:23 -0600 Subject: [PATCH 2/3] add space --- site/ami.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/ami.md b/site/ami.md index 8155e47aa..df289723a 100644 --- a/site/ami.md +++ b/site/ami.md @@ -44,7 +44,7 @@ For more information about Weave AMIs and running them see: * [Standalone mode](#running-weave-scope-in-standalone-mode) * [In Weave Cloud](#running-weave-scope-in-weave-cloud) * [Upgrading Weave Scope and Weave Net](#upgrading-weave-scope-and-weave-net) - *[Creating Your Own Customized Weave ECS AMI](#creating-your-own-customized-weave-ecs-ami) + * [Creating Your Own Customized Weave ECS AMI](#creating-your-own-customized-weave-ecs-ami) ## What's in the Weave ECS AMIs? From 6002be731b92175aed80c1a4718b2c42873d1028 Mon Sep 17 00:00:00 2001 From: abuehrle Date: Thu, 30 Mar 2017 22:53:00 -0600 Subject: [PATCH 3/3] fix md formatting --- site/ami.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/ami.md b/site/ami.md index df289723a..93730a935 100644 --- a/site/ami.md +++ b/site/ami.md @@ -139,7 +139,7 @@ of the instance. echo manual > /etc/weave/scope.override ~~~ -###Running `Weave Scope` in Standalone Mode +### Running `Weave Scope` in Standalone Mode Running `Weave Scope` in standalone mode is the default mode. @@ -166,7 +166,7 @@ port 4040. Ensure that your Amazon ECS container instances can talk to each other on that port before running `Weave Scope` in standalone mode (see [Required Open Ports](#required-open-ports) for more details). -###Running `Weave Scope` in Weave Cloud +### Running `Weave Scope` in Weave Cloud In Weave Cloud, you can visualize Amazon ECS containers as well as monitor Tasks and Services all from within in Weave Cloud at [https://cloud.weave.works](https://cloud.weave.works). @@ -247,7 +247,7 @@ that region when invoking the script: ONLY_REGION=us-east-1 AWS_ACCSS_KEY_ID=XXXX AWS_SECRET_ACCESS_KEY=YYYY ./build-all-amis.sh ~~~ -##Further Reading +## Further Reading Read the [Service Discovery and Load Balancing with Weave on Amazon ECS](http://weave.works/guides/service-discovery-with-weave-aws-ecs.html)