I want to put the fargate container which contains django + nginx
However what subnet should be used for?
At first I put this in public subnet, of course it works well.
However, is it possible to put this in private subnet with NAT gateway?
If so, How can users access to the private subnet from outside?
A few users(admin) need to access to this django, it doesn't need to get access from other users.