How I use Python as DevOps Engineer | Python for Devops

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

ความคิดเห็น • 236

  • @cloudchamp
    @cloudchamp  ปีที่แล้ว +1

    LINUX for DevOps: th-cam.com/video/lCq4mYQL0WY/w-d-xo.html ❤

  • @souravsharma4401
    @souravsharma4401 ปีที่แล้ว +16

    Brother its a humble request please make a series python for DevOps from zero to hero. You explain concepts amazingly.

  • @santhoshkb0
    @santhoshkb0 3 หลายเดือนก่อน +1

    Some alternatives:
    To create an ec2 instance we could use Terraform or cloudFormation instead of boto3
    To collect metrics such as cpu, memory we could use prometheus
    To rotate passwords, we usually use aws secret manager to store passwords which provides inbuilt secret rotation feature
    To create deployments and pods, we can write k8s manifests files in YAML which is easy, instead of python
    Any thoughts?

  • @charansaibabblu2890
    @charansaibabblu2890 ปีที่แล้ว +15

    Please create a detailed video on this entire project using kubernetes,docker etc., It would help us a lot..Thanks in advance Champ!!

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Sure I will! 🐍🐳🏴‍☠️⚓️🚀

  • @kelvinsallah7157
    @kelvinsallah7157 ปีที่แล้ว +7

    we need more videos like this python is a deep language and we need to know cloud specific code. there's not many cloud specific code out there you can separate yourself from the pack

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Yes Kelvin!
      More videos coming up ☺️

  • @hashstarplayskannada
    @hashstarplayskannada ปีที่แล้ว +6

    Came to your channel from today's Python Masterclass of Shubham sir.

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +3

      Welcome ❤️
      Next video is a project completely on python 🐍

    • @hashstarplayskannada
      @hashstarplayskannada ปีที่แล้ว

      @@cloudchamp Woah! Super excited!

  • @kingalex1045
    @kingalex1045 ปีที่แล้ว +5

    Thanks for this video champ 🙏
    Being a beginner I launched my EC2 instance using boto3 python following your video. ❤️
    You are doing amazing work waiting for next project ☺️

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Great to hear! 😊
      Keep it up 👍🏻

    • @rohankupate5917
      @rohankupate5917 ปีที่แล้ว

      linkden profile please

  • @aryaveerbishnoi4017
    @aryaveerbishnoi4017 ปีที่แล้ว +5

    For creation of ec2 you can use the config from a config file rather than hardcoding those values in the code so that the code looks cleaner

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +3

      Yes that’s correct, I could have done that but this was just to help you know how Python can be used to create resources in the cloud 👍🏻

  • @leesachaubey8949
    @leesachaubey8949 ปีที่แล้ว +3

    Crucial information for people like me who are working to build a career in DevOps. A request, if you can upload some Level 1 projects of devOps which we can build/practice on our own and can be added to my portfolio/CV

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +3

      Hey Leeds I added few projects at the end of the video try doing that and let me know if you need help 👍🏻
      You can do it ☺️

    • @leesachaubey8949
      @leesachaubey8949 ปีที่แล้ว

      ​@@cloudchamp Thanks

  • @blazedquote5829
    @blazedquote5829 ปีที่แล้ว +4

    You explain things in very simple manner! ❤️

  • @malli7213
    @malli7213 ปีที่แล้ว +3

    Thanks for the real info. Kindly upload complete projects with details to improve more knowledge.💜

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +4

      Sure next video will be a complete project on python 🐍 💯

    • @BrunO-dy9ro
      @BrunO-dy9ro ปีที่แล้ว

      @@cloudchamp Thank you so much mate you're a hero

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      @@BrunO-dy9ro You are welcome. Cheers!

    • @jayanandini5418
      @jayanandini5418 ปีที่แล้ว

      ​@@cloudchamp waiting....

  • @MohsinKhan-wn9do
    @MohsinKhan-wn9do ปีที่แล้ว +2

    great work bro..... kindly create an entire video on third project...

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Yes Mohsin Bhai 👍🏻

  • @nileshghode7071
    @nileshghode7071 ปีที่แล้ว +2

    amazing ,,,,, please create a dedicated video on this

  • @faizanvanekar7882
    @faizanvanekar7882 ปีที่แล้ว +2

    Amazing Video ! I don’t see anyone has done this using python. Can u create more such projects using python or may be create a playlist of Python topics enough to know specifically for Devops and that would be great !!

  • @DevOps691
    @DevOps691 5 หลายเดือนก่อน +2

    Yes, but no make sense to use Python to create infrastructure when you have Terraform, to follow best security practice you have to configure AWS Secret Manager and don't use python for this on your laptop, for cpu, memory threshold alerting we have AWS CloudWatch, examples just for examples and for noobs not for real work case scenario.

  • @RakeshBitling
    @RakeshBitling ปีที่แล้ว +2

    Excellent again.. can you please create a playlist/series around python with devops...

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Sure Rakesh soon 👍🏻

  • @motorolaonepower5562
    @motorolaonepower5562 ปีที่แล้ว +2

    Thank you.
    Can you also introduce about Devsecops and how one can start a career into Devsecops?

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Sure I posting very soon 👍🏻

  • @hemanthvenugopal6650
    @hemanthvenugopal6650 ปีที่แล้ว +1

    Great video... Need more videos on python projects for Devops!

  • @kamalCode
    @kamalCode ปีที่แล้ว +1

    Your developers journey, tranning institute name, works and experience video upload

  • @kunalmasle5421
    @kunalmasle5421 8 หลายเดือนก่อน

    hey brother please make the series on full python for devops❤❤it will help us a lot and you are doing a great job ❤keep doing it always 🙂

  • @redgamershezz4546
    @redgamershezz4546 ปีที่แล้ว +1

    11.5k subscribers 🎉🎉 congrats cloud champ 🤩

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Shukriya Arbin ☺️

  • @ganeshsamudrala7822
    @ganeshsamudrala7822 ปีที่แล้ว +2

    Can you please do more videos on this topics( like python coding for devops

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Next video is what you are talking about? 👀
      We have project on Python 🐍 coming soon.

  • @rachz27
    @rachz27 ปีที่แล้ว +1

    Amazing explanation of real time projects using Python. Thank you 😊

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      You are welcome Rachit ☺️

  • @nokzeo2777
    @nokzeo2777 9 หลายเดือนก่อน

    this is a great content python for devops bro, please make a complete video on covering whole project ecr, eks and flask app deployment to eks cluster.

  • @kalabanki4865
    @kalabanki4865 ปีที่แล้ว +1

    You are so cool when you explain the video💜

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Hey Thank You 💜🫰🏻

  • @jefferyasamani4685
    @jefferyasamani4685 6 หลายเดือนก่อน

    wow... I really enjoyed and learnt a lot from this video. Please create python automation projects that makes devops simpler.

    • @cloudchamp
      @cloudchamp  6 หลายเดือนก่อน

      Noted

  • @dasaridundinagasuresh1620
    @dasaridundinagasuresh1620 ปีที่แล้ว +1

    When we can expect a series on the concepts explained in the above, more exclusively about Python.

  • @rahulpimpalkar3557
    @rahulpimpalkar3557 ปีที่แล้ว +1

    Please create a detailed tutorial using different projects ❤❤❤

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      I did check the latest video

  • @rohankupate5917
    @rohankupate5917 ปีที่แล้ว

    hey please make complete video about creating full app with flask and deploy this with devops tools . this video will be very very helpful as only java content avaliable in the market.
    humble request

  • @cash80flow
    @cash80flow ปีที่แล้ว

    Please create video tutorials on Python for devops. Your explanations are great.

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Thanks man! Will create more

  • @ruchishakya300
    @ruchishakya300 ปีที่แล้ว

    Thanks cloudchamp.. please come up with more end to end projects using python for automation

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      You are welcome 🙏
      I did create a project did you checked?

    • @ruchishakya300
      @ruchishakya300 ปีที่แล้ว

      @@cloudchamp yes yes i am onto that thank you😊

  • @itstechshow7747
    @itstechshow7747 3 หลายเดือนก่อน

    could you make a complete playlist using python for beginner to advance ?

  • @LisaOfficiallyLive
    @LisaOfficiallyLive ปีที่แล้ว

    Great video Cloud Champ. 🎉🎉we need more videos please

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Thank you Lisa 🤗
      More to come!👍🏻

  • @manojkumar-jt3fw
    @manojkumar-jt3fw ปีที่แล้ว +2

    Thanks!

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      You are amazing Manoj. Thank you for the support ☺️

  • @sangativamsikrishna1691
    @sangativamsikrishna1691 ปีที่แล้ว

    Thanks Nasi, for this one and please do more videos on python topics and also please create the project video for this continuous video on python.
    Thank you

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      You are welcome Sangati 😀
      Sure python project coming up 🤝

  • @manojkumar-jt3fw
    @manojkumar-jt3fw ปีที่แล้ว +10

    I learnt basic Python from 'Eric Matthes' which has these topics : Variables, Lists, Directories, Conditional statements , Loops, Functions & classes.
    But python scripting for DevOps requires additional topics. Can u tell us those ? If possible , can u suggest me a source to learn python scripting for DevOps ?

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +7

      Scripting is done using all the topics you learned already.
      More Detailed: 👇
      some topics you should learn to do scripting in Python:
      > Python syntax and data types: Learn the basic syntax of Python and the different data types, such as numbers, strings, lists, and dictionaries.
      > Control structures: Learn how to use control structures such as if-else statements, loops, and functions to control the flow of your program.
      Input and output: Learn how to read input from the user or a file and how to write output to the screen or a file.
      > Libraries: Learn how to use Python libraries such as NumPy, Boto3, Flask, Pandas, and Matplotlib to perform advanced data analysis and visualization.
      > File handling: Learn how to open, read, and write files using Python.
      > Regular expressions or regenerate: Learn how to use regular expressions to search for and manipulate text.
      > Error handling: Learn how to handle errors and exceptions in your Python code.
      There are many online resources and tutorials available to learn Python scripting. You can start with the official Python documentation or online courses like Codecademy, Coursera, and Udemy.
      All the best Manoj 👍🏻

    • @manojkumar-jt3fw
      @manojkumar-jt3fw ปีที่แล้ว

      @@cloudchamp can u suggest udemy courses for Python scripting where all the remaining topics r covered ??

    • @awesomesuprise9141
      @awesomesuprise9141 ปีที่แล้ว +2

      @@manojkumar-jt3fw I'm working as DevOps already and I have to say that if you are not able to search for information like this one and have to ask others for it you will fail in this area ;(

    • @manojkumar-jt3fw
      @manojkumar-jt3fw ปีที่แล้ว

      @@awesomesuprise9141 U use Python for automate tasks ?

    • @awesomesuprise9141
      @awesomesuprise9141 ปีที่แล้ว

      @@manojkumar-jt3fw not so often, mostly I’m using Go/bash/powershell.

  • @Shanmathi-o8r
    @Shanmathi-o8r 6 หลายเดือนก่อน

    Can u create more such projects using python or may be create a playlist of Python topics enough to know specifically for Devops

  • @WorkUplift
    @WorkUplift ปีที่แล้ว

    Please make a full video for last project you've shown, thanks

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Sure will record and upload soon.
      👍🏻

  • @gamingchamp2834
    @gamingchamp2834 ปีที่แล้ว

    Thank you for the Projects, I will practice them today 😀

  • @gauravsinghjethuri5405
    @gauravsinghjethuri5405 ปีที่แล้ว +1

    Can you create python playlist on these useful use cases because this will help a lot of folks like me.

  • @maxfrischdev
    @maxfrischdev ปีที่แล้ว

    Nice practical examples, thanks bro! 🤘🏻

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Happy to help max 😁

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว

    Bahiya can you please start a devops bootcamp on YT it would be grateful.

  • @As-eh7bi
    @As-eh7bi ปีที่แล้ว

    @cloud champ , amazing content, helpfull, can you please make a seperate playlist of python for Devops

  • @Sherazisnazeer
    @Sherazisnazeer ปีที่แล้ว

    nasi We want a video on the above topic python pratical use in DevOps plzz

  • @inthecloud1043
    @inthecloud1043 ปีที่แล้ว

    Very Informative please create more devops videos bro

  • @sadiqalikhan6218
    @sadiqalikhan6218 ปีที่แล้ว

    It would be great if you would have provide code repo link. But your videos are awesome.

  • @jackweaver5840
    @jackweaver5840 8 หลายเดือนก่อน

    Everyone throws python out there all the time, yet i have not seen an example of python automation devops tasks except for boto3 lambda and test automation, can you please provide a link to a source to view how to automate devops tasks with code examples?

  • @blazedquote5829
    @blazedquote5829 ปีที่แล้ว

    This is so informative man!

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Glad you think so!

  • @satyabratanath7850
    @satyabratanath7850 ปีที่แล้ว

    Please make a Playlist on python in devops.

  • @VaniC-d4c
    @VaniC-d4c 8 หลายเดือนก่อน

    Amazing video. Thanks alot

    • @cloudchamp
      @cloudchamp  8 หลายเดือนก่อน

      Your are welcome 🤗

  • @raashidhussain5559
    @raashidhussain5559 4 หลายเดือนก่อน

    You have only started the instance from the stopped state. How can we launch the EC2 instance.

  • @dean007007
    @dean007007 ปีที่แล้ว

    Please create a detailed free/paid youtube playlist of all python coding required as an aws devops

  • @V_G_I
    @V_G_I ปีที่แล้ว

    Nice Amazing... I want to how to create pipeline script in Python...

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Yes very common and powerful use case of python in devops

  • @PHOENIX-he9fl
    @PHOENIX-he9fl ปีที่แล้ว

    pleace create the video for python devops real time working it will help full for us. We are searching more about it but there no more video so please put video for it..

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      This video has real world projects at the end
      I am going to upload another video on TH-cam on python monitoring project on K8s 😊

    • @PHOENIX-he9fl
      @PHOENIX-he9fl ปีที่แล้ว

      And try to put much more video for python bro please

  • @shubhamshahu6164
    @shubhamshahu6164 ปีที่แล้ว +1

    What an informative lecture. Brother can you help me in learning python for DevOps? I am working as a DevOps engineer but what to learn it with Python. Can you help and show me road for it? I am ready to pay you. Please also tell me how can I reach you.

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      So glad you liked it. 😊
      I do provide training please book a topmate call to discuss 🤝

    • @shubhamshahu6164
      @shubhamshahu6164 ปีที่แล้ว

      @@cloudchamp Please let me know about topmate call, where to book?

  • @dhanujsirohi5517
    @dhanujsirohi5517 2 หลายเดือนก่อน

    Could you please provide the github repo for the python codebase you explained .

  • @galibkiyaadein4627
    @galibkiyaadein4627 ปีที่แล้ว

    But how to came to direct program...i mean from where beginners should learn? ...

  • @hamzashaukat5799
    @hamzashaukat5799 ปีที่แล้ว

    you are sharing Good info as people confusion⭐...

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Glad it was helpful! Hamza Bhai 🤝

    • @hamzashaukat5799
      @hamzashaukat5799 ปีที่แล้ว

      @@cloudchamp you are my mentor
      you are honestly sharing Golden info
      I hope your channel in Millions of viewes
      I m Currently Student of DevOps.....keep Connected

  • @itsme1587
    @itsme1587 ปีที่แล้ว

    Please create a video on the project

  • @RANJITHKUMAR-hm4be
    @RANJITHKUMAR-hm4be ปีที่แล้ว

    I want to learn python from beginning could you pls guide me

  • @monte89h
    @monte89h ปีที่แล้ว

    Awesome videos, wish you used Azure though! :D

  • @adarshkamble5740
    @adarshkamble5740 หลายเดือนก่อน

    bro Linux scripts used in DevOps.

  • @pujasharma6805
    @pujasharma6805 11 หลายเดือนก่อน

    subscribed🎉🎉..helpful videos

    • @cloudchamp
      @cloudchamp  11 หลายเดือนก่อน

      Thanks for the sub!

  • @vinaykumar-ok9pu
    @vinaykumar-ok9pu ปีที่แล้ว

    What do u suggest for learning based on demand ...Django/flask/fastapis for web automation

  • @karachigayathri
    @karachigayathri ปีที่แล้ว

    Can u do more real time project scenarios in python..😢please

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      I did created a Devops project video using python, kubernetes and aws do check out

    • @karachigayathri
      @karachigayathri ปีที่แล้ว

      @@cloudchamp sir i got job as fresher in python.what would be better with python?after this. Like python with sql,python with devops?there are so many what to learn sir!

  • @seetheious9879
    @seetheious9879 11 หลายเดือนก่อน

    I'm not a fan of python, I'd rather have a more strict language, python reminds me of javascript. Strict types, namespaces and contexts are just a good idea.

  • @mohanprasathv839
    @mohanprasathv839 ปีที่แล้ว

    Interesting man. Thanks you.. could you please suggest me to learn devops from scratch?

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Yes.
      I would suggest checking out the previous video where i discussed how I would learn devops with complete roadmap. Let me know if you have any questions.
      Happy to help 🤝

    • @mohanprasathv839
      @mohanprasathv839 ปีที่แล้ว

      @@cloudchamp I'll look on it buddy. Thanks for replying

  • @vijaymestry4236
    @vijaymestry4236 ปีที่แล้ว

    sir kindly create python videos for devops

  • @jatinsharma3792
    @jatinsharma3792 ปีที่แล้ว

    Which framework is better to go with it use it flask or Django or only basics are well enough which I covered for this ?

  • @bharatahire2966
    @bharatahire2966 ปีที่แล้ว

    Thank you Nasi for this video and projects for Python. Could you please advise resources / any Udemy course to learn Python & Go lang...It will be a great help for all learners....thank you in advance.

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Udemy course by Angela Yu is best to learn Python from scratch

  • @nithinprabhakar6583
    @nithinprabhakar6583 6 หลายเดือนก่อน

    where is the associated git repo

  • @urdarkside1
    @urdarkside1 ปีที่แล้ว

    Hi cloud champ, I have 2 questions;
    1. what distro of linux are you using?
    2. can you recommend a resource to setup a python environment for a fresh install of vscode please

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      I use Ubuntu
      And you can refer a blog but it’s not that hard just install python in your machine and extension in vocode to get started

  • @sriramR-xb3hq
    @sriramR-xb3hq 4 หลายเดือนก่อน

    Does the script really validate the existing pass or it takes any string as existing pass and proceeds ?

  • @harshavardhanbhupathi484
    @harshavardhanbhupathi484 ปีที่แล้ว

    why dont you share these codes? a github link atleast??

  • @manunm1405
    @manunm1405 ปีที่แล้ว

    Hey bro can do that video on the monitoring

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Sure bro 👍🏻🤝

  • @captainudayfop
    @captainudayfop ปีที่แล้ว

    Y dont you provide github link to us?
    plz attach it

  • @subhajitmishra1148
    @subhajitmishra1148 ปีที่แล้ว

    Very informative video.
    But i do have some queries since I am new to all this.
    I completed python fundamentals and Some devops tools like docker, k8s and ansible.
    But may I ask how am i going to automate all this using python?
    Like which api framework should i learn for all of this python scripting?
    Please help. I would really appreciate it.

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      For libraries you can learn flask, django, boto3 etc

  • @junaidahmeds8726
    @junaidahmeds8726 ปีที่แล้ว

    We would like to know how to study python for devops

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Python studying is the same only application is different

  • @biswajitmohapatra2172
    @biswajitmohapatra2172 ปีที่แล้ว

    Plz start a python series...

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Sure Biswajit 👍🏻☺️

  • @sudhanshumishra7346
    @sudhanshumishra7346 ปีที่แล้ว

    Bhai you rock 🔥🔥🔥

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Thank You mere Bhai 🤝

  • @pzg2008
    @pzg2008 ปีที่แล้ว

    eer, How I use python as Devops engineer and various python modules that can be used for DevOps along with Projects and scripts demonstrating the use of Python in Devops. Following are the topics discussed in this session:
    0:00 Intro
    01:09 Why you should Learn Python to become DevOps Engineer?
    01:35 Python Use Case - Scripting and Automation
    02:25 Python Use Case - Customization and Enhance DevOps Workflows
    03:18 Python Use Case - Cloud Computing

  • @jeetsuchak6377
    @jeetsuchak6377 ปีที่แล้ว

    .I'm interested in Azure...should I go for the fundamentals exam!??

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Yes 💯
      Good decision

  • @blazedteen917
    @blazedteen917 ปีที่แล้ว

    Very informative ❤️

  • @adityakushwaha9498
    @adityakushwaha9498 ปีที่แล้ว

    Create project videos ASAP plzz

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Yes brother very soon

  • @manojkumar-jt3fw
    @manojkumar-jt3fw ปีที่แล้ว

    Y don't u start a dedicated online course for AWS + DevOps + Python on weekends or weekdays ? V will pay for that

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +2

      Yes I am thinking of this. 💯🤝
      How many of you are ready? 🧐

    • @manojkumar-jt3fw
      @manojkumar-jt3fw ปีที่แล้ว

      @@cloudchamp i am ✌️

  • @TahirAli_21
    @TahirAli_21 ปีที่แล้ว

    Sir, how can I contact you personally ?
    I am Nashik city right now for few days.

  • @RahulYadav-nk6wp
    @RahulYadav-nk6wp ปีที่แล้ว

    Here's another use case:
    Ansible + Python
    Ansible roles which require dynamic inventories to access 100s of nodes in cloud such as aws, these dynamic inventories are created using python and boto3.

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Yes! ✅
      Very nice and real world example.
      Thanks for sharing this with the community Rahul 👏

  • @blueoceansf
    @blueoceansf ปีที่แล้ว

    what's the git repo for this code

  • @udaydito721
    @udaydito721 ปีที่แล้ว

    How does Python connects to AWS? are we passing any credentials? Like any key

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Yes we need to pass access keys and secret access keys by running aws configure commands 👍🏻

  • @mteja5891
    @mteja5891 ปีที่แล้ว

    Make a video of flask app

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Okay Teja 👍🏻

  • @Tahirmaqsood.
    @Tahirmaqsood. ปีที่แล้ว

    Bhi I do cloud computing course from navtac

  • @Pranavdazzler
    @Pranavdazzler ปีที่แล้ว

    where i can get this code

  • @ThraxMir4
    @ThraxMir4 ปีที่แล้ว

    man! thank you.

  • @sureshaningi9326
    @sureshaningi9326 ปีที่แล้ว

    Can we use python for infrastructure as a code instead of Terraform?

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Yes, as shown in the video.
      Python boto3 is used for creating infrastructure on aws. 👍🏻

  • @natannegara
    @natannegara ปีที่แล้ว

    Hello, i have a real quick question. Why we prefer to use python for automation instead of Ansible ? Can you elaborate more when u have to use python ?

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      When ansible is not able to provide the functionality.
      And python can be integrated with any technology so you can code anything that you have in your mind

  • @srinivasm7102
    @srinivasm7102 ปีที่แล้ว

    I will learn python who am i approach? pls guide to me..

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Learn Basics, data types , loops and then functions

  • @vikramh8373
    @vikramh8373 ปีที่แล้ว

    Thanks for sharing

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      You are welcome 🤗

  • @shubhammukepatil
    @shubhammukepatil ปีที่แล้ว

    Bando yar video aur uska git repo bhi add kr dena 😅

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Tumne bola hai toh banana padega!

  • @akshaypanigrahi166
    @akshaypanigrahi166 ปีที่แล้ว

    can we set the cron-jobs using python files for scheduling task ??

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      Yes obviously.
      You can create cron jobs and schedule them through 🐍

  • @mallikarjunkonemane6908
    @mallikarjunkonemane6908 ปีที่แล้ว

    Bro can you share the Github repo of the code!!
    Nasi bhaiya Please do the Project on this!!🙏🏼

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว +1

      Bro this video has no repo

    • @mallikarjunkonemane6908
      @mallikarjunkonemane6908 ปีที่แล้ว

      @@cloudchamp Bhaiyaa Please make a Project on this!! Really helpfull vedio!!