Closed sergiogp98 closed 3 years ago
Related Issue
Derscription
This PR add two installation types, both of them unattended:
All-in-one
Resources:
WazuhAIO
SecurityGroup
443 ( HTTPS) -> 0.0.0.0 22 (SSH) -> 0.0.0.0
Distributed
WazuhVPC
SubnetWazuh
SubnetElasticsearch
InternetGateway
GatewayToInternet
PublicRouteTable
PublicRoute
SubnetWazuhPublicRouteTable
SubnetElasticPublicRouteTable
WazuhSecurityGroup
22 (SSH) -> 0.0.0.0 ICMP -> 0.0.0.0 1514-1516 (Wazuh manager) -> WazuhVPC 55000 (Wazuh API) -> WazuhVPC
ElasticSecurityGroup
22 (SSH) -> 0.0.0.0 ICMP -> 0.0.0.0 443 (HTTPS) -> 0.0.0.0 9200-9400 (Wazuh manager) -> WazuhVPC 5000 (wazuh manager) -> WazuhVPC
Elastic1
Elastic2
Elastic3
WazuhMaster
WazuhWorker
Test
[x] All-in-one
[x] Elasticsearch [x] Kibana [x] Wazuh manager
[x] Distributed
[x] Elastic1 [x] Kibana [x] Elastic2 [x] Elastic3 [x] WazuhMaster [x] WazuhWorker
Related Issue
83
Derscription
This PR add two installation types, both of them unattended:
All-in-one
Resources:
WazuhAIO
: EC2 instanceSecurityGroup
: EC2 Security Group. It enables the following ports:Distributed
Resources:
WazuhVPC
: EC2 VPCSubnetWazuh
: EC2 Subnet over WazuhVPCSubnetElasticsearch
: EC2 Subnet over WazuhVPCInternetGateway
: EC2 InternetGateway between WazuhVPC and public networkGatewayToInternet
: EC2 VPCGatewayAttachment attached to WazuhVPCPublicRouteTable
: EC2 RouteTable for WazuhVPCPublicRoute
: EC2 Route of PublicRouteTable with a specific destination CIDRSubnetWazuhPublicRouteTable
: EC2 SubnetRouteTableAssociation attached to SubnetWazuhSubnetElasticPublicRouteTable
: EC2 SubnetRouteTableAssociation attached to SubnetElasticsearchWazuhSecurityGroup
: EC2 SecurityGroup over WazuhVPC. It enables the following ports and protocols:ElasticSecurityGroup
: EC2 SecurityGroup over WazuhVPC. It enables the following ports and protocols:Elastic1
: EC2 Instance Elasticsearch initial node (with Kibana)Elastic2
: EC2 Instance Elasticsearch nodeElastic3
: EC2 Instance Elasticsearch nodeWazuhMaster
: EC2 Instance Wazuh master nodeWazuhWorker
: EC2 Instance Wazuh worker nodeTest
[x] All-in-one
[x] Distributed