From 3091bc64138c2504d66e4cdcb55c4e80073daf1a Mon Sep 17 00:00:00 2001 From: joeduffy Date: Wed, 19 Jun 2019 15:47:31 -0700 Subject: [PATCH] Adopt new EKS terminology (yay) --- content/reference/crosswalk/aws/_index.md | 2 +- content/reference/crosswalk/aws/eks.md | 6 +++--- content/reference/crosswalk/aws/other.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/reference/crosswalk/aws/_index.md b/content/reference/crosswalk/aws/_index.md index bb2ca51f76f1..8a634237c301 100644 --- a/content/reference/crosswalk/aws/_index.md +++ b/content/reference/crosswalk/aws/_index.md @@ -70,7 +70,7 @@ relevant User Guides to get started: ### Containers * [Elastic Container Service (ECS)]({{< relref "ecs.md" >}}) -* [Elastic Container Service for Kubernetes (EKS)]({{< relref "eks.md" >}}) +* [Elastic Kubernetes Service (EKS)]({{< relref "eks.md" >}}) * [Elastic Container Registry (ECR)]({{< relref "ecr.md" >}}) ### Serverless diff --git a/content/reference/crosswalk/aws/eks.md b/content/reference/crosswalk/aws/eks.md index aa3b60aa6dd6..6f76cf24d45d 100644 --- a/content/reference/crosswalk/aws/eks.md +++ b/content/reference/crosswalk/aws/eks.md @@ -1,5 +1,5 @@ --- -title: "AWS Elastic Container Service for Kubernetes (EKS)" +title: "AWS Elastic Kubernetes Service (EKS)" menu: reference: parent: crosswalk-aws @@ -11,7 +11,7 @@ menu: -[Amazon Elastic Container Service for Kubernetes (Amazon EKS)](https://aws.amazon.com/eks) makes it easy to deploy, +[Amazon Elastic Kubernetes Service (Amazon EKS)](https://aws.amazon.com/eks) makes it easy to deploy, manage, and scale containerized applications using Kubernetes on AWS. Amazon EKS runs the Kubernetes management infrastructure for you across multiple AWS availability zones to eliminate a single point of failure. Amazon EKS is certified Kubernetes conformant so you can use existing tooling and plugins from partners and the Kubernetes @@ -731,5 +731,5 @@ For more information about Kubernetes and EKS, please see the following: * [Pulumi Kubernetes API Documentation]({{< relref "/reference/pkg/nodejs/pulumi/kubernetes" >}}) * [Pulumi EKS API Documentation]({{< relref "/reference/pkg/nodejs/pulumi/eks/_index.md" >}}) -* [Amazon Elastic Container Service for Kubernetes homepage](https://aws.amazon.com/eks/) +* [Amazon Elastic Kubernetes Service (EKS) homepage](https://aws.amazon.com/eks/) * [Kubernetes Documentation](https://kubernetes.io) diff --git a/content/reference/crosswalk/aws/other.md b/content/reference/crosswalk/aws/other.md index ebec68728416..ff451587701b 100644 --- a/content/reference/crosswalk/aws/other.md +++ b/content/reference/crosswalk/aws/other.md @@ -89,7 +89,7 @@ tbody tr td:first-child { | [Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/) | Private container registries | [User Guide]({{< relref "ecr.md" >}}) | [ecr]({{< relref "/reference/pkg/nodejs/pulumi/aws/ecr/_index.md" >}}) | | [Amazon Elastic Container Service (ECS)](https://aws.amazon.com/ecs/) | Run containerized apps | [User Guide]({{< relref "ecs.md" >}}) | [ecs]({{< relref "/reference/pkg/nodejs/pulumi/aws/ecs/_index.md" >}}) | | [Amazon Elastic File System (EFS)](https://aws.amazon.com/efs/) | Scalable, elastic file system | | [efs]({{< relref "/reference/pkg/nodejs/pulumi/aws/efs/_index.md" >}}) | -| [Amazon Elastic Container Service for Kubernetes (EKS)](https://aws.amazon.com/eks/) | Managed Kubernetes service | [User Guide]({{< relref "eks.md" >}}) | [eks]({{< relref "/reference/pkg/nodejs/pulumi/aws/eks/_index.md" >}}) | +| [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/) | Managed Kubernetes service | [User Guide]({{< relref "eks.md" >}}) | [eks]({{< relref "/reference/pkg/nodejs/pulumi/aws/eks/_index.md" >}}) | | [Amazon ElastiCache](https://aws.amazon.com/elasticache/) | Managed Redis or Memcached service | | [elasticache]({{< relref "/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md" >}}) | | [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) | Deploy and scale web apps | | [elasticbeanstalk]({{< relref "/reference/pkg/nodejs/pulumi/aws/elasticbeanstalk/_index.md" >}}) | | [AWS Elastic Load Balancing (ELB)](https://aws.amazon.com/elasticloadbalancing/) | Scale across many instances | [User Guide]({{< relref "elb.md" >}}) | [elasticloadbalancingv2]({{< relref "/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md" >}}) |