prisma / prisma-templates

Prisma templates for major cloud providers
MIT License
52 stars 41 forks source link

Update memory parameter with correct entry #33

Closed jeff0131 closed 5 years ago

jeff0131 commented 5 years ago

Fixed the memory parameter. Wasn't a valid configuration.

See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html

While this change did allow me to create the service successfully. It still wasn't available (got a 503 error that the service wasn't available). Baby steps.