From 46d01c428f7ecb4ff2bd0ae8f48263c5b970e411 Mon Sep 17 00:00:00 2001 From: Razco Date: Wed, 4 Dec 2024 10:32:26 +0200 Subject: [PATCH] add task definition example to ECS docs --- docs/how-to/deploy/cloud-hosts/aws-ecs-fargate.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/how-to/deploy/cloud-hosts/aws-ecs-fargate.mdx b/docs/how-to/deploy/cloud-hosts/aws-ecs-fargate.mdx index b168577b..6a168b94 100644 --- a/docs/how-to/deploy/cloud-hosts/aws-ecs-fargate.mdx +++ b/docs/how-to/deploy/cloud-hosts/aws-ecs-fargate.mdx @@ -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.