Skip to content

Commit aea0000

Browse files
authored
Describe example yaml files in docs (#196)
1 parent 1206ac9 commit aea0000

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/configure/https.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The Getting Started guide uses HTTP (insecure) communications by default.
44
Using the examples here, you can change that to HTTPS (secure) communications.
55
If you choose, you can further customize your HTTPS connections by adding custom domain names and certificates, as described below.
66

7+
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8) site. The files are in the `examples/` directory.
8+
79
### Securing Traffic using HTTPS
810

911
By adding https to the amazon-vpc-lattice gateway, you can tell the listener to use HTTPs communications.

docs/deploy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Follow these instructions to create a cluster and deploy the AWS Gateway API Controller.
44
Run through them again for a second cluster to use with the extended example shown later.
55

6+
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8) site. The files are in the `examples/` directory.
7+
68
1. Set your region and cluster name as environment variables. See the [Amazon VPC Lattice FAQs](https://aws.amazon.com/vpc/lattice/faqs/) for a list of supported regions. For this example, we use `us-west-2`:
79
```bash
810
export AWS_REGION=us-west-2

docs/getstarted.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Both clusters are created using `eksctl`, with both clusters created from the sa
88

99
Using these examples as a foundation, see the [Configuration](configure/index.md) section for ways to further configure service-to-service communications.
1010

11+
12+
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller for VPC Lattice](https://github.com/aws/aws-application-networking-k8) site. The files are in the `examples/` directory.
13+
1114
## Set up single-cluster/VPC service-to-service communications
1215

1316
This example creates a single cluster in a single VPC, then configures two routes (rates and inventory) and three services (parking, review, and inventory-1). The following figure illustrates this setup:

0 commit comments

Comments
 (0)