Hi, Im trying to deploy prisma server on aws fargate ( following this tutorial: https://www.prisma.io/docs/tutorials/deploy-prisma-servers/aws-fargate-joofei3ahd/#2.-deploying-a-prisma-server-to-fargate )
but when trying to deploy AWS Fargate Prisma stack. I keep getting the following error:
Unable to assume the service linked role. Please verify that the ECS service linked role exists. (Service: AmazonECS; Status Code: 400; Error Code: InvalidParameterException;
Any suggestions?
Thanks