Skip to content

Commit 0edceb6

Browse files
SEO optimizations for KW: "AWS containers" (pulumi#2481)
* Update index.md Optimized for SEO, primary KW: "AWS containers." Mainly just changes to metadata as well as an extra instance of the keyword and a couple of internal links that may be beneficial. * Update content/blog/managing-containers-on-aws-with-pulumi/index.md Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>
1 parent 2301956 commit 0edceb6

File tree

1 file changed

+4
-4
lines changed
  • content/blog/managing-containers-on-aws-with-pulumi

1 file changed

+4
-4
lines changed

content/blog/managing-containers-on-aws-with-pulumi/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Managing Containers on AWS with Pulumi"
2+
title: "Managing AWS Containers with Pulumi"
33
date: 2020-01-06
4-
meta_desc: "Deploying containers on AWS ECS and EKS with Pulumi's infrastructure as code approach."
4+
meta_desc: "Deploying containers on AWS, ECS, and EKS with Pulumi's infrastructure as code approach."
55
meta_image: meta.png
66
authors:
77
- sophia-parafina
@@ -13,7 +13,7 @@ tags:
1313
- containers
1414
---
1515

16-
The AWS Cloud ecosystem is large and vibrant, so vast and vibrant that at times, it can be challenging to know where best to start! In the case of containers, [Abby Fuller](https://twitter.com/abbyfuller) tweeted a descriptive summary about using container services in AWS Cloud.
16+
The Amazon Web Services (AWS) Cloud ecosystem is large and vibrant, so vast and vibrant that at times, it can be challenging to know where best to start! In the case of [containers](https://www.pulumi.com/containers/), [Abby Fuller](https://twitter.com/abbyfuller) tweeted a descriptive summary about using AWS container services.
1717

1818
<!--more-->
1919

@@ -328,4 +328,4 @@ As with the ECS example, run `pulumi up` to deploy the application. To check the
328328

329329
## Want to know more?
330330

331-
Although these examples are simple, they demonstrate the basic building blocks for building, storing, and managing containers. They also show how to create ECS or EKS clusters for deploying apps. To get started with AWS and Pulumi check out the [AWS Guide]({{< relref "/docs/get-started/aws" >}}) for core services and the [Crosswalk for AWS guide]({{< relref "/docs/guides/crosswalk/aws" >}}) for convenience APIs that simplify deploying infrastructure as code. For a deeper dive into managing containers on AWS, check out our [How to Scale Your Amazon EKS Cluster: EC2, Managed Node Groups, and Fargate]({{< relref "/blog/aws-eks-managed-nodes-fargate" >}}).
331+
Although these examples are simple, they demonstrate the basic building blocks for building, storing, and managing containers. They also show how to create ECS or EKS clusters for deploying apps. To get started with AWS and Pulumi check out the [AWS Guide]({{< relref "/docs/get-started/aws" >}}) for core services and the [Crosswalk for AWS guide]({{< relref "/docs/guides/crosswalk/aws" >}}) for convenience APIs that simplify deploying infrastructure as code. For a deeper dive into managing containers on AWS, check out our blogs on [ECS vs Fargate vs EKS: The Lowdown on Containers in AWS](https://www.pulumi.com/blog/running-containers-in-aws-the-lowdown-ecs-fargate-and-eks/) and [How to Scale Your Amazon EKS Cluster: EC2, Managed Node Groups, and Fargate]({{< relref "/blog/aws-eks-managed-nodes-fargate" >}}).

0 commit comments

Comments
 (0)