aws-samples / service-catalog-engine-for-terraform-os

Apache License 2.0
134 stars 41 forks source link

fix: Remove public IP for EC2 instances #58

Open johnthedev97 opened 1 year ago

johnthedev97 commented 1 year ago

Issue #, if available:

Description of changes:

The instances created for terraform are in private network and doesn't require a public IP. Outbound connections are via NAT gateway and the command execution is via SSM which doesn't require any inbound connection.

Note: Technically this might not cause any issue. But it is unnecessary, confusing and not a good practice.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.