-2

Does someone knows where is the AWS server IP on AWS's console?

I deployed a beanstalk application and I need to point this one to an external subdomain

Thanks in advance

Danto
  • 9

1 Answers1

1

When you deploy an Elastic Beanstalk application, you are given a public endpoint of the form https://myapp.us-west-2.elasticbeanstalk.com, which is aliased in Amazon Route 53 to your Beanstalk application's load balancer. For more, see Web Server Environments.

If you own a domain name, you can use Route 53 to resolve it to your Beanstalk application. See Your Elastic Beanstalk environment's Domain name.

jarmod
  • 71,565
  • 16
  • 115
  • 122