Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/reference/crosswalk/aws/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions content/reference/crosswalk/aws/eks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "AWS Elastic Container Service for Kubernetes (EKS)"
title: "AWS Elastic Kubernetes Service (EKS)"
menu:
reference:
parent: crosswalk-aws
Expand All @@ -11,7 +11,7 @@ menu:
<img src="/images/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>

[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
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/reference/crosswalk/aws/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}) |
Expand Down