You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi
I have this problem in the last step of pipeline (atlassian/aws-ecs-deploy:1.6.1):
✖ Error waiting for service to become stable: Waiter ServicesStable failed: Max attempts exceeded
Hello @Ruben Baeza Colin ,
Welcome to Atlassian Community!
From the error you are receiving in aws ecs event, you're likely exceeding the AWS ECS service quotas of your account :
Since you are exceeding the limits, AWS is not being able to complete your deployment. I did some research and found this StackOverflow thread that suggests temporarily launching a basic EC2 instance in the region your are using, as it will enable you to run multiple tasks :
If using that workaround does not fix the issue, I would suggest you to contact AWS support, as this is a limitation on AWS side not in the Bitbucket pipelines itself. AWS team will be able to further check your AWS account and potentially increase the limits.
Hope that helps! Let me know in case you have any questions.
Thank you, @Ruben Baeza Colin
Kind regards,
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.