I’m hosting a lot of things in Lightsail. I’d really like to get FusionHub running in lightsail but there’s no option to import a disk image or install from an ISO.
Is there any way to install on a base Linux system? I have Ubuntu, Debian, and CentOS images available.
A request could be made, but with the way that FusionHub has been created it can’t be deployed as a package that could be installed. So this would take some time, if it could even be done, to create an installable package.
@Dan_Denson Wondering if the main driver behind the desire to get FusionHub on Lightsail is networking between other Lightsail instances you run or if it’s because Lightsail offers dirt cheap pricing on inbound and outbound transfer compared to EC2.
If you set up VPC peering correctly, you could use a Lightsail instance running your prefered Linux flavour configured to act as a basic gateway/router and then have FusionHub in EC2 communicating (for free within the same region) with your Lightsail resources.
@thebigbeav
you’re close, but there are other factors.
though you can route between the lightsail subnet and your VPC subnet, you cannot route THROUGH the VPC. ie, if lightsail is 172.1.1.10, VPC is 172.2.2.1, and prem is 192.168.1.0/24, you cannot route 192.168.1.0/24 via 172.2.2.1 on the lightsail box because you can’t insert routes in the lightsail instance that work and you can’t add the unknown foreign subnet to the VPC advertisement.
yes, this is all about price, but more specifically, a $3.50 fusionhub solo for the customer, not a multi-tenant fusionhub install.
even for a multitenant setup, lightsail is cheap, super cheap. 100 peers on a t2.small? lightsail is half that price, and if you scale up anymore lightsail savings continue.
right now I'm hosting another product in EC2 and doing GRE tunnels from the lightsail instances over to EC2 so I can route across the tunnel.
yeah, sucks, you can’t even route within the lightsail group. ie, if you setup an openvpn server on one instance and try to route through that to somewhere, no go.
I’m actually using zerotier a lot of handling this. Just pop zerotier into each instance and essentially ignore the ‘local’ subnet of the instances.