Im working on building up my network which consists of a subnet in a VPC and three instances in the subnet. I have an elastic IP on one of the instances and no public ip or DNS on the others. For the purpose of the other instances reaching the internet for things like windows updates, is it possible to associate a public IP with the internet gateway on the VPC so all of the instances can reach the internet through one IP and for incoming traffic it would all be routed to Instance 1 only on a certain port. In our office now we have a server with multiple vlans all communicating to the internet with one public IP and i am trying to replicate this.
Thanks in advance for the help!