Websoft9 / CloudForms

Deploy application at Cloud infrastructure by Terraform
https://www.websoft9.com
2 stars 2 forks source link

Create EC2 from websoft9 image at AWS using terraform #3

Open chendelin1982 opened 2 months ago

chendelin1982 commented 2 months ago
qiaofeng1227 commented 1 week ago

You need to consider vpc, security groups (inbound open 22,80,443,9000-9999, outbound no restrictions)

qiaofeng1227 commented 3 days ago

terraform is not done as a weekly task, as a study we work on it together and move forward together, so far I have found 2 problems:

  1. The server created with main.tf cannot be connected via ssh, even if the security group has port 22 open.
  2. websoft9 platform accessed through IP:9000 port, should enter the login screen, now can not get out, whether it is created without opening the external IP address.