Good afternoon Andre
I need to integrate jira software with amazon web services to make backups of the project that I need to create.
How can I do it?
Hi @Juan Carlos Cardenas Padilla
Can you please elaborate on what you need to achieve? Are you planning to use AWS resources and services to make a backup of Jira Software? If so you can modify scripts provided here https://bitbucket.org/atlassianlabs/automatic-cloud-backup/src/master/ and run them on AWS infrastructures like Lambda function or Fargate container. You can also modify these scripts to save backup to S3 storage. Please notice that those scripts are not officially supported. As far as I know, there is no native solution to create a backup of a single project.
Please let me know if I understand you correctly?
Best,
Piotr
That is what I want to do.
You have the scripts to be able to carry out tests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well in the matter of fact I have :D
My idea was to trigger this Lambda script using AWS Eventbridge, run it in the Lambda function, save the resulting backup file in the S3 bucket. Script uses AWS Secret Manager to securely access Atlassian token, and AWS SNS to send communications in case of backup failure.
You need to understand some limitations though:
Link to the repo: https://bitbucket.org/piotr_zadrozny/automatic-serverless-jira-cloud-backup-to-s3/src/main/jira_backup_lambda_function.py
Best,
Piotr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Piotr Zadrożny _Eyzee_ . Just wanted to say that thanks to your scripts, I made a couple of slight modifications to them and managed to get our backups working for JIRA and Confluence into AWS S3 using AWS ECS (Fargate), and pushing the docker image to ECR.
https://gitlab.com/michael1.owen/atlassiancloudbackups-jira
Managed to get a similar one working for Confluence too, and will share that once I've removed any sensitive details from the scripts.
All in all, the compute time costs us about $0.02 per backup.
I'm not most the world-best coder, but it was a nice side project to be working on in my spare time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Juan Carlos Cardenas Padilla
Here's a guide on how you can achieve the same
https://confluence.atlassian.com/jirakb/automate-backups-for-jira-cloud-779160659.html
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.