Thanks Abhishek, for letting us know the under hood of ECS and why to choose kubernetes and with EKS along with Fragate. Differentiating the Pod and Task definition {containers} and finally deploying container to the cluster. Got good idea about the services of ECR and ECS and Kubernetes . Thanks once again for helping us with your terminology.
Advantage, Ecs is cost effective can be used with fargate, which is serverless model and run containers on it. You don't have to monitor anything in environment. EcS is way simpler than EkS, you have different components. Ecs is simple thing, to run application you just create task and start using it, you create service and integrate loadbalancer. Simplicity is advantage, but for most organisation, they prefer eks or ec2 instance and then install Kubernetes on it. Better go for eks. Advantages of eks, can utilize cr n crd for additional functionality such as istio, argoCD etc. Kubernetes manifest/deployments etc can be migrated easily to other platform. Kubernetes is open-source and huge community support.
Structure of ecs. Create ecs cluster. Either you can go with fargate or you can go with ec2. Task definition, how does your container look like and run. Implementing task.yaml. once container is running you can create service and these services can be attached with load balancer, or ingress rule to hit on service by loadbalancer. Advantage. You can use inbuilt iam roles and policy.
Finished first two videos in the playlist, your teaching is really amazing ,Thank you so much Abhishek After this can you please make a resume(2 to 3 years) based the contents you taught in this playlist
Thank you for this video, I spent the better part of the day trying to debug why my deployed app wasnt working on ECS.😅 Until i watched this video i didnt realise i had to run the tasks... I appreciate your help... With that been said. It looks EKS would be a more perfect alternative if i want to deploy micro services. Haven't gotten to watch the video on EKS yet, I'll search for it and watch it before i continue my journey 💖
❤❤❤ abhisekh . Im learning a lot from your course even i am having 5 years of devops realtime experience. Could you please make terraform videos after this aws session. Thanks in advance.
Thanks for the knowledge sir. I have one question: What is the difference between Service and Task? Should I create Service and define my Task Definition in that service?
Service acts like a controllers for tasks. Task act as controller of Containers and are made from task definition which is also like a template. Service provisions tasks and replaces them if they are not healthy or if a new deployment has occurred
Hi Abhishek, can we use Ec2 instance instead of Fargate service? Is it will incurr any charge for doing this ECS setup by using ecw instance? Can you pls let us know. And do one video which services will incurr charges which we used these 21 days of journey. Hoping it eill helpful for everyone to understand about costs. Thankyou for your seemless contribution to AWS . God bless you! ❤
If the container is not running that means there is some issue with the container. Understand what is the issue, by looking at the cloud watch logs and fix it by creating new revision. May be will cover in some other video 👍
Great video ! really inspired. Having a doubt on accesing the deployed application on that particulr port. I want to deploy an FTPS application in ECS. Ann in that case how to access that once it has been deployed ?. Is there any thing you could suggest ? Highly appreciate your help !Thanks
If the application is not working , the flask version is in miss match with Werkzeug , So in the requirements.txt add Flask==2.x.x Werkzeug==2.x.x same version of as that of the flask version , It will work. BY the by thanks @Abishek. Got addicted to the videos.
I have successfully deployed the container and in the cloudwatch logs it's showing that app is running on xyzIP:3000 but when I am trying to access that IP I am unable to access the app...
Brother, if you tell that you will definitely continue this course, then i will start my aws with this playlist. If not please tell me bro already i wasted a lot of time. Hope you reply soon
Hello Abhishek sir😊 .. I am not working in aws but in other technology but I want a transition in my job as a aws cloud engineer so can you please create one real time good project so that I can put in my resume and get a job as a aws cloud engineer
Hi Abhishek, I have followed u r steps only ,getting task in Pending state & also Tasks are disappearing very frequently,could u please guide me what might be the reasons for this.
Yes. I had deployed an application on Fargate having 11 containers and trust me the performance was very slow. It was because it required shared storage EFS and the auto scaling was taking a long time. Finally my company decided to move on to EC2
hi bro.i am a 2019 passedout and have 4 hrs of career gap.i want to get into cloud/devops.can i try directly as a fresher for the role or should i takeup any job first,gain some experience and then try for it job.i want a suggestion
Good evening sir, I am following ur Devops and AWS courses with also doing all the practicals. Sir I don't have any prior experience in IT sector, but sir with showing three years of experience as an Devops Engineer in my resume, Can I totally rely on ur these two courses to start my journey as an DevOps Or Cloud Engineer???? Plz help me in this sir and guide me for the same.
Hi abishek...iam a big fan if your teaching.iam unable to create aws account. It is asking current bill and when iam uploading iam getting errors...could u please help me with that(make sme videos)
Hi abhishek…im continuosly commenting but u r not giving clarity brother…Again asking pls tells us..i dont have any prior knowledge on Aws DevOps…If we learn ur AWS AND DEVOPS PLAYLIST..can we crack the interviews…pls reply brother
Veeramalla == what,why, how, and where == you are the best teacher
❤️
Luckily I find your channel, thank god! you make amazing content what I need the most
😀😀
Looking forward to the EKS video. Thanks, Abhishek for explaining everything by comparing it with it's real-time usage.
Very soon!
Thanks Abhishek, for letting us know the under hood of ECS and why to choose kubernetes and with EKS along with Fragate. Differentiating the Pod and Task definition {containers} and finally deploying container to the cluster. Got good idea about the services of ECR and ECS and Kubernetes . Thanks once again for helping us with your terminology.
🙏
Thank you Guru Ji for this video
Thanks a lot
Advantage, Ecs is cost effective can be used with fargate, which is serverless model and run containers on it. You don't have to monitor anything in environment. EcS is way simpler than EkS, you have different components. Ecs is simple thing, to run application you just create task and start using it, you create service and integrate loadbalancer.
Simplicity is advantage, but for most organisation, they prefer eks or ec2 instance and then install Kubernetes on it.
Better go for eks.
Advantages of eks, can utilize cr n crd for additional functionality such as istio, argoCD etc.
Kubernetes manifest/deployments etc can be migrated easily to other platform.
Kubernetes is open-source and huge community support.
Bro are you a fresher or an employee? I have seen your comments for the previous vedios also!
Fresher , I have an interview tomorrow@@unknown-bc1is
@@Cloudnp9458 u got selected?
Structure of ecs.
Create ecs cluster. Either you can go with fargate or you can go with ec2.
Task definition, how does your container look like and run. Implementing task.yaml. once container is running you can create service and these services can be attached with load balancer, or ingress rule to hit on service by loadbalancer.
Advantage. You can use inbuilt iam roles and policy.
Finished first two videos in the playlist, your teaching is really amazing ,Thank you so much Abhishek
After this can you please make a resume(2 to 3 years) based the contents you taught in this playlist
Please check my latest video
@@AbhishekVeeramallawill do, Thank you
37:45 I've been waiting for the red hat update for 5 episodes now
Thank you for this video, I spent the better part of the day trying to debug why my deployed app wasnt working on ECS.😅
Until i watched this video i didnt realise i had to run the tasks...
I appreciate your help...
With that been said. It looks EKS would be a more perfect alternative if i want to deploy micro services. Haven't gotten to watch the video on EKS yet, I'll search for it and watch it before i continue my journey 💖
Amazing, Day-22 is EKS
Just awesome explanation!!
Thanks
❤❤❤ abhisekh . Im learning a lot from your course even i am having 5 years of devops realtime experience. Could you please make terraform videos after this aws session. Thanks in advance.
Noted
Cluster name Choose infrastructure as fargate
Create cluster.
Everything is managed automatically.
Hi Abhishek
Suggestion: In the end of demo, you should also show deleting the resources as well.
Very Good tutorial for the beginners.
Very nice explanation 😊
😀
Thank you Abhishek sir 🎉
Nice video .
Thanks for the knowledge sir.
I have one question: What is the difference between Service and Task?
Should I create Service and define my Task Definition in that service?
Service acts like a controllers for tasks. Task act as controller of Containers and are made from task definition which is also like a template. Service provisions tasks and replaces them if they are not healthy or if a new deployment has occurred
@@vigilanteer kindly re explain
excellent
Thank you
Awesome Video🔥
Great explanation!
Most welcome !!
Hi Abhishek, can we use Ec2 instance instead of Fargate service?
Is it will incurr any charge for doing this ECS setup by using ecw instance?
Can you pls let us know.
And do one video which services will incurr charges which we used these 21 days of journey. Hoping it eill helpful for everyone to understand about costs.
Thankyou for your seemless contribution to AWS .
God bless you! ❤
😍 .. yes it will incur cost
@@AbhishekVeeramalla thankyou Anna!🙏
Can you please make a video for ci cd dotnet step by step
I will try
Once task definition is in active state, click on run task. Create
It is good video
i have small doubt at 53:00 if the container is not running , to spinup the another container is there anyway for the that?
If the container is not running that means there is some issue with the container. Understand what is the issue, by looking at the cloud watch logs and fix it by creating new revision.
May be will cover in some other video 👍
Thank you ^^
You're welcome 😊
Thank you
Welcome
Sir , how can we access the running python application..Can you explain that sir, that we deployed using ECS and Fragate
which playlist to start first Devops or AWS ....... plz guide me
Devops
@@AbhishekVeeramalla thnks AV for replying ....
what is difference between cluster infrastructure and task infrastructure ??
It's like I wish it true on next day😂
😍
Great video ! really inspired. Having a doubt on accesing the deployed application on that particulr port. I want to deploy an FTPS application in ECS. Ann in that case how to access that once it has been deployed ?. Is there any thing you could suggest ?
Highly appreciate your help !Thanks
If the application is not working , the flask version is in miss match with Werkzeug , So in the requirements.txt add
Flask==2.x.x
Werkzeug==2.x.x
same version of as that of the flask version , It will work.
BY the by thanks @Abishek. Got addicted to the videos.
I have successfully deployed the container and in the cloudwatch logs it's showing that app is running on xyzIP:3000 but when I am trying to access that IP I am unable to access the app...
Abshiek , only AWS course enough for getting job? Thank you
No .. devops course + aws
nice video do you have any udemy videos?
Not yet!
@@AbhishekVeeramalla it will be great if you publish the videos in udemy it will be helpful for many students
Brother, if you tell that you will definitely continue this course, then i will start my aws with this playlist. If not please tell me bro already i wasted a lot of time. Hope you reply soon
There are only 9 classes left and will be done asap. No problem you can start
@@AbhishekVeeramalla thank you brother and please tell me should I see devops before starting this and even if I don't know devops I can manage.
thx abhishek ,
Hello Abhishek sir😊 .. I am not working in aws but in other technology but I want a transition in my job as a aws cloud engineer so can you please create one real time good project so that I can put in my resume and get a job as a aws cloud engineer
there are so many real time in this series. please check the playlist
Hi Abhishek,
I have followed u r steps only ,getting task in Pending state & also Tasks are disappearing very frequently,could u please guide me what might be the reasons for this.
1 Pending | 0 Running
Great job Abhishek! Can we expect sessions on Nagios/ELk ?
In future .. I will
Seems like ECS is not suitable for huge workloads which EKS can tackle...
👍👍👍
Yes. I had deployed an application on Fargate having 11 containers and trust me the performance was very slow. It was because it required shared storage EFS and the auto scaling was taking a long time. Finally my company decided to move on to EC2
42:30 Hi Bro, we don’t need to mention the Docker file path/name? What if we have multiple docker files?
AWS ECS started from 14:53
Hi..can u please make it for Azure also
In future .. yes
Any interview quations and answers documents sir
Hi Anna
I try to join in the channel but getting purchased is cancelled
Oh sorry to hear that .. try after a while
i have created a docker image which performs data storage and 2 people pulled image . Will both the users, have same data in database ?
❤❤❤
welcome
Can we expect session on azure??
Yes, planning to do
hi bro.i am a 2019 passedout and have 4 hrs of career gap.i want to get into cloud/devops.can i try directly as a fresher for the role or should i takeup any job first,gain some experience and then try for it job.i want a suggestion
you can try for any job first as you have 4 years gap .. do not increase the career gap
@@AbhishekVeeramalla ok bro sure.thankyou
Is there any job opportunities for the freshers in this domain or opportunities for experienced only
Both
Because we searched and seeing opportunities only for experienced
How ECS authenticated with ECR for pulling from private repo you didnt gave any creds
Hai ❤️ first seen
🎉
Hi Anna,first view
Thank you so much 🙂
How many cost charge aws for this demo???
Depends on how much time
Hi Abhishek,
I have a doubt, hope you clarify it
- Organisations lo KOPS vadathara ?
yes
@@AbhishekVeeramalla which is the best one to practice k8s , which costs less ? can you pls suggest anna !
Looking for API gateway
sure
♾️🌟
😍
Hi andi salesforce Devops training isthara andi
No
sir but ek chiz samaj nai aa rhi. ye kubernates,CICD, etc devops me hai to apne AWS playlist me ye kyu dhikaya hai
Good evening sir,
I am following ur Devops and AWS courses with also doing all the practicals.
Sir I don't have any prior experience in IT sector, but sir with showing three years of experience as an Devops Engineer in my resume, Can I totally rely on ur these two courses to start my journey as an DevOps Or Cloud Engineer????
Plz help me in this sir and guide me for the same.
Yes u can .. start with devops course and then move to aws course
Thank you sir
Hi abishek...iam a big fan if your teaching.iam unable to create aws account. It is asking current bill and when iam uploading iam getting errors...could u please help me with that(make sme videos)
Ok bro I never faced such issue .. so I need to understand that first
😂😂
where is day 22 anything missed
Eks
Hi abhishek…im continuosly commenting but u r not giving clarity brother…Again asking pls tells us..i dont have any prior knowledge on Aws DevOps…If we learn ur AWS AND DEVOPS PLAYLIST..can we crack the interviews…pls reply brother
Yes
thanks for the clarity brother