2

I know I can install asterisk, freepbx on ec2 instance from the repository but for some reasons I was hoping to install the freepbx distro from an iso from my local machine to ec2 instance. Can anyone help with a way around it?

I want to install freepbx latest version on ec2 from an iso on my computer, it'd be a tremendous help.

thanks

metior
  • 21
  • 3

2 Answers2

0

There is no easy way to do this.

In theory, you can install on a VM locally (to ESXi, Virtualbox, etc.) and then convert that into an EC2 ami, but that is a fairly convoluted process, and will end up being much more work than just sorting out how to install from the FreePBX repo.

Why do you not just want to use one of the FreePBX AMIs that are already available for EC2?

EEAA
  • 108,414
  • 18
  • 172
  • 242
  • thanks very much for your comments, and about the ec2 freepbx ami, as long as I know I will to purchase this, instead I was hoping to use a free version. – metior Jan 14 '16 at 21:15
0

I'm just trying to figure out docker, and haven't gotten into freepbx, but it's easy enough:

docker run --net=host -d -t jmar71n/freepbx

which I ran on a free Ubuntu AWS EC2 instance. Unlikely to be useful for production, but it starts up fine. Certainly not the first to do something along these lines.

Thufir
  • 229
  • 7
  • 18