Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events