The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Facing error during deploy node.js application with AWS ec2 and bitbucket pipeline

Rightsoftwarewala Support
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 14, 2019

 I'm trying to deploy the code Bitbucket pipelines in node.js javascript application via AWS EC2. But unable to do this.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Graham Gatus
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 16, 2019

@Rightsoftwarewala Support its been a while since your post. What errors were you facing?

 

There are multiple options you have to deploy to EC2, some alternatives:

- scp or sftp your application directly onto the instance.

- copy the application to an S3 bucket, and run a script on the EC2 instance that downloads and deploys the application.

- Use AWS CodeDeploy.

- Use AWS Elastic Beanstalk.

Pipelines provides some pipes to assist with these deployment tasks: https://confluence.atlassian.com/bitbucket/pipes-958765631.html

We also have a growing list of Deployment Guides at https://confluence.atlassian.com/bitbucket/deployment-guides-872011233.html which cover various deployment scenarios.

TAGS
AUG Leaders

Atlassian Community Events