diff --git a/site/content/docs/developing/svc-to-svc-communication.en.md b/site/content/docs/developing/svc-to-svc-communication.en.md index 437ad9a8cea..471df595ce3 100644 --- a/site/content/docs/developing/svc-to-svc-communication.en.md +++ b/site/content/docs/developing/svc-to-svc-communication.en.md @@ -5,7 +5,7 @@ [ECS Service Connect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html) enables a client service to connect to its downstream services in a load-balanced and resilient fashion. Furthermore, it simplifies the way of exposing a service to its clients by specifying friendly aliases. With Service Connect in Copilot, each service you create is given the following private alias by default: `http://`. !!! attention - Service Connect is not yet supported for [Request-Driven Web Services](../docs/concepts/services.en.md#request-driven-web-service). + Service Connect is not yet supported for [Request-Driven Web Services](../concepts/services.en.md#request-driven-web-service). ### How do I use Service Connect? Imagine we have an app called `kudos` and two services: `api` and `front-end`, deployed in the same environment. In order to use Service Connect, both services' manifests need to have: diff --git a/site/overrides/layouts/home.html b/site/overrides/layouts/home.html index 7ccf7668b97..169d335d295 100644 --- a/site/overrides/layouts/home.html +++ b/site/overrides/layouts/home.html @@ -308,7 +308,7 @@

Your toolkit for containerized applications on AWS

-

AWS Copilot is an open source command line interface that makes it easy for developers to build, +

AWS Copilot is an open source command line interface that makes it easy for developers to build, release, and operate production ready containerized applications on AWS App Runner, Amazon ECS, and AWS Fargate.

Your toolkit for containerized applications on AWS title="Get Started" class="md-button md-button--primary" > - Get started + Get started
@@ -343,7 +343,7 @@

Your toolkit for containerized applications on AWS

Get started with architectures

Run a single command to quickly get started with a containerized - application using best practices on AWS from a Dockerfile. + application using best practices on AWS from a Dockerfile.

Instead of modeling individual resources, Copilot provides common cloud architectures: @@ -387,7 +387,7 @@

Manifests
- +
@@ -509,7 +509,7 @@
Automated releases

Operations is part of the workflow

- Modeling, provisioning, and deploying services are only part of the application lifecycle for the developer. + Modeling, provisioning, and deploying services are only part of the application lifecycle for the developer. Copilot also supports workflows around troubleshooting and debugging to help when things go wrong. Tail your logs, get a shell to a running container, view the health of your services from the comfort of your terminal.