Deploy to Amazon EC2

If you are new to Buddy, check out our quickstart guides that will tell you how to create build, test and deploy your type of application.

Buddy turns deployments into a breeze, allowing you to update your EC2 servers on every push to branch. You can also deploy manually on click, or recurrently on time intervals.

Example AWS EC2 pipelineExample AWS EC2 pipeline

AWS EC2 deployment configuration

We recommend setting an Elastic IP in your EC2 instance. Without it, the Public IP may change whenever the EC2 is restarted.
  1. Log in to your AWS account and copy the Public IP of your EC2 instance: Public IP of your EC2 instancePublic IP of your EC2 instance
  2. Create a new project, select your Git provider and choose the repository with your project.
  3. Add a new pipeline and configure the details: name, trigger mode, and branch from which you want to deploy.
  4. Deployment to EC2 is similar to deploying to a regular SFTP server. Look up and click SFTP on the action list: SFTP action locationSFTP action location
  5. Configure EC2 server details:
    • Change the Authentication mode to Password and paste the IP of the EC2 instance to Hostname
    • Enter the Login and Password that you use to authenticate on EC2 EC2 action configurationEC2 action configuration
  6. When ready, click Add this action to finish configuration.
Click the Test button to verify connection details before saving the action.
Buddy's deployment is based on changesets. This means only changed files are deployed, which makes it lightning fast ⚡️. The first deployment is always performed from scratch, unless you set a revision on the server beforehand.

What you need to know

  • Select Repository as the Source to deploy only the files from your repository. If you use build actions, select Pipeline Filesystem as the Source to add artifacts, processed files & uploaded static files.
  • You can use environment variables to store authentication details to your servers.
  • You can use Ignore paths to exclude files for deployment in More Options.

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.