简体   繁体   中英

How to use EC2 instance after detaching load balancer?

As the traffic is got very low, How can I detach the load balancer and get the traffic routed directly to my EC2 instance?

Currently, I have my app URL as: myApp.elasticbeanstalk.com which points to the load balancer, how to make it point to the EC2 instance it self?

  • Remove the existing record which points to your ELB.

  • Create a A record for myapp.elasticnbeanstalk.com and points it to EC2 Elastic / Public IP Address.

Make sure to use Elastic IP when you have only one EC2 since it doesn't change after stop/start.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM