johnweland / foundry-ecs

Infrastructure for running Foundry VTT within AWS ECS
1 stars 0 forks source link

expand upon the default security groups #3

Closed johnweland closed 10 months ago

johnweland commented 10 months ago

The default Security Group deployed form the ecs-patterns example found in the AWS Doc allows for traffic on port :80. However, for posterity sake we should utilize port :443 for HTTPS traffic.

_note: Both Foundry VTT bare metal install the Docker Image by Felddy that we plan to utilize maps to port :30000 in the container 30000:30000 by default.

Mapping :443 to :30000?_