Security-Tools-Alliance / rengine-ng

reNgine-ng is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface.
GNU General Public License v3.0
12 stars 6 forks source link

feat(install): Add support for Terraform/Ansible in combination with AWS #49

Open psyray opened 2 months ago

psyray commented 2 months ago

Is there an existing feature or issue for this?

Expected feature

Submitted by @AnonymousWP

For automation purposes, create an Ansible playbook and a Terraform file (tf) so that:

  1. An EC2 instance is created on AWS
  2. reNgine is automatically installed & configured

From @cyb3rjerry

I'm starting to work on this feat. I'm currently still exploring either making a tf module straight into an EC2 instance or chopping up the docker-compose into ECS. Should be done by end of quarter at latest.

Original Issue https://github.com/yogeshojha/rengine/issues/1093

Alternative solutions

No response

Anything else?

No response

cyb3rjerry commented 2 months ago

Hey @psyray , so I have managed to deploy Rengine in a somewhat cloud native fashiom but theres still a ton of hiccups. I'll try to document where they are as soon as I have some free time