What an explanation, this is perfect blend of theory + practical. Many thanks for this tutotial. This was very helpful. Keep Doing.
@sirajjamadar4607 Жыл бұрын
"Rahul, you can consider me the biggest fan of your exceptional teaching prowess!"
@RahulNath Жыл бұрын
Thank you Siraj - Very happy to hear that. Do let me know if you have content suggestions or feedback
@MaddCoder Жыл бұрын
Awesome video, this is exactly what I was looking for. Thank you sir.
@RahulNath Жыл бұрын
You are welcome! The full AWS Series is here bit.ly/aws-net-series
@parrivera5 ай бұрын
Thank you Rahul , Pablo from Brasil, and so grateful with your explanations, cleartly also practical ! i am you fan . most valuable insights.
@RahulNath5 ай бұрын
Very happy to hear that Pablo and glad you are liking the content. Hope you are liking the AWS series bit.ly/aws-net-series Do let me know if you have any topic/content suggestions or feedback.
@parrivera5 ай бұрын
@@RahulNath Sure , i will do 👊🏻
@roary40922 жыл бұрын
Another amazing tutorial, learning all of this would've taken me so much longer without this video. Thank you so much!
@RahulNath2 жыл бұрын
Glad it helped! Do check out the full AWS Series here bit.ly/aws-net-series
@battarro2 жыл бұрын
Great job on these videos.
@RahulNath2 жыл бұрын
Thank you - the full AWS series is here bit.ly/aws-net-series. Also checkout my AWS Lambda course on Udemy if that interests you bit.ly/aws-lambda-udemy
@amarnatha16147 ай бұрын
Very useful tutorial sir
@RahulNath7 ай бұрын
Glad you like it Amarnath! Do check out the AWS Series bit.ly/aws-net-series
@jhlee1112 жыл бұрын
background looks nice! better viewing experience
@RahulNath2 жыл бұрын
Thank you John! Been playing around with some lighting, happy you noticed 😀 Do drop in AWS topic suggestions if you have any.
@FernandoFlorez-g1iАй бұрын
Thanks a lot
@RahulNathАй бұрын
Glad it helped Fernando! Do check out the AWS Series bit.ly/aws-net-series
@charithjayasundara98782 жыл бұрын
Hi Rahul, Great stuff as always! Is there any way to append lambda function name at the end of the log group? Thanks.
@RahulNath2 жыл бұрын
Can you specify it as part of the configuration? 13:20 or am I missing something
@chenthurvasanduraiappan84532 жыл бұрын
Clarifies lot of doubts on how to programmatically integrate with or connect to aws services like cloudwatch using sdk. Good effort.
@RahulNath2 жыл бұрын
Great to hear that and happy it helped! Do checkout the full AWS Series bit.ly/aws-net-series and let know if you have any topic suggestions.
@mohsinazamafridi85662 жыл бұрын
Rahul You are the best..
@RahulNath2 жыл бұрын
Thank you Moshin! So happy to see your motivating comments 😍
@jhlee1112 жыл бұрын
Thank you for great tutorial! What do I need to make it work when the app is deployed to elasticbean stalks?
@RahulNath2 жыл бұрын
Haven't used this before, but the doc says Elastic Beanstalk uses CloudWatch by default. docs.aws.amazon.com/elasticbeanstalk/latest/dg/AWSHowTo.cloudwatch.html What issue are you facing?
@jhlee1112 жыл бұрын
@@RahulNath When I run the sample weatherforecast webapi from my local machine, logs reaches CloudWatch(I guess using my AWS credential ~/.aws. But when I deploy the same app in elasticbeans stalk, the app works but logs were not sent to CloudWatch. I can turn on the option for Elastic beanstalk to log to Cloudwatch for server instance itself. But don't how to set it up to log custom informations from my application.
@RahulNath2 жыл бұрын
@@jhlee111 Interesting - not sure what's happening there. Haven't tried this myself before. Did you come across this? stackoverflow.com/questions/42586754/how-to-debug-or-see-output-for-a-net-core-app-deployed-in-elastic-beanstalk
@jhlee1112 жыл бұрын
@@RahulNath Thanks for the direction. I will try and get back!
@jhlee1112 жыл бұрын
Resolved! the so link helped. I didn't think about how my eb instance can write on CloudWatch log before, since it was 'working on my machine' without thought. Just like the article says I did give write permission to my eb ec2 role on CloudWatch log. Thank you for your help!
@umeshshridar54872 жыл бұрын
HI Rahul do u know how we deploy .net application and database in azure DevOps rather than deploying seprately
@RahulNath2 жыл бұрын
Are you looking for this kzbin.info/www/bejne/aXq1qKeYfNGmns0 If not can you please detail out your question?
@shraddhapatange53212 жыл бұрын
hello Rahul, this video is really helpful. Thank you But I have question 1. Can I get all AWS logs data directly in any web apllication ? If YES then what is correct way of doing it?
@kishorenaga937410 ай бұрын
Really helpful video Rahul . Is it possible to read cloudwatch logs using unique ID like co-relationid
@RahulNath10 ай бұрын
Yes if you have logged that as a property in the log, you can use insights to filter it out using that. Is that what you were after? Let me know if you have additional questions Kishore.
@rohankademani6406 Жыл бұрын
Can i deploy the code to Lambda with these changes
@RahulNath Жыл бұрын
Yes you should be able to. My AWS Series has different videos around Lambda if you are interested bit.ly/aws-net-series
@MohitSharma-jg4fu3 ай бұрын
Hello sir, How to implement same cloudwatch logs using serilog in localstack instead of AWS management console. So that when the API hits , a log is entered in our localstack stream? Please make a vidoe on that
@RahulNath2 ай бұрын
I'll do a video on LocalStack soon and try to cover it there.
@ramiroalegre81836 ай бұрын
any can help me? i'm using localstack for local aws, how i can send logs to localstack? i ever have the same error, "Error initializing log stream. No logs will be sent to aws cloudwatch. Exceptión was system.timeoutexception: a task was canceled"
@RohanVk-yh2nd Жыл бұрын
Im getting this error Invalid region endpoint provided
@RahulNath Жыл бұрын
Looks like a setup issue and the account region specified. Where are you getting this error ?
@RohanVk-yh2nd Жыл бұрын
@@RahulNath Fixed it the .aws/config was missing the region Thanks