I wanted a boto3 tutorial guiding properly how to think and even bought 2 good rated udemy courses but the way you teach is how to think and implement our tasks is unmatchable. Truly grateful to have stumbled upon your Channel.
Hey there Travis! I found your RUclips Channel when I was looking for K8s tutorials. Found your recommendation on that Udemy course. I have been so preoccupied with it (and pleased of course) that I had to ensure I came back to give you thanks. Also, this was a great video. Please continue a series of "Challenges" that would be beneficial to real world Devops challenges. This content is great. Thank you again!
That’s a simple but very useful video to start your lambda functions and EventBridge trigger. Thanks Travis!! This is the most underrated channel for learning AWS automation!! 😅😅
Highly recommend deploying instances with terraform that way you can just use terraform destroy to clean up all your created resources after you are done.
Super!! I find that your tutorial easy to follow. Wonder if you can do a similar tutorial to check if instances are running at off working hours base on the local time and stop them. Thanks again Travis!
Hi Travis, an thank you for the endless stream of tips and tricks you're sharing with us. May I ask you an off-topic question? Are your "5 Steps to Become a Freelance Web Developer in 2019" valid to this day? Do you think ai will make web developers useless? Thank you again for your attention, have a good day.
Hi Travis great video, I am trying to automate the proccess of downloding CSV files from AWS Billing and uploading them to S3 using python and lambda. The first part is where I am struggling. If you know how this can be done I would appreciate your help a lot. Thanks for all the great videos.
Does this help? This looks there is a BIlling API to grab data from - docs.aws.amazon.com/cost-management/latest/userguide/ce-api.html boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ce.html if you are using Python
Oooh check this out. Looks like someone created a Lambda to do this. You could take a look and tweak into your own automation. github.com/aws-samples/aws-cost-explorer-report
Hi Travis, I just found your videos and your Chanel. A lot of good videos 👍👍🤝. Thanks for all these videos. Please I have a question on this one. Is there a way that we can do this such as if the instance is stopped it will trigger lambda to start? Also if we decide to stop the instance ourself, how will we to to avoid lamdba to start the instance? Thank you again.
Hello Travis I'm a newbie in the DevOps world and I do like this kind of content. Thank you very much!
I wanted a boto3 tutorial guiding properly how to think and even bought 2 good rated udemy courses but the way you teach is how to think and implement our tasks is unmatchable. Truly grateful to have stumbled upon your Channel.
This was excellent Travis!! Waiting for more new AWS Python challenges like these!!
Hey there Travis! I found your RUclips Channel when I was looking for K8s tutorials. Found your recommendation on that Udemy course. I have been so preoccupied with it (and pleased of course) that I had to ensure I came back to give you thanks. Also, this was a great video. Please continue a series of "Challenges" that would be beneficial to real world Devops challenges. This content is great. Thank you again!
That’s a simple but very useful video to start your lambda functions and EventBridge trigger. Thanks Travis!! This is the most underrated channel for learning AWS automation!! 😅😅
Thank you Travis! This is great for me to kick start my devops learning journey.
Yes, more of these. Very practical.
Great video Travis, I am going to test it out at my lab. More like this one please!
wow ! brilliant stuff ! this is a nice series ! I hope you continue on with it 😊
Really valuable, concise and practical! thanks.
more devops aws + python activities!!!! thank you :)! This was very helpful
Highly recommend deploying instances with terraform that way you can just use terraform destroy to clean up all your created resources after you are done.
I agree
Agree
I will try it both ways. Thanks
Thanks Travis. Awesome video.. Please do more automation videos
You always have the best explanations how to do the things don!!
Thank you so much! I learned something new.
Cool! Thank you!
Super!! I find that your tutorial easy to follow. Wonder if you can do a similar tutorial to check if instances are running at off working hours base on the local time and stop them. Thanks again Travis!
Thanks Travis, more python stuff please
Awesome!!
This is awesome
Love it man
Great video. Is this part of a series? Would love to see more lambda automation/devops videos
I want another 1.000 videos related to this :D ... Thanks
Hi Travis, an thank you for the endless stream of tips and tricks you're sharing with us. May I ask you an off-topic question? Are your "5 Steps to Become a Freelance Web Developer in 2019" valid to this day? Do you think ai will make web developers useless?
Thank you again for your attention, have a good day.
Hi Travis great video, I am trying to automate the proccess of downloding CSV files from AWS Billing and uploading them to S3 using python and lambda. The first part is where I am struggling. If you know how this can be done I would appreciate your help a lot. Thanks for all the great videos.
Does this help? This looks there is a BIlling API to grab data from - docs.aws.amazon.com/cost-management/latest/userguide/ce-api.html
boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ce.html if you are using Python
Oooh check this out. Looks like someone created a Lambda to do this. You could take a look and tweak into your own automation. github.com/aws-samples/aws-cost-explorer-report
Hi Travis, I just found your videos and your Chanel. A lot of good videos 👍👍🤝. Thanks for all these videos.
Please I have a question on this one.
Is there a way that we can do this such as if the instance is stopped it will trigger lambda to start?
Also if we decide to stop the instance ourself, how will we to to avoid lamdba to start the instance?
Thank you again.
what if someone deletes this Lambda Function LOL