I have two ASP .NET applications, one is we can say 'frontend' and second is 'backend' for that frontend.
Using AWS Toolkit in Visual Studio I can right click and Publish 'frontend' to Elastic Beanstalk application. It auto generates instance for it etc. And now how can I deploy my 'backend' to the same instance?
I want the URL's to be like http://..ipaddress and http://..ipaddress/admin. The application is dependent on each other, so I cannot run them on separate instances.