Hi Friends! I am implementing pipeline . My application is hosted on aws EC2 instance. The Application is build in C# .Net .
I am getting the following below error. Please help.
Hi @Suraj Prakash and welcome to the community!
Are you using the pipe atlassian/aws-code-deploy in your bitbucket-pipelines.yml
file in order to deploy?
If so, I would suggest adding the following variable in the pipe's definition in your bitbucket-pipelines.yml file (reference: https://bitbucket.org/atlassian/aws-code-deploy/src/master/):
DEBUG: 'true'
and observe the output of the pipe. This is to confirm if the pipe is indeed failing with the error
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.
If this is the case, please check the following documentation from AWS (search for this specific message on this page):
There are resources there that may help you resolve the issue.
If you still cannot figure it out, I would suggest reaching out to AWS support team, as the issue seems to be related to your AWS EC2 instance rather than Bitbucket.
If the output of pipe shows a different error when you add DEBUG: 'true', please feel free to post it here and we will look into it.
Kind regards,
Theodora
Hi Theodora,
Thank you so much for quick reponse. Let me check!!
Thanks & Regards,
Suraj Prakash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are very welcome Suraj! Please feel free to reach out if you need anything else!
Regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.