I has setup my AWS with VPC NAT gateway, subnet, Route Table as below diagram http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
The different is my private subnet are create EC2 instance instead of Database Servers.
My problem is the EC2 instance in private subnet are failed to connnect to internet using NAT.
FYI, the EC2 instance in public subnet are able to connect internet using the instance EIP. Mean internet in public subnet working fine.
Please Help. Thanks