AWS - ECS and Fargate
Given this Fargate task definition snippet:
What happens if you try to run this task with 1024 MiB memory requested in the service?
{"cpu": "256", "memory": "512", "containerDefinitions": [{"name": "app", "image": "myapp:latest"}]}What happens if you try to run this task with 1024 MiB memory requested in the service?
