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
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
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.