All Questions
Tagged with aws-fargate amazon-lambda
2
questions
1
vote
1
answer
1k
views
AWS API Gateway to Fargate, only charge when request is running
From the following link, it seems possible to call a Fargate task from the API Gateway:
https://aws.amazon.com/blogs/compute/introducing-amazon-api-gateway-private-endpoints/
But, does the task have ...
6
votes
1
answer
6k
views
Why does AWS Lambda need to pass ecsTaskExecutionRole to ECS task
I am writing an AWS Lambda function to trigger an ECS Fargate task. I am following the example provided at Run tasks with AWS Fargate and Lambda. While my setup works, there is one of the parts ...