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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have setup Bamboo server over AWS EC2 instance using https://confluence.atlassian.com/bamboo/running-bamboo-server-in-aws-858705568.html
Bamboo Server Setup
EC2 Instance Type t2.small
SSL Certificate is not installed as of yet
1. Server setup was all good
2. Bamboo UI was working via EC2 instance public link
3. Server SSH also working
4. Installed following extra components to the EC2 Instance
- Node 12 LTS
- Docker
- AWS CLI
5. Once docker is installed need to give access to bamboo user for docker service else docker image will not be created via bamboo.
https://confluence.atlassian.com/bamkb/docker-task-permission-denied-887749337.html
6. Was able to set up my desired plan with required jobs
- GIT code checkout via bitbucket repo
- Script Command (npm install, other direct command)
- Docker (running an image and performing some functionality as part of it)
7. The build was working fine for many days
Initial Issue
Identify issue related to memory,i.e. after a few days memory is all used. So investigated it out and identify that my Docker Image was creating Volumes which where dandling and not in use any more.
So to fix it up and have removed all the dandling volumes and added another cleanup job as part of my bamboo plan to clean up docker dandling volumes.
After the above issue was fixed my Bamboo Server was working for a week or so and plan was processing successfully.
Current Issue
Everything was working fine and we feel good with Bamboo, so wanted to move to purchased licence, which we did. But just before changing it to the server our Bamboo Server started behaving strangely.
- Bamboo Server is not accessible via Public Link, just keep loading and server is not reachable
- SSH to the server was also not working
Tried Following
Not sure why its happening, would really appreciate if you could point out to potential issues so that i can try to fix it up.
- Inam Alam
Even I have the same issue not able to access bamboo page with ec2 public IP on default bamboo port 8085.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.