Bitbucket to CircleCI Deploy to Aws EC2 Instance

How to deploy From CircleCI To Aws EC2 instance?"

BitBucket to CircleCI
CircleCI To AwsEC2
Any Methods?

  1. First you should have admin privileges in BitBucket account.
  2. Signup to CircleCI through BitBucket account and setup project through CirclCI Add Projects Tab for the repository you are working with.
  3. Then setup build configuration through committing a .circleci/config.xml in your repository to be built.
  4. After build, to deploy the output files to AWS EC2, use the way as followed in aws_ssh_connectivity

This is the way I followed. I would request CirclCI developers to suggest better way if any.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.