Тёмный

AWS Lambda Provisioned Concurrency | Lambda Scaling and Concurrency 101 | Lambda Account Concurrency 

Cloud With Raj
Подписаться 109 тыс.
Просмотров 14 тыс.
50% 1

Learn how AWS Lambda Scale and achieve concurrency. Learn Lambda Account Concurrency and Provisioned Concurrency. Also what are your holiday goal?
Provisioned Concurrency Blog: aws.amazon.com/blogs/aws/new-...
Connect with me in LinkedIN: / rajdeep-sa-at-aws
My Serverless Course on Udemy: www.udemy.com/course/aws-serv...
Definitely do NOT Click: / @cloudwithraj

Наука

Опубликовано:

 

7 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@shwetashaw9978
@shwetashaw9978 Год назад
Simple and crisp👍
@csnayak
@csnayak Год назад
awesome explanation
@pokmnhyu
@pokmnhyu 3 года назад
Great Video Raj !
@neerajchouksey3761
@neerajchouksey3761 3 месяца назад
Thanks !!
@zackriso3945
@zackriso3945 2 года назад
Hi Raj, I read in multiple articles that Lambda runs on Firecracker, which is an LVM, and which runs on EC2 as a backbone, rather than containers (ex. ECS). I am referring to the underlying infrastructure behind the scenes, not the possibility to invoke lambda through an ECR-Container (instead of a Zip file).
@amitk5088
@amitk5088 3 года назад
superb sir my problem resolved I make it 200 now it is working
@cloudwithraj
@cloudwithraj 3 года назад
Great 👍
@karan_1993
@karan_1993 Год назад
Hi Raj, your content is super awesome. Plz keep on making more such videos.
@cloudwithraj
@cloudwithraj Год назад
Ty Karan for the kind words
@lzoneonethreethreeseven8046
@lzoneonethreethreeseven8046 2 года назад
are lambda functions always scaled automatically when many requests come in? have lambda functions an integrated load balancer or is it vital to provide one that targets it in every case?
@amitk5088
@amitk5088 3 года назад
Thanks a lot sir
@cloudwithraj
@cloudwithraj 3 года назад
Most welcome
@rasensio
@rasensio 3 года назад
Great explanation :)
@cloudwithraj
@cloudwithraj 3 года назад
Glad you liked it!
@75neelshah
@75neelshah 9 месяцев назад
that is good explanation what is difference between provisioned concurrency and snap start
@anhquocnguyen1578
@anhquocnguyen1578 10 месяцев назад
your explanation is very well. keep up your amazing work, pls. thank you
@cloudwithraj
@cloudwithraj 10 месяцев назад
Thanks a lot!
@galeop
@galeop 2 года назад
"Reserved concurrency" therefore means "max concurrency". "provisioned concurrency" means "number of always running instances"
@cloudwithraj
@cloudwithraj 2 года назад
Correct!
@galeop
@galeop 2 года назад
thanks!
@namratacareer
@namratacareer 4 года назад
I am hitting an lambda API from react code repeatedly, so the problem is the sequence I am sending the request ,response are not coming sequentially, response of recent request comes faster than my previous request. So how to configure throttle to handle this scnerio
@Cedielagekohaha
@Cedielagekohaha 3 года назад
If you want to handle the request sequentially then you need to use FIFO queues backed by Lambda. Regarding throttling, you can configure your queues to have a redrive policy (retry) whenever the request fails. If the maximum redrive policy is reached it will be rerouted to DLQ .
@biswajeetsethi7689
@biswajeetsethi7689 2 года назад
Hey Sir. I understood how Lambda gets the container that is behind the scene. But if we go to the system level. Who provides container service to Lambda ???
@cloudwithraj
@cloudwithraj 2 года назад
Hey Biswajeet, AWS firecracker provides the underlying container. Now, you can also create your own container - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HNm6jU_AUbE.html
@as_wani
@as_wani 4 года назад
By default the unreserved account concurrency is 1000 and if I raise a request to change it. say I want it to be increased to 2000, AWS is going to charge me for that or not? If I reserve concurrency for one lambda function to 200, does it mean that function is always going to use that limit and never go beyond that limit?
@cloudwithraj
@cloudwithraj 4 года назад
You will NOT get charged if you just increase the limit. You only gets charged on what you use. If you allocate concurrency limit for a lambda to 200, it will never have more than 200 concurrent executions (Your assumption is right for this one). Thanks for watching!
@cloudwithraj
@cloudwithraj 3 года назад
@Shanmukh Meesala You will get a throttling error (error code 429), and you can retry.
@amitk5088
@amitk5088 3 года назад
I am getting this issue
@amitk5088
@amitk5088 3 года назад
can you help me
@takethree1
@takethree1 2 года назад
I have 30k SQS msg/min for Lambda to process. Do I need provisioned concurrency? increased ?
@kavyasuresh7423
@kavyasuresh7423 2 года назад
Did you solved this problem?
@ziadirida
@ziadirida 4 года назад
Isn't it true that lambda is great because you pay nothing with serverless when you are not using it. But with provisioning, this advantage goes away.
@Conlexio
@Conlexio 4 года назад
there is also an advantage for simpler projects in that you don't have to manage and maintain servers too I guess
@cloudwithraj
@cloudwithraj 4 года назад
Yes, you do pay extra for provisioned concurrency. Best practice is use provisioned concurrency based on schdule if you know traffic pattern, or you can make it scalable based on traffic.
@Cedielagekohaha
@Cedielagekohaha 3 года назад
Everything depends on the application use-case. If you have strict response latency SLA then having a provisioned concurrency is great.
@amitk5088
@amitk5088 3 года назад
Function is throttled Your function cannot be invoked while the reserved concurrency is zero.
@cloudwithraj
@cloudwithraj 3 года назад
Your function has no concurrency left. Either all other lambdas are using the concurrency available in the region/account or the concurrency of the lambda in question is set to zero. Change it to some positive value and then retry
@amitk5088
@amitk5088 3 года назад
@@cloudwithraj yes sir and I am going to buy today your Udemy course of lambda. I am from India sir thanks a lot sir.......
@amitk5088
@amitk5088 3 года назад
@@cloudwithraj finally today I buy your course from Udemy, Now I am going to do practice....thanks a lot sir I got this udemy@email.udemy.com my email id - mytaskcloud1@gmail.com
@amitk5088
@amitk5088 3 года назад
Test Event Name delhicode Response { "statusCode": 200, "body": "\"Hello from Lambda!\"" }
@ujjwalh8000
@ujjwalh8000 3 года назад
Whats with the fake accent?
@mrragamuffin
@mrragamuffin 3 года назад
New York
Далее
65. Solving SQS and Lambda concurrency problems
16:11
Просмотров 2,4 тыс.
Все кругом Миланы... 🤣
00:12
Просмотров 264 тыс.
AWS Lambda Function Execution and Cold Start
13:17
Просмотров 19 тыс.
How to achieve Concurrency Control in AWS Lambda
8:23
Просмотров 2,1 тыс.
Все Смартфоны vivo Серии V30!
24:54
Просмотров 26 тыс.