I've been stuck on this for days and I still cant get the pipeline to deploy to EC2. It just hangs for a few minutes before eventually timing out. When I go into the Details and check the Events, I can see that all events are pending. Anyone got some idea why this might be?
Thanks for the video Sir. Attaching the EC2CodeDeploy role to the ec2 instance is not mentioned in the video. Also in the user data, the wget for installing code deploy has to be modified as per the region.
Excellent tutorial, thank you! Just a note: There were some inconsistencies with the microphone quality and the volume of your voice throughout the video. It might be something to look into for future videos.
Excellent your video Sir. The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems. Sir i got issue. How to resolve .please tell the solution
This is really helpful, can you please make a video on how to troubleshoot pipeline errors? In my pipeline the source section succeeds but deploy section fails. I've setup my pipeline with Bitbucket and not sure how to troubleshoot it. My instances are in auto-scaling group. Thanks
Good video, at least it is up to date, not like on AWS channel I'm surprised though that the deployment is automatic after every push I guess I'll create a new branch
Sir, at time of create deployment group "service role" doesn't appear in drag option, although certain role which i earlier attached to EC2 instance. What should i do.?
@@hemantpharande2567 i switched to s3. thought it'd be more apt for my project. but i'm sure the docs and other articles on google will help. thanks man
thanks for the video, but how to deploy a Python script in a similar manner? I mean using such a setup, and not using Elastic Beanstock or a Containerised setup. Looking forward to hearing from you.
@@rohanbagulwar3280 I wanted to deploy a simple Flask app or even a "Hello World" printed in python,but couldn't. Ultimately, I used Docker container, Docker Hub, and Gitlab to create CI/CD and finally ran it in AWS ECS.
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
Try changing the instance type. If you are using free tier then switch from t2.micro to t2.medium and try. But be careful and stop instance as it apply charges
I'm encountering an error, "The deployment failed because a specified file already exists at this location: /var/www/html/index.html" at the deployment stage. Someone please help
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems. i am getting these error
Try changing the instance type. If you are using free tier then switch from t2.micro to t2.medium and try. But be careful and stop instance as it apply charges
Thanks bro.. I wasted 1.5hrs until I see the comment from you.. in this video ec2codeploy role was not shown and hence my deployment was failing time and again. But any way its a great video.. I followed the previous video and corrected the error.
Thank you Prabhakar. You explained the process very well.
I've been stuck on this for days and I still cant get the pipeline to deploy to EC2. It just hangs for a few minutes before eventually timing out. When I go into the Details and check the Events, I can see that all events are pending. Anyone got some idea why this might be?
Thanks for this class
thanks so much, i have been battling with this and now i finally got it
For anyone wondering, the roles being created are here: ruclips.net/video/OnI_nXa5yH4/видео.html
Thanks for the video Sir. Attaching the EC2CodeDeploy role to the ec2 instance is not mentioned in the video. Also in the user data, the wget for installing code deploy has to be modified as per the region.
Excellent tutorial, thank you!
Just a note: There were some inconsistencies with the microphone quality and the volume of your voice throughout the video. It might be something to look into for future videos.
Excellent your video Sir.
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems. Sir i got issue. How to resolve .please tell the solution
This is really helpful, can you please make a video on how to troubleshoot pipeline errors? In my pipeline the source section succeeds but deploy section fails. I've setup my pipeline with Bitbucket and not sure how to troubleshoot it. My instances are in auto-scaling group. Thanks
Good video, at least it is up to date, not like on AWS channel
I'm surprised though that the deployment is automatic after every push
I guess I'll create a new branch
Can some one share the link of how to create IAM roles associated withis project .Iam not able to find them in the previous videos
I am able to deploy the application using http but not with
I have added HTTPS rule in the security group as well.
Could anyone please advise?
excellent
nice, easy to follow, a good tutorial !
how we can use secret manager to store personal access token in this scenario?
You're awesome
Sir, at time of create deployment group "service role" doesn't appear in drag option, although certain role which i earlier attached to EC2 instance. What should i do.?
did you get it to work? the service role doesn't appear on mine as well.
@@이름-f9z need to edit policy and update. You need to check details on stack overflow.
@@hemantpharande2567 ay thanks man
@@이름-f9z it works?
@@hemantpharande2567 i switched to s3. thought it'd be more apt for my project. but i'm sure the docs and other articles on google will help. thanks man
thanks very much sir
in deployment group name, service role is not showing.
Where u used EC2 roles ??
Thanks for this session
thanks for the video, but how to deploy a Python script in a similar manner? I mean using such a setup, and not using Elastic Beanstock or a Containerised setup.
Looking forward to hearing from you.
@aashish sir do u got any resource for deploy in these manner python app.please share with me.
@@rohanbagulwar3280 I wanted to deploy a simple Flask app or even a "Hello World" printed in python,but couldn't. Ultimately, I used Docker container, Docker Hub, and Gitlab to create CI/CD and finally ran it in AWS ECS.
If I push the code will that automatically reflect the change in website
yes
@Technology Hub
Can you provide your previous video link on the creation of the role in the description?
He mentions that he created them in a previous video - just check his channel and you'd find it... ruclips.net/video/OnI_nXa5yH4/видео.html
Hello sir, My deployment got failed why it would happens?
Actually it is working.....
But my issue is each and every time it re-upload all the files and it deleted images folder too......
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
Same error message that I got.
Try changing the instance type. If you are using free tier then switch from t2.micro to t2.medium and try. But be careful and stop instance as it apply charges
Restart codedeploy agent
Can someone plz tell me how to create service role in codedeploy
Thank you
Any bodey help me to create website
In the website Dashboard ,have to pute ,aws,start,stop, options...
To give to user to use their own vps server
Where the source code is deployed in instance. Location ?
do i need to install codedeploy agent on the ec2 first ? thanks
of course, you need codedeploy agent
I'm encountering an error,
"The deployment failed because a specified file already exists at this location: /var/www/html/index.html" at the deployment stage.
Someone please help
How to do the same on GCP ?
Can you teach one on one? I need to get certified fast to keep my job
Good Video. How to contact You?
Sir, This Viedo is Devops part
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
i am getting these error
Try changing the instance type. If you are using free tier then switch from t2.micro to t2.medium and try. But be careful and stop instance as it apply charges
@@rajeshwarinesargi5367 thanks for the help actually this thing works
Hey deployment failed everytime
can you share the appspec.yml for windows
i think you forgot to attach the IAM role to EC2 instance group?
You mean while creating instance right?
Could someone explain how to use code deploy with Ubuntu instance 18.04, code pipeline and github?
I will really appreciate it
Exactly what i need.
Good video but you forgot (or at least didn't show) to attach your EC2CodeDeploy role to your instance.
Thanks bro.. I wasted 1.5hrs until I see the comment from you.. in this video ec2codeploy role was not shown and hence my deployment was failing time and again. But any way its a great video.. I followed the previous video and corrected the error.
thanks!
Service role is not showing in my codedeploy
somethings wrong with this video, its not really working in the end, there are some skips in the video
Why such a slow sound??
Nice but voice is very low
pls improve voice quality
Very slow sound and background voice disturbing....
It's background noise in your video is very distracting and makes it difficult to follow
You have totally skipped the build stage.
you didn't mention the exact thing am looking for... the definition of those 2 roles
This video - ruclips.net/video/OnI_nXa5yH4/видео.html
Настоящий индус. Не тратьте время. Кошмар, а не акцент.
What language are you talking ? English ? Not really ...
Its India English :)