Skip to content

Commit

Permalink
fix: fargate name
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Oct 30, 2024
1 parent 848073e commit 7673acc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"docsearch",
"etag",
"fanout",
"Fargate",
"fontawesome",
"gitea",
"Grammarly",
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export const enSidebar = sidebar({
],
},
{
text: "Zilla Plus on AWS Fargate",
text: "Zilla Plus on AWS ECS Fargate",
icon: "aky-zilla-plus",
link: "how-tos/zilla-plus-aws-fargate.md",
children: [],
Expand Down
14 changes: 7 additions & 7 deletions src/how-tos/zilla-plus-aws-fargate.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
icon: aky-zilla-plus
description: This Guide will walk you through deploying a simple Zilla Plus service running on AWS Fargate. Zilla Plus is an enterprise-ready, Kafka-native edge, and service proxy. It is a flexible, secure, and reliable way of creating stateless, multi-protocol API entry points into your Kafka cluster for both native and non-native Kafka clients.
description: This Guide will walk you through deploying a simple Zilla Plus service running on AWS ECS Fargate. Zilla Plus is an enterprise-ready, Kafka-native edge, and service proxy. It is a flexible, secure, and reliable way of creating stateless, multi-protocol API entry points into your Kafka cluster for both native and non-native Kafka clients.
---

# Deploying Zilla Plus on AWS Fargate
# Deploying Zilla Plus on AWS ECS Fargate

[Available in <ZillaPlus/>](https://www.aklivity.io/products/zilla-plus)
{.zilla-plus-badge .hint-container .info}
Expand All @@ -15,7 +15,7 @@ description: This Guide will walk you through deploying a simple Zilla Plus serv

The [<ZillaPlus/>](https://aws.amazon.com/marketplace/pp/prodview-lqfqftufwpttm) is an enterprise-ready, Kafka-native edge, and service proxy. It is a flexible, secure, and reliable way of creating stateless, multi-protocol API entry points into your Kafka cluster for both native and non-native Kafka clients. With <ZillaPlus/>, you can create publicly reachable Kafka endpoints into a Kafka cluster. You can also expose topics inside your Kafka cluster via declaratively defined REST, SSE, gRPC, and MQTT APIs.

This Guide will walk you through deploying your first <ZillaPlus/> service on AWS Fargate.
This Guide will walk you through deploying your first <ZillaPlus/> service on AWS ECS Fargate.

## Prerequisites

Expand Down Expand Up @@ -118,9 +118,9 @@ docker tag zp-example/http-echo:v1 [your-registry-url]/zp-example/http-echo:v1
docker push [your-registry-url]/zp-example/http-echo:v1
```

## Create an AWS Fargate Task for your service
## Create an AWS ECS Fargate Task for your service

> This will create the AWS Fargate Task that will be used to deploy your service.
> This will create the AWS ECS Fargate Task that will be used to deploy your service.

- Create an IAM role for the Task. This role will be used by the running <ZillaPlus/> container.

Expand Down Expand Up @@ -212,7 +212,7 @@ AmazonECSTaskExecutionRolePolicy

:::

## Create a Service from your AWS Fargate Task
## Create a Service from your AWS ECS Fargate Task

> This will create a service based on the configuration in the Task.

Expand Down Expand Up @@ -246,4 +246,4 @@ Hello, world

- In your Task logs, you will see a `BINDING_HTTP_REQUEST_ACCEPTED` log from the above request

Congratulations! You have successfully deployed your first <ZillaPlus/> service using AWS Fargate.
Congratulations! You have successfully deployed your first <ZillaPlus/> service using AWS ECS Fargate.

0 comments on commit 7673acc

Please sign in to comment.