prisma-templates icon indicating copy to clipboard operation
prisma-templates copied to clipboard

Prisma templates for major cloud providers

Results 13 prisma-templates issues
Sort by recently updated
recently updated
newest added

So I keep following all the instructions [here](https://www.prisma.io/docs/tutorials/deploy-prisma-servers/aws-fargate-joofei3ahd) ... it gets created successfully, but whenever I access the externalUrl I get a 503 service temp unavail error. I'm using an...

PR addresses an issue where you would get a 503 error when deploying fargate server with PostgreSQL db.

Between this [Fargate config](https://github.com/prismagraphql/prisma-templates/blob/bcec4a8a830f7ffc5cab9440cf8cbc1dd5293471/aws/fargate.yml#L79) and the [MySQL](https://github.com/prismagraphql/database-templates/blob/master/aws/mysql.yml) template, hosting your own Prisma instance on AWS requires you to create two new VPCs. That seems unnecessary, especially since Amazon caps your...

### Error You receive a error during the iam role creation of 400, cannot create iam role for ecs. ### Steps to recreate Go through the tutorial @ https://www.prisma.io/docs/1.8/tutorials/deploy-prisma-servers/aws-fargate-joofei3ahd#2.-deploying-a-prisma-server-to-fargate There...

When `PrismaService` deployed, ELB checks the health of `PrismaService` everytime. But, `PrismaService` needs a little time to healthy. So, `PrismaService` repeats creation and deletion until health check timing is perfect....

I get a 504 Gateway timeout when importing a prisma database (exported from local) into the AWS Fargate server using these templates. The command is `prisma import --data ./database.zip` Is...

Call me stupid, but I don't see where the `ECSRole` is used. 🙈 I think it could be used with the `PrismaService` (`AWS::ECS::Service`), [as described here](https://www.terraform.io/docs/providers/aws/r/ecs_service.html#iam_role), but this states: >...

It seems that this template by default configures only an http endpoint for your load balancer. That is no fun. I'm not an expert in Cloudformation, so it's hard for...

Multi-container fargate support had a coming soon in the readme. I wanted to open this issue to track progress/discussion around multi-container fargate support. I know very little about aws, fargate...