Hi Avinash, this was a great video! I have been following it to build my service but I am noticing that my task is left in the running state indefinitely (I have provisioned ample resources and I am completing a relatively simple task). When testing my docker image locally it runs perfect. Any advice or ideas as to why this may be?
Hi, Actually, Am using mac m1, it had lot of issue with docker application, so i used an ec2 instance to prepare a docker image, which is used in “task definition” of batch service.
Is AWS Batch good for long running process? We have a command line application written in .NET 6 and it's a long running process Is this a good candidate for utilising AWS Batch?
Is that Process you want to run is interruptible.? If answer is yes, then we can consider Batch. If you want to run app continuously we can consider to run it as ECS Fargate Task/service.
Excellent walkthrough. Very well organized and presented. Thank you.
Thank you so much for this walkthrough! Learned so much.
Awesome video. This is what I was really looking for the long time on AWS Batch job configuration. Thanks a lot. It's really helped.
Thank you, Glad it helped you. 🙂
Thank you for the wonderful video, crisp and fully covered
Concepts are pretty much clear
Thank you so much
Great video. 👋 I missed the instructions to use cron scheduling to activate the job.
Super Avinash
thanks Avinash , can you make a vedio on using tools for drawing architecturals diagrams.
awesome lesson avinash!
Hi Avinash, this was a great video! I have been following it to build my service but I am noticing that my task is left in the running state indefinitely (I have provisioned ample resources and I am completing a relatively simple task). When testing my docker image locally it runs perfect. Any advice or ideas as to why this may be?
Good job avinash
I have a quick question, what is the purpose of creating that EC2 instance at the beginning of the video again?
Thanks for this informative video!
Hi, Actually, Am using mac m1, it had lot of issue with docker application, so i used an ec2 instance to prepare a docker image, which is used in “task definition” of batch service.
@@avizway Got it! Thanks for the response and this amazing video!
Is AWS Batch good for long running process?
We have a command line application written in .NET 6 and it's a long running process
Is this a good candidate for utilising AWS Batch?
Is that Process you want to run is interruptible.? If answer is yes, then we can consider Batch. If you want to run app continuously we can consider to run it as ECS Fargate Task/service.
how it trigger
Thanks, Avinash. Are all these services free? Can I try them for study purposes?
Hi Surya, Not all services are free. Please refer this url to verify free tier eligibility of services
aws.amazon.com/free
@@avizway Thanks Avinash
Can you do video on azure ad and Iam in aws
AD connector and AD on AWS video available, will plan with Azure AD soon
Why not lambda for computing?
Lambda has limitation. max timeout is only 15 min.!
@@avizway I knownthat, but can't we use lambda as a compute service, and invoke in a batch
@@vloggervlogger285 sorry sir, Didn’t understand your question completely.!
@@avizway he is asking how to invoke the batch ? can we use a lambda to invoke it? or in a Batch job can we invoke lambda multiple times ?