osctrl icon indicating copy to clipboard operation
osctrl copied to clipboard

Add the option to deploy osctrl using terraform

Open javuto opened this issue 4 years ago • 0 comments

Overview

The utility provision.sh allows to deploy all components of osctrl in a standalone linux system. It would be useful to expand that to cloud providers and deploy using terraform. First just in EC2, same as a standard deployment but further improvements could be deploy each component separately, for example if using AWS:

  • osctrl-tls, osctrl-admin and osctrl-api -> lambda functions.
  • osctrl-db -> RDS
  • osctrl-nginx -> EBS/ABS

javuto avatar Jul 10 '20 16:07 javuto