Skip to content

Commit 4eb0022

Browse files
Update eks.mdx (#320)
naming of the AWS services consistent with how aws names their services
1 parent 15e1c0f commit 4eb0022

File tree

1 file changed

+4
-4
lines changed
  • pages/spicedb/getting-started/install

1 file changed

+4
-4
lines changed

pages/spicedb/getting-started/install/eks.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import YouTube from 'react-youtube';
33

44
# Installing SpiceDB on AWS EKS
55

6-
[AWS EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS.
6+
Amazon Elastic Kubernetes Service or [Amazon EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS.
77

88
This guide walks through creating a highly-available SpiceDB deployment on an existing EKS cluster.
9-
TLS configuration is managed by [cert-manager] and [AWS Route53].
9+
TLS configuration is managed by [cert-manager] and [Amazon Route53].
1010

11-
[AWS EKS]: https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html
11+
[Amazon EKS]: https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html
1212
[cert-manager]: https://cert-manager.io
13-
[AWS Route53]: https://aws.amazon.com/route53/
13+
[Amazon Route53]: https://aws.amazon.com/route53/
1414

1515
## Steps
1616

0 commit comments

Comments
 (0)