Automate AWS EC2 with Python | DevOps Coding Challenge

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 32

  • @stevedmcwinner3169
    @stevedmcwinner3169 Год назад +3

    Hello Travis I'm a newbie in the DevOps world and I do like this kind of content. Thank you very much!

  • @karishmasingh9222
    @karishmasingh9222 4 месяца назад +1

    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.

  • @harsh8429
    @harsh8429 11 месяцев назад

    This was excellent Travis!! Waiting for more new AWS Python challenges like these!!

  • @Cevap05
    @Cevap05 Год назад +1

    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!

  • @venkatprasath01
    @venkatprasath01 Год назад

    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!! 😅😅

  • @harrydatgoat6719
    @harrydatgoat6719 Год назад

    Thank you Travis! This is great for me to kick start my devops learning journey.

  • @tattarrrrattat
    @tattarrrrattat Год назад

    Yes, more of these. Very practical.

  • @cronicasuae
    @cronicasuae Год назад +1

    Great video Travis, I am going to test it out at my lab. More like this one please!

  • @ThaEzioAuditore
    @ThaEzioAuditore Год назад +1

    wow ! brilliant stuff ! this is a nice series ! I hope you continue on with it 😊

  • @neerajadsul
    @neerajadsul Год назад

    Really valuable, concise and practical! thanks.

  • @hallielam
    @hallielam Год назад

    more devops aws + python activities!!!! thank you :)! This was very helpful

  • @blevenzon
    @blevenzon Год назад +5

    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.

  • @ramu7762
    @ramu7762 Год назад

    Thanks Travis. Awesome video.. Please do more automation videos

  • @ReivsonLopes
    @ReivsonLopes Год назад

    You always have the best explanations how to do the things don!!

  • @kazishahria1442
    @kazishahria1442 8 месяцев назад

    Thank you so much! I learned something new.

  • @alexnovik
    @alexnovik Год назад

    Cool! Thank you!

  • @healthvative5315
    @healthvative5315 7 месяцев назад

    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!

  • @sudo-bandit
    @sudo-bandit Год назад

    Thanks Travis, more python stuff please

  • @aldo3g
    @aldo3g 11 месяцев назад

    Awesome!!

  • @gurucharan976
    @gurucharan976 9 месяцев назад

    This is awesome

  • @biznesmen8295
    @biznesmen8295 Год назад

    Love it man

  • @leeparker6200
    @leeparker6200 Год назад

    Great video. Is this part of a series? Would love to see more lambda automation/devops videos

  • @teban-lopez
    @teban-lopez Год назад

    I want another 1.000 videos related to this :D ... Thanks

  • @paologreco9412
    @paologreco9412 Год назад

    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.

  • @noned5308
    @noned5308 Год назад +1

    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.

    • @TravisMedia
      @TravisMedia  Год назад +1

      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

    • @TravisMedia
      @TravisMedia  Год назад +1

      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

  • @Doermalove
    @Doermalove Год назад

    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.

  • @sanathkumarj3547
    @sanathkumarj3547 Год назад

    what if someone deletes this Lambda Function LOL