How can I choose my own Lambda infra backend

0

How can I choose my own Lambda infra backend

  • The question is unclear. Please can you elaborate

asked 4 months ago200 views
2 Answers
1

Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, and logging. With Lambda, all you need to do is supply your code in one of the language runtimes that Lambda supports.

profile picture
EXPERT
answered 4 months ago
  • Hello Gary, I agree to what you said. But, I am asking for if there is a possibility we want to run our Lambda function on a selected EC2 or any other resource of our choice.

  • Afraid not. Lambda is not designed this way. You would have to see if there is an alternative way to execute you code.

0

You cannot choose the underlying server as lambda is managed by AWS. You can deploy the code running in lambda via fir instance containers images : https://docs.aws.amazon.com/lambda/latest/dg/images-create.html, but you cannot say:”run the machine where the lambda is running, on ec2/ecs/eks”, as an example

profile picture
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions