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
10 changes: 10 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ pygmentsUseClasses = true
name = "cloudflare"
url = "/docs/reference/pkg/nodejs/pulumi/cloudflare/"

[[menu.reference]]
parent = "node"
name = "datadog"
url = "/docs/reference/pkg/nodejs/pulumi/datadog/"

[[menu.reference]]
parent = "node"
name = "digitalocean"
Expand Down Expand Up @@ -261,6 +266,11 @@ pygmentsUseClasses = true
name = "pulumi_cloudflare"
url = "/docs/reference/pkg/python/pulumi_cloudflare/"

[[menu.reference]]
parent = "python"
name = "pulumi_datadog"
url = "/docs/reference/pkg/python/pulumi_datadog/"

[[menu.reference]]
parent = "python"
name = "pulumi_digitalocean"
Expand Down
4 changes: 2 additions & 2 deletions content/docs/reference/cd-aws-code-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ named `PULUMI_ACCESS_TOKEN`. This is required to authenticate with pulumi.com in
an update. You can create a new Pulumi access token specifically for your CloudBuild project on
your [Pulumi Account page](https://app.pulumi.com/account/tokens).

Because of the sensitive nature of the access token, it is recommended that the the Pulumi access
token in Amazon's Systems Manager Parameter Store. This allows you to keep the value secret, while
Because of the sensitive nature of the access token, it is recommended that the Pulumi access
token be stored in Amazon's Systems Manager (SSM) Parameter Store. This allows you to keep the value secret, while
providing auditable access to CodeBuild.

### Service Role
Expand Down
2 changes: 1 addition & 1 deletion content/docs/reference/crosswalk/aws/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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/docs/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/docs/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 "/docs/reference/pkg/nodejs/pulumi/kubernetes" >}})
* [Pulumi EKS API Documentation]({{< relref "/docs/reference/pkg/nodejs/pulumi/eks/_index.md" >}})
* [Amazon Elastic Container Service for Kubernetes homepage](https://aws.amazon.com/eks/)
* [Amazon Elastic Kubernetes Service homepage](https://aws.amazon.com/eks/)
* [Kubernetes Documentation](https://kubernetes.io)
2 changes: 1 addition & 1 deletion content/docs/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 "/docs/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 "/docs/reference/pkg/nodejs/pulumi/aws/ecs/_index.md" >}}) |
| [Amazon Elastic File System (EFS)](https://aws.amazon.com/efs/) | Scalable, elastic file system | | [efs]({{< relref "/docs/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 "/docs/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 "/docs/reference/pkg/nodejs/pulumi/aws/eks/_index.md" >}}) |
| [Amazon ElastiCache](https://aws.amazon.com/elasticache/) | Managed Redis or Memcached service | | [elasticache]({{< relref "/docs/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md" >}}) |
| [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) | Deploy and scale web apps | | [elasticbeanstalk]({{< relref "/docs/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 "/docs/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md" >}}) |
Expand Down
Loading