Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add task definition example to ECS docs #457

Merged
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
9 changes: 9 additions & 0 deletions docs/how-to/deploy/cloud-hosts/aws-ecs-fargate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ title: on AWS-ECS-Fargate
description: "AWS ECS Fargate"
---


# Step-by-step guide - Deploying PDP using AWS-ECS-Fargate

In this example, we will show you how to deploy the Permit PDP on AWS ECS Fargate.

### Task Definition Example
We have provided an example of a task definition that you can use to deploy the PDP on AWS ECS Fargate.

You can find the example in our Github repo:

https://github.com/permitio/permit-pdp-deployments-examples/blob/main/aws/ecs-task-definition.json.


### 1. Create a new ECS cluster

Create a new cluster in the ECS console.
Expand Down