Day-7 | Live AWS Project using SHELL SCRIPTING for DevOps | AWS DevOps project|

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 442

  • @RutujaSalunke-fm6un
    @RutujaSalunke-fm6un 4 місяці тому +29

    Here is how to integrate the modified script with a cron job ::
    1. Open the crontab configuration by running:
    crontab -e
    2. Add the following line to the crontab file:
    0 20 * * * /path to your script.sh
    (Replace /path to script.sh with the actual path of your script)
    The cron job entry 0 20 * * * specifies that the script will run at 20:00 (8:00 PM) every day.
    3. Save and exit the crontab editor.

  • @Ashleysarash
    @Ashleysarash 9 місяців тому +33

    what a wonderful brilliant man, please dont stop teaching I beg u

  • @mejavedjaved
    @mejavedjaved 10 годин тому

    Date- 20-08-2024 . Day-7 Completed the video and it is very easy to follow.
    You're an awesome tutuor/Guru or what to name you.
    Looking for a job after following your videos on Devops.
    Thank you.

  • @exgod1533
    @exgod1533 Рік тому +10

    OMG. you are the real teacher. This is realtime project. Cleared my mind. Thanks. Pleae continue such realtime projects, this helps

  • @tilakaslatik
    @tilakaslatik Рік тому +16

    Detailed description helps anyone pick up issues sooner 🤘Kudos to you sir 🏆

  • @greenpill810
    @greenpill810 4 місяці тому +10

    You are GOD sent. Am from Nigeria.. I just want you to know how far your impact goes globally. Thank you. Thanks for a detailed explanation. Hope to see you one on one in the future to say thank you to your face for this great content. Because of you, am beginning to understand DevOps and learning DevOps from you has made me understand a lot most youtuber's can't explain. 😇

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  4 місяці тому

      Amazing, Thanks 🙏

    • @VaishnaviT-kp5nt
      @VaishnaviT-kp5nt Місяць тому

      Hi ​@@AbhishekVeeramalla I am struck in one step in day7. How to connect AWS cli to Ubuntu ip. I am trying to AWS configure in ubuntu ip , it's showing as AWS not downloaded. But I already downloaded AWS cli. Please can you guide me on this.

    • @suthejchandragiri5259
      @suthejchandragiri5259 5 днів тому

      @@VaishnaviT-kp5ntsame query here… if it’s sorted for you can you explain it please

  • @itsmanztube.5809
    @itsmanztube.5809 Рік тому +18

    crystal clear ...eagerly waiting for advance shell scripts which helps to ace interviews as well

  • @alexanderagunbiade324
    @alexanderagunbiade324 7 місяців тому +4

    Sincerely you are amazing, exactly one year. I mentioned this in my script as well today. God bless you

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  7 місяців тому

      Thank you!

    • @ManikantaSathi
      @ManikantaSathi 3 місяці тому

      ​@AbhishekVeeramalla, would you please tell me where to write the linx script/shell scripting I can't able to figure it out, in console where can we write the scripting? did I miss something?please help me

  • @AshishGupta-oj3qe
    @AshishGupta-oj3qe Місяць тому +1

    How things (like scripting, projects, cloud computing) look so easy by watching your videos. You're truly a GEM, Abhishek.
    Thank you for the wonderful explanation & session ❤

  • @MrAd540
    @MrAd540 3 місяці тому +2

    God bless you Abhishek 🙏🙏🙏... Fantastic video ..

  • @claudiousopokumensah3841
    @claudiousopokumensah3841 7 місяців тому +3

    Thank you.. I am watching with much love from Africa..

  • @devGuru13
    @devGuru13 3 місяці тому

    i am very thankful to you Abhishek for all your content you are providing free of cost to us
    salute mere bhai

  • @prasadtambde3894
    @prasadtambde3894 5 місяців тому +1

    On this video i was stuck as not that much aware of shell scripting and i have to look for shell scripting basic to advance concepts but how lucky we are Abhishek already compeleted Shell Scripintg from basic with interview qns Thanks @AbhishekVeeramalla 😍✌

  • @tapasghosh9802
    @tapasghosh9802 4 місяці тому +1

    Wow, this DevOps course video is incredibly informative and well-presented! 🚀 I appreciate how clearly you explain complex concepts and walks through practical examples. This has really helped solidify my understanding of key DevOps principles and techniques.

  • @RakeshBitling
    @RakeshBitling Рік тому +3

    thanks waiting for many more examples Abhishek Sir
    thanks once again. Knowledge sharing is excellent.

  • @amaradhipadmaja9232
    @amaradhipadmaja9232 7 місяців тому +2

    You are just amazing Abhishek thank you for such a wonderful course. God bless you.
    I'm watching this video today exact an year after, you did this content i.e Jan 11 2023 when you were writing script in the video. I was shocked when you wrote Jan 11 and I mentioned date Jan 11 2024 in my Shell scripts, funny !! Dejavu moment :D :D

  • @SubhojitBanerjeetech
    @SubhojitBanerjeetech Рік тому +2

    Jahanpanah tussi great ho tohfa qubool karo🙏

  • @saisais173
    @saisais173 6 місяців тому +2

    Awesome course!! Trying to be consistent!! Thanks alot Abhishek sir!

  • @pranaykiran.p
    @pranaykiran.p Рік тому +5

    #24:14
    aws ec2 describe-instances --query 'Reservations[*].Instances[*].[InstanceId,InstanceType,State.Name,PublicIpAddress,PrivateIpAddress]' --output table
    #output will be more clear

    • @vrshu_UC
      @vrshu_UC 7 місяців тому

      Thank you

  • @chaitanyadas1349
    @chaitanyadas1349 Рік тому +4

    Thanks for sharing the knowledge

  • @harshshah9006
    @harshshah9006 5 місяців тому +2

    Thanks for such wonderful projects . Plz bring more such content

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  5 місяців тому

      Thank you, I will

    • @ManikantaSathi
      @ManikantaSathi 3 місяці тому

      ​@AbhishekVeeramalla Hi sir,could you please tell me where to write the linx script/shell scripting I can't able to figure it out, in console where can we write the scripting? did I miss something?please help me

  • @KumarK-sv7yh
    @KumarK-sv7yh 9 місяців тому +1

    Completed Day:07 and 80% of Practice also done.
    Remaining 20% CRON Job setup
    I am searching for CRON job setup videos for Shell script.
    Thanks Veeramalla garu
    GK from NJ

    • @worldtour666
      @worldtour666 6 місяців тому

      Hi @Kumark, can you please share devops all days link shared by Abhishek Sir?

  • @IJAZAhmed-ji7vj
    @IJAZAhmed-ji7vj Рік тому +3

    I like your content.
    which is very much helpful

  • @shubhamsahare9709
    @shubhamsahare9709 Рік тому +4

    Hiii Abhishek
    I am following many devops related channels but no one teach scripting lang like u thanks for this basic but very important information and i hope u will take some tricky nd advance aws and
    jenkins scripting too❤❤❤

  • @myview3198
    @myview3198 6 місяців тому +1

    6 days completed on this saturday anna. It will be a weekend routine from now.. :) Thanks for these classes.

  • @tanuj7256
    @tanuj7256 2 місяці тому

    Sir successfully completed the homework, I pinpointed the output to different txt file. Thank you

  • @bhavyabojanapalli7689
    @bhavyabojanapalli7689 Рік тому +5

    Nice explanation

  • @minhajkhan504
    @minhajkhan504 2 місяці тому

    your channel is golddddd! Much love from Canada! Fantastic :)

  • @nmahidharnmahidhar4892
    @nmahidharnmahidhar4892 10 місяців тому

    Hi sir
    Firstly thankyou so much sir for giving free devops cours
    Sir
    "When we wathing videos
    We wants notes sir why because in notes we can understand easily"
    And more thing u r teching very very nice sir

  • @Gladiator0930
    @Gladiator0930 11 місяців тому +2

    God bless you sir 😊

  • @techfeeds7589
    @techfeeds7589 Рік тому +2

    Excellent, waiting for advance Realtime scenario shell script..👏

  • @nash12394
    @nash12394 6 місяців тому +4

    can you explain the last part about integrating crontab. I'm using ec2 on my windows laptop. how do we perform the crontab in the VM?

  • @vaibhavjain1in
    @vaibhavjain1in Рік тому +1

    Thank you so much Abhishek. Great work my friend.

  • @isaack3009
    @isaack3009 4 місяці тому

    Thank you so much for this video, i really enjoyed and benefited alot. i will join your group very soon but its unfortunate you couldn't integrate the shell script to cron job. i hope to see the end of this project soon. 👍🙏🤝

  • @imran6465
    @imran6465 4 місяці тому +1

    Time to practise all the shell script commands now

  • @prithvivishwanath
    @prithvivishwanath Рік тому +4

    i clearly understood the project ... but one request Abhi can u please end the project by using CRON ... till the end i understood... it will be great if u complete the project ...
    Also please explain what is > and >> and how can open resource usage to see the reports .

  • @abdelfetah_ouwahbi2946
    @abdelfetah_ouwahbi2946 19 днів тому

    Very informatif, thanks

  • @245_yashkarmakar6
    @245_yashkarmakar6 10 місяців тому +1

    previous day i waslooking at the shell scripting interview questions and there you mentioned about crontabs so i was a little bit con fused like is it crontab or cronjob. After a little bit googling i finally got the point. Like me if anyone is getting it confused (Cronjobs are the individual entries in that Crontab file). Here's a little help.

    • @Willssucceed
      @Willssucceed 8 місяців тому

      Have you done crone job? if so can u pls provide steps pls

  • @nimisha3212
    @nimisha3212 3 місяці тому +1

    Amazing videos 😄

  • @nilavasen8631
    @nilavasen8631 Рік тому +4

    excellent video and description Abhishek.. Will you cover CICD Pipeline ( Jenkins or AWS Code Pipeline Tools) to deploy Docker Image to Kuberbetes cluster ( like EKS) as well in future classes ?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +6

      Thanks 👍, yes we gonna do that

    • @AFZ-rq5qr
      @AFZ-rq5qr 9 місяців тому

      If you have done this project plz send us that link. Btw… you r so good.

    • @yogeshgowda8493
      @yogeshgowda8493 5 місяців тому

      how to integrate the script with crontab

  • @sandeeepkumar2804
    @sandeeepkumar2804 Рік тому +1

    Perfect! As usual

  • @ZohoRobo
    @ZohoRobo 7 місяців тому +1

    Just implement it practically and get the same result! Respect and Love Bro

  • @PrincePazol
    @PrincePazol 5 місяців тому

    Checking in for Day-7 #ContinuousLearning

  • @ranataimoornasir2358
    @ranataimoornasir2358 3 місяці тому +2

    Hy Abhishek! I am from Pakistan you are amazing person literally i found some one who really taught me well as i wanted .There a question after completing this Series can i called myself a DevOps engineer and after this can i get a job. Please explain. You can called me a big fan of yours😇

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  3 місяці тому +1

      Thanks 🙏 yeah just complete the devops zero to hero and aws zero to hero

  • @mohammed_rayees387
    @mohammed_rayees387 3 місяці тому

    Thanks alot abhishek bhaiya
    😇

  • @MiniTour_Vlogs
    @MiniTour_Vlogs Рік тому

    finally reached hear after completing shell script vedios

    • @MiniTour_Vlogs
      @MiniTour_Vlogs Рік тому +1

      can you make a telegram group..?so learners can discuss in that group for doubt clearing

  • @rakshithhs757
    @rakshithhs757 Рік тому +1

    Great channel

  • @Khurshid-zf9wf
    @Khurshid-zf9wf 8 місяців тому +1

    Gud morning abhishek

  • @moviemania00412
    @moviemania00412 6 місяців тому +2

    Could not connect to the endpoint Url "......." . How can i fix it please help

  • @Khurshid-zf9wf
    @Khurshid-zf9wf 8 місяців тому +3

    Plz explain in detail redirecting output n integrating with cronjob

  • @techfeeds7589
    @techfeeds7589 Рік тому +1

    Please make every videos 1 hour , we will learn lots information from you 🙏

  • @talesandtimesofirshad7041
    @talesandtimesofirshad7041 Рік тому +1

    Very good 👍

  • @dummymail6029
    @dummymail6029 5 місяців тому

    Great video & thank you so much :)

  • @prajnakrishnajena706
    @prajnakrishnajena706 5 місяців тому

    Thank You Abhishek 🙏

  • @skk-dq4kb
    @skk-dq4kb 6 місяців тому

    timestamp 26:11 try this command aws ec2 describe-instances | jq -r '.Reservations[].Instances[].InstanceId'
    instead of this aws ec2 describe-instances | jq '.Reservations[].Instances[].InstanceId'

  • @vishalkanojiya1248
    @vishalkanojiya1248 8 місяців тому +3

    Can anyone help me on this.
    When i run the command ./aws_resource_tracker.sh
    It throw error
    ./aws_resource_tracker.sh: line 13: aws: command not found
    ./aws_resource_tracker.sh: line 16: aws: command not found
    ./aws_resource_tracker.sh: line 19: aws: command not found
    ./aws_resource_tracker.sh: line 22: aws: command not found

  • @worldtour666
    @worldtour666 6 місяців тому

    Hello Abhishek Sir, Please make a video on DevOps using helm and argocd where we can handle release build deployment each version automatically through DevOps automation and also whenever developer will merge any code in production then helmchart should create a new version folder.
    I am looking for core DevOps implementation

  • @shyamsundardharmarapu6181
    @shyamsundardharmarapu6181 Місяць тому

    Thanks for sharing the knowledge brother..

  • @srimanr3004
    @srimanr3004 3 місяці тому +1

    I can't able to install aws cli inside ec2 instance

  • @ravindraravi7435
    @ravindraravi7435 5 місяців тому +1

    Thank you ^^

  • @ankansaha1849
    @ankansaha1849 Місяць тому +1

    how to integrate the script with cronjob to run at specific time automatically? Please help

  • @colmichel6513
    @colmichel6513 6 місяців тому +1

    I can't thank you enough sir. God bless you. Please sir , when I run my script it gives me this output " unknown output type" : jison. What should I do please?

  • @ruchashimpi6814
    @ruchashimpi6814 6 місяців тому +1

    Hi Abhishek, thank you so much for these videos.
    I have one request, can you please share this DevOps knowledge using Azure platform? Like in this video you have used AWS platform can you please describe it using azure platform ?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  6 місяців тому

      Complete Azure playlist is available. You can just understand the concepts on AWS for now and once the devops zero to hero course is done. You can jump into azure

  • @manjunatharalikatti343
    @manjunatharalikatti343 Місяць тому +1

    Abhishek sir please help me hiw to get this shell-demo git:(main) on my windows terminal
    I'm learning devops course by your chamnel please help to learn

  • @naveenm6642
    @naveenm6642 Рік тому +1

    Good one

  • @rajeshgolla7156
    @rajeshgolla7156 3 місяці тому +1

    Previously i am using the command prompt, after watching your videos i have downloaded mobaXterm and i have no issues with it, if possible could you please do a small video showing what to do after downloading AWS CLI either through command prompt or mobaXterm, i am facing errors here, i am pasting the error i am facing after downloading aws CLI and using mobaXterm & i am using ubuntu Linux.
    Command 'aws' not found, but can be installed with:
    sudo snap install aws-cli # version 1.15.58, or
    sudo apt install awscli # version 2.14.6-1

    • @siddhu-Janasena
      @siddhu-Janasena 2 місяці тому

      Same error with me also. Did you got the solution? If yes please can you share here that might be helpful to others as well ?

  • @sunishsukesan1564
    @sunishsukesan1564 4 місяці тому

    Could you please make a similar kind of video related to SHELL SCRIPTING for Azure DevOps ?

  • @shivavinay9074
    @shivavinay9074 3 місяці тому

    Thank you.

  • @user-kk3sw2uv9o
    @user-kk3sw2uv9o 2 місяці тому

    thank you so much sir

  • @ajaygodugu300
    @ajaygodugu300 Місяць тому +1

    how did i setup shell script platform on windows

  • @user-uq3lf8gr3g
    @user-uq3lf8gr3g 10 місяців тому +2

    Hi Abhishek,
    i am trying to to install the aws cli but it show some error, that aws cli not install my linux sysytem

  • @satyammishra5869
    @satyammishra5869 2 місяці тому +1

    hello sir, I am not able to configure aws cli on ec2 instance. after connecting to my aws ec2 instance, I have used aws configure command but it is giving me error as
    'Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Package awscli is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source'

    • @satyammishra5869
      @satyammishra5869 2 місяці тому +1

      update : It got resolved by creating a directory

  • @TeresaShellvin
    @TeresaShellvin 10 місяців тому

    this one is my fav video

  • @MeenuSharma-lo5zk
    @MeenuSharma-lo5zk 11 місяців тому +1

    Please explain how to integrate this script with cronjob. I have tried but unable to do it. Please help

  • @nikhilmuvvala4026
    @nikhilmuvvala4026 5 днів тому

    Connected ec2 instance through cmd and installed aws cli in ubuntu butt when i configure aws it was asking credentials, how to copy and paste credentials from aws portal to ubuntu through cmd?

  • @rakeshgubba8964
    @rakeshgubba8964 25 днів тому

    Hi, is there any video on how to install aws cli ? after connecting to EC2 instance in mobaxterm, im not able to see aws installed in it. how do it get through this..

  • @ramashryupadhyay3038
    @ramashryupadhyay3038 17 днів тому

    I am receiving access denied issue i don't know what is wrong here?
    here is the output which i am receiving while executing my script:
    + echo 'Print the List of S3 buckets:'
    Print the List of S3 buckets:
    + aws s3 ls
    An error occurred (AccessDenied) when calling the ListBuckets operation: Access Denied
    + echo 'Print the list of EC2 Instances:'
    Print the list of EC2 Instances:
    + aws ec2 describe-instances
    Unknown output type: None
    + echo 'Print the list of lambda functions:'
    Print the list of lambda functions:
    + aws lambda list-functions
    Unknown output type: None
    + echo 'Print the List of IAM Users:'
    Print the List of IAM Users:
    + aws iam list-users
    Unknown output type: None

  • @kahvyuhh
    @kahvyuhh Рік тому +1

    Around 10:55, when I type Bash and then AWS, i get a "Command 'aws' not found, but can be installed with:" error. I have the AWS CLI installed and am using a Windows machine. Can anyone help?

  • @hammyr7628
    @hammyr7628 Рік тому +3

    can we use aws cli with linux commands like this, is this good practices,
    $ aws ec2 describe-instances --region us-east-2 --query "Reservations[].Instances[].InstanceId"
    or
    $ aws ec2 describe-instances --region us-east-2 | grep -i instanceid | awk '{print $2}'
    # can we use grep command in place of '--query' option, bcuz output is same

  • @satyanarayana2645
    @satyanarayana2645 Рік тому +1

    Hi bro.. you are doing great job which helps lot of people who are new and planning to upgrade technologies on devops. Can you please do some videos on Azure devops also. Thanks for your valuable time and effort.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Thanks alot

    • @surya9762
      @surya9762 Рік тому

      @@AbhishekVeeramalla Hi Abhishek, Is it complete Shell Scripting? I could not find Day 1 6

    • @techiee859
      @techiee859 Рік тому

      ​@@surya9762 check the channel playlist u will find 6 video playlists

  • @amarnathmansali2687
    @amarnathmansali2687 Рік тому +2

    Thanku 👌

  • @rohitkumaryadav2600
    @rohitkumaryadav2600 Рік тому +1

    amazing.....

  • @himavardhankolamala3911
    @himavardhankolamala3911 7 місяців тому

    #suggestion directly share respective file via git link instead of git home page

  • @saipravallika3941
    @saipravallika3941 День тому

    i am unable to open awscli in mobaxterm why can anyone please tell mee it is showing not installed .i already installed in my pc and in command prompt also showing it as installed but in mobaxterm not showing

  • @Raviizone
    @Raviizone 8 місяців тому

    Hi Abhishek,
    Hope you are well !!
    I am a IT employee in security IDAM field from last 2.5 years, but this year I got to work on Dev-Ops tools like git, version management, Jenkins builts and deployment, ansible and YAML based automation, AWS infrastructure monitoring and backtracked components over Load balancer and other components of AWS.
    Which made me feel taking it full time now, I would like to have your views on my decision to transition from IDAM - Security to Dev-Ops full time. My senior asked to refer your channel. I love how you explain.
    I am following your course and as commenting I am on Day-7. Pursuing it.
    I am all grateful to have your free course in such simple way, but should I go for paid dev-ops course too?, as they provide hands-on practical projects and live project too?
    Hope you reply on this.
    Thank you :)

  • @kaashifshehzad
    @kaashifshehzad 4 місяці тому

    @AbhishekVeeramalla, It's my day 5 on 25 March 2024 📈

  • @this.is.teresa
    @this.is.teresa 11 місяців тому

    im so happy 🤩

  • @shivashankarbonda9928
    @shivashankarbonda9928 Місяць тому

    Can somebody help me, key-value pair is not able to connect even using chmod...
    And I am not to download the keyvalue pair when I create a new instance

  • @anupriya1329
    @anupriya1329 8 днів тому

    Bro! I see in your previous video you showed CLI installed on local path, here you are connecting CLI in the EC@ Instance.. When I try the same the CLI is installed successfully on my local path.. but if i call aws --version from the instance it shows aws not installed.. can you clear this

  • @IamIntrovert_extrovert
    @IamIntrovert_extrovert Рік тому +1

    Hii Abishek , Could you please explain by using azure too .

  • @omkarshelke9952
    @omkarshelke9952 6 місяців тому +1

    Thank You so much for the amazing couse 🙌 I am stuck while exicuting command "./ Demo.sh" when i try to exicute it it shows as "-bash: ./: Is a directory" Please help me out with it....

    • @adarsh7171
      @adarsh7171 5 місяців тому

      ./Demo.sh -- go and try this .?

  • @r24ulAlpha
    @r24ulAlpha Рік тому +1

    Day 7 Completed

  • @this.is.teresa
    @this.is.teresa 11 місяців тому

    sir hogya 😍😍😍😍😍

  • @techfeeds7589
    @techfeeds7589 Рік тому +1

    please update advance level video for how to configure lamda function in aws and write code ✍

  • @manpreetbhari3251
    @manpreetbhari3251 Місяць тому

    Hi Abhishek
    I am unable to download aws-cli on mobaxterm. How can I resolve it. I also search on google but the command is not working

  • @mukundshukla5097
    @mukundshukla5097 7 місяців тому

    {
    "Reservations": []
    }
    {
    "Functions": []
    }
    {
    "Users": []
    } I'm getting this output.

    • @vrshu_UC
      @vrshu_UC 7 місяців тому

      I think as there are no IAM Users, that output has returned

    • @rakeshande449
      @rakeshande449 4 місяці тому

      1.Its because the "describe-instances" command may not return any results if you are using the wrong region or profile. 2.Make sure that you are specifying the correct region and that you have configured the correct profile using the AWS CLI.
      3.To check the region you have created your instance, go to the top right ( you can see your name there). To the left of your name, is the region.
      4. Expand the dropdown to check the availability zone of the region. For example, availability zone of Mumbai is "ap-south-1a".
      5. Now configure aws again, and this time change the availability zone to the correct one.

  • @bhanuprakashveluru5009
    @bhanuprakashveluru5009 9 місяців тому

    @Abhishek, I use few basic commands in our daily activites.. can you do 1 video on commands Devops team use in for all level of users.. that will be really helpful for interview or updating skills... Thank you

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  9 місяців тому

      Please check the shell scrupting playlist .. already covered

    • @bhanuprakashveluru5009
      @bhanuprakashveluru5009 9 місяців тому

      I have gone through that playlist too@@AbhishekVeeramalla . I learned new commands like "jq" traceroot tracepath ... can you share more commands like this we use in our activity

  • @Pavankumar-fk3cb
    @Pavankumar-fk3cb 20 днів тому

    Hi Abhishek, thank you for the content you are providing. I have one query, we need to have an EC2 instance to find the usage of AWS services as we are connecting to it to find the usage, right. So, if we don't have the EC2 instance, is it possible to calculate the usage of remaining AWS services using shell script?

  • @rjgeeks5857
    @rjgeeks5857 23 дні тому

    Hi @abhishekSir Plz correct me if wrong after connecting Ec2 instance....i think aws configure is not required if it is already created in the same root account in which I want to access the resources

  • @amrhassan8137
    @amrhassan8137 3 місяці тому

    Hi Abhishek, thanks for this very useful course. What does :q! mean? which you replaces after resourceTracker, and why not used in the previous commands? Thanks