Reputation: 4452
my Node.Js application is hosted in AWS EB.I want to restrict access so that only certain IP's can consume my Node.Js services. How can i enable EB only to visible to certian IP's?
Thank You
Upvotes: 1
Views: 1423
Reputation: 19705
You can whitelist the set of ips in the security group attached to the loadbalancer in your Elastic Beanstalk environment.
Upvotes: 3