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.
to know the subject matter is one thing, to know how to explainit is another, and to know the right choice of words is yet a bigger one. Abisheck you wereborn for this,you own it all
@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
#24:14 aws ec2 describe-instances --query 'Reservations[*].Instances[*].[InstanceId,InstanceType,State.Name,PublicIpAddress,PrivateIpAddress]' --output table #output will be more clear
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. 😇
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.
Hi Abhishek, this is Sai.. Basically I'm from the testing background but now I started learning the DevOps from your tutorials. You are giving a clear picture in every session. Let's how I will change my career path 🙂 Thank you very much for your efforts 👏🙏
In Mobaxterm it's showing not installed AWSCLI but in GITBASH it's showing AWS version could you help me or else have to install python as well?@@AbhishekVeeramalla
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 ❤
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
@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
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.
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
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 😍✌
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.
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?
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
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❤❤❤
sir , i am unable to see output at 19:35 & if I type aws configure on ec2 instance it shows Command 'aws' not found, but can be installed with: sudo snap install aws-cli # version 1.15.58, or sudo apt install awscli # version 1.22.34-1 See 'snap info aws-cli' for additional versions. what is the solution for this problem...?
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
@abishek sir here at 10:15 you connected to ec2 instance , i'm using oracle virtual box for my terminal and can you tell me how do i connect my ec2 instance to the oracle virtual box terminal. REPLY PLEASE!!
I am using mobaxterm, same problem here. I was able to install cli on my laptop from website. But not sure how I can install AWS CLI on the virtual machine.
Hello @abhishek / anyone going through this comment.. at 11:09 where we give access keys, I able to do it on my computer's command prompt as cli is installed on my machine. However, I am not sure how we can get to that screen on mobaxterm. I belive, CLI needs to be installed on my EC2 instance right? If so, what can I do?
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
I installed aws cli previously as you have done that in AWS CLI video lecture. But coming to the virtual space when I am running aws, it's showing command not found
same thing happening with me...whn i am in my windows cmd prompt, aws is working but when I am connecting to the instance and from ubuntu when I am typing the command "aws" it is showing command not found. Did you get any solution ? why it is happening ?
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?
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 ?
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. 👍🙏🤝
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 .
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 ?
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
Hello Abishek sir.. thank you firstly for your coursee and for ur crystal clear explaination on each and every topic.But in this video im trying to do the cronjob assignment but Im bit confused about the file creation in linux..I couldn't find the created file in the downloads Directory? Can you suggest me another method for the file creation
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..
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'
@@SyedMohammedSuhail 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 See 'snap info aws-cli' for additional versions.
How have you connected the ec2 instance with AWS CLI, I have also seen the previous video but am not able to understand and you have also not mentioned in the ec2 instance how you have connected it. I connect with ssh -i but still when I tried aws configure cmd it shows error 1:~$ aws configure 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 See 'snap info aws-cli' for additional versions.
Hi Sandeep, Lets say u have 3 instances ec1, ec2, ec3 and u r executing this code in ec1, then in the output, will there be description of ec1 instance as well? or only the Descriptions of ec2 and ec3?? and If its not Showing Description of ec1, what could be the reason?
Abhishek bro, Can you explain me that BASH is DEFAULT in MACOS & MICROSOFT POWERSHELL in WINDOWS, that I am not getting INSERT SCRIPT in my POWERSHELL even though I HAVE INSTALLED ALL PREREQUISITES { AWS CLI} & what further steps should I take for SCRIPTING.
Great Content! I was able to set up a crontab to execute the resource tracker script for a certain period of time, but I was unable to get crontab to email the output files from the script. I read online that I have to configure the ssmtp file and add my email credentials there. Realistically, you don't do that at a job if asked to email to a manager or employee right?
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?
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-46 sudo snap install aws-cli --classic this one helped me for the installing of awc cli on mobaxterm after tconnecting to the ec2 instnace. Hope it helps,
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
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.
Good one
How to check the output of the cronjob?
@@vinayg8769 You can check the cron logs in /var/log/cron or /var/log/syslog to see if your job ran successfully
Hi Rutuja.. can u explain more how to integrate the modified script with a cron job ::
bro im not able to get the path. Please help
what a wonderful brilliant man, please dont stop teaching I beg u
Sure thing
OMG. you are the real teacher. This is realtime project. Cleared my mind. Thanks. Pleae continue such realtime projects, this helps
Sure .. Thanks alot
to know the subject matter is one thing, to know how to explainit is another, and to know the right choice of words is yet a bigger one. Abisheck you wereborn for this,you own it all
Thanks ❤️
In Mobaxterm it's not installed AWSCLI
Sincerely you are amazing, exactly one year. I mentioned this in my script as well today. God bless you
Thank you!
@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
Detailed description helps anyone pick up issues sooner 🤘Kudos to you sir 🏆
Thanks
Thank you.. I am watching with much love from Africa..
crystal clear ...eagerly waiting for advance shell scripts which helps to ace interviews as well
Thanks
Hiii I have a dought
@@mohammedabdulraheem-webdev5055 dought or doubt :)
#24:14
aws ec2 describe-instances --query 'Reservations[*].Instances[*].[InstanceId,InstanceType,State.Name,PublicIpAddress,PrivateIpAddress]' --output table
#output will be more clear
Thank you
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. 😇
Amazing, Thanks 🙏
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.
@@VaishnaviT-kp5ntsame query here… if it’s sorted for you can you explain it please
same Query with me Could please Explain this @@suthejchandragiri5259
Could you please help me with the same thing @@suthejchandragiri5259
Awesome course!! Trying to be consistent!! Thanks alot Abhishek sir!
Hi Abhishek, this is Sai..
Basically I'm from the testing background but now I started learning the DevOps from your tutorials. You are giving a clear picture in every session. Let's how I will change my career path 🙂
Thank you very much for your efforts 👏🙏
😍
In Mobaxterm it's showing not installed AWSCLI but in GITBASH it's showing AWS version could you help me or else have to install python as well?@@AbhishekVeeramalla
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 ❤
My pleasure 😊
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
Awesome coincidence ❤️
I am seeing today April 11 2024
Thanks for sharing the knowledge
My pleasure
thanks waiting for many more examples Abhishek Sir
thanks once again. Knowledge sharing is excellent.
Always welcome, keep watching
I like your content.
which is very much helpful
Thanks for such wonderful projects . Plz bring more such content
Thank you, I will
@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
God bless you Abhishek 🙏🙏🙏... Fantastic video ..
Thank you so much 😀
6 days completed on this saturday anna. It will be a weekend routine from now.. :) Thanks for these classes.
😍😍😍
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?
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.
Glad it was helpful!
@@AbhishekVeeramalla We will Win Sir✌🏿✌🏿✌🏿✌🏿
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
Hi @Kumark, can you please share devops all days link shared by Abhishek Sir?
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 😍✌
i am very thankful to you Abhishek for all your content you are providing free of cost to us
salute mere bhai
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.
got job buddy?
@jagdishgurram not yet
Jahanpanah tussi great ho tohfa qubool karo🙏
Thank you so much Abhishek. Great work my friend.
Welcome
Welcome
your channel is golddddd! Much love from Canada! Fantastic :)
God bless you sir 😊
Thanks a lot
Thanks for sharing the knowledge brother..
tq u bro dont stop teaching .....
Nice explanation
Thanks and welcome
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'
Perfect! As usual
Thanks again!
Thank You Abhishek 🙏
Sir successfully completed the homework, I pinpointed the output to different txt file. Thank you
Amazing videos 😄
Glad you like them!
Great video & thank you so much :)
please tell me that at 9:51 , are you opened AWS CLI or Terminal ??
please tell !
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?
Checking in for Day-7 #ContinuousLearning
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
Great channel
Thanks alot .. please share with others as well :)
Thanks alot abhishek bhaiya
😇
learning a lot form you brooooo!
Very informatif, thanks
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❤❤❤
It's my pleasure
how to integrate the script with crontab @shubhamsahare9709
Plz explain in detail redirecting output n integrating with cronjob
Noted
did you complete that thing brooo??
sir , i am unable to see output at 19:35 & if I type aws configure on ec2 instance it shows
Command 'aws' not found, but can be installed with:
sudo snap install aws-cli # version 1.15.58, or
sudo apt install awscli # version 1.22.34-1
See 'snap info aws-cli' for additional versions.
what is the solution for this problem...?
Were you able to solve the problem ..i am also facing the same problem ?
Did the problem get solved? i have the same issue
@@Meenakshiharikrish same problem
got it rectified ... have to run sudo snap install aws-cli --classic to get it installed in the ec2 instance
@@shrikantborude8556 got it rectified ... have to run sudo snap install aws-cli --classic to get it installed in the ec2 instance
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
Thank you ^^
Most welcome !!
@abishek sir here at 10:15 you connected to ec2 instance , i'm using oracle virtual box for my terminal and can you tell me how do i connect my ec2 instance to the oracle virtual box terminal. REPLY PLEASE!!
I am using mobaxterm, same problem here. I was able to install cli on my laptop from website. But not sure how I can install AWS CLI on the virtual machine.
how to integrate the script with cronjob to run at specific time automatically? Please help
Could not connect to the endpoint Url "......." . How can i fix it please help
Thanku 👌
Most welcome
Thanks a lot!!
Just implement it practically and get the same result! Respect and Love Bro
Thank you 🙏
Hello @abhishek / anyone going through this comment.. at 11:09 where we give access keys, I able to do it on my computer's command prompt as cli is installed on my machine. However, I am not sure how we can get to that screen on mobaxterm. I belive, CLI needs to be installed on my EC2 instance right? If so, what can I do?
Was able to install CLI on my VM. I switched to root user, and gave this command: snap install aws-cli - - classic 👍
Time to practise all the shell script commands now
Excellent, waiting for advance Realtime scenario shell script..👏
Thanks ,sure
hlo bro
have you done integration with crontab
Very good 👍
Thank you! Cheers!
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
may be you haven't saved the script
i guess this is due to aws not installed
Hi Abhishek,
i am trying to to install the aws cli but it show some error, that aws cli not install my linux sysytem
sir how to configure ? should we go to aws to buy ec2 instance then here?
I installed aws cli previously as you have done that in AWS CLI video lecture. But coming to the virtual space when I am running aws, it's showing command not found
virtual space ?
@@AbhishekVeeramalla Virtual space I mean AWS EC2 Instance. It worked by doing sudo apt update first
same thing happening with me...whn i am in my windows cmd prompt, aws is working but when I am connecting to the instance and from ubuntu when I am typing the command "aws" it is showing command not found. Did you get any solution ? why it is happening ?
@@AryanKumar-fw6cs The same thing happened to me too, but to go about this to rectify it? have you found any solution? please me out
I'm also same problem
how did i setup shell script platform on windows
sir hogya 😍😍😍😍😍
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?
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 ?
Thanks 👍, yes we gonna do that
If you have done this project plz send us that link. Btw… you r so good.
how to integrate the script with crontab
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. 👍🙏🤝
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 .
Amazing 😍😍
did you complete crontab broo?? if yes pls tell me
brother did u finish it by Using Cronjob??
Please explain how to integrate this script with cronjob. I have tried but unable to do it. Please help
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 ?
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
thank you so much sir
19:44 it showing like AWS: command not found
same how you fixed it?
Hello Abishek sir.. thank you firstly for your coursee and for ur crystal clear explaination on each and every topic.But in this video im trying to do the cronjob assignment but Im bit confused about the file creation in linux..I couldn't find the created file in the downloads Directory? Can you suggest me another method for the file creation
I don't understand near 09:15 min did you connected with aws or else you are just doing in the terminal.
aws ec2
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..
Hii Abishek , Could you please explain by using azure too .
finally reached hear after completing shell script vedios
can you make a telegram group..?so learners can discuss in that group for doubt clearing
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'
update : It got resolved by creating a directory
hello can you help me with that
@@satyammishra5869 how can we create directory
Gud morning abhishek
I can't able to install aws cli inside ec2 instance
I am not able to find aws cli after establish a connection with aws ec2 instance but I have installed it correctly.
same issue bro
same
@@SyedMohammedSuhail 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
See 'snap info aws-cli' for additional versions.
@@Govt.b70 thanks
Thank you.
nice
How have you connected the ec2 instance with AWS CLI, I have also seen the previous video but am not able to understand and you have also not mentioned in the ec2 instance how you have connected it.
I connect with ssh -i but still when I tried aws configure cmd it shows error
1:~$ aws configure
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
See 'snap info aws-cli' for additional versions.
Hi Sandeep, Lets say u have 3 instances ec1, ec2, ec3 and u r executing this code in ec1, then in the output, will there be description of ec1 instance as well? or only the Descriptions of ec2 and ec3?? and If its not Showing Description of ec1, what could be the reason?
Hi, How do I put/write this project in resume in 1-2 lines?
created a shell script to retrieve the running resources data on aws console.
but where should we perform all commnads script im having windows pls can any1 help me what to do what should need to install how
mobaXterm donwload chesi how to connect ec2 instance to mobaXterm ani search cheste abhisek video vasthundi adhi chudu bro
Abhishek bro, Can you explain me that BASH is DEFAULT in MACOS & MICROSOFT POWERSHELL in WINDOWS, that I am not getting INSERT SCRIPT in my POWERSHELL even though I HAVE INSTALLED ALL PREREQUISITES { AWS CLI} & what further steps should I take for SCRIPTING.
thank you
Great Content! I was able to set up a crontab to execute the resource tracker script for a certain period of time, but I was unable to get crontab to email the output files from the script.
I read online that I have to configure the ssmtp file and add my email credentials there. Realistically, you don't do that at a job if asked to email to a manager or employee right?
im so happy 🤩
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?
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
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 ?
@@siddhu-46 sudo snap install aws-cli --classic this one helped me for the installing of awc cli on mobaxterm after tconnecting to the ec2 instnace. Hope it helps,
this one is my fav video
Good one
Thank you! Cheers!
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