Most voted "elastic-beanstalk" questions
8 questions
Sort by count of
-
4
votes2
answers646
viewsEnable HTTPS on Amazon Beanstalk in Spring Boot application
I’m finding it difficult to enable the HTTPS in an app on Amazon Beanstalk in single instance. The application is developed in Java (Spring Boot), with embedded Tomcat and for deployment I used the…
-
3
votes1
answer283
viewsHow to redirect to a folder and HTTPS simultaneously?
I have a website http://meusite.pt which is a CNAME of http://minhamaquina.amazon.com, where the hosted site is. Only that I needed it to be redirected to the folder meusite from my Amazon machine,…
-
3
votes0
answers110
viewsStrategies to disconnect instances linked to Amazon Elastic Beanstalk
I’m looking for alternatives to shut down managed applications via Elastic Beanstalk for a few hours daily in order to reduce costs with AWS. My current setting is: EB type "load Balancing" with…
-
1
votes1
answer3461
viewsSMTP ERROR: Failed to connect to server: (0)
I’m using AWS Elastic Beanstalk and I can’t send mails with Phpmailer. On my local server it works right with exactly the same configuration. AWS Elastic Beanstalk uses Red Hat 4.8.3-9... I tried…
-
1
votes0
answers18
viewsDo not terminate instance during processing
I have a processing that occurs in my Offices, however, sometimes the "auto scaling" ends the instance in the middle of the process (which may take). I have already looked in the documentation for a…
-
1
votes0
answers59
viewsLog4j in Tomcat application on AWS Beanstalk
I have a multi tenant application developed in Java WEB (Spring) that uses log4j to log logs. Each tenant saves their log files in a specific folder, corresponding to the tenant of the logged-in…
-
0
votes1
answer62
viewsHow to use websocket in an Aws Beanstalk hosted application
I have a system running on aws Beanstalk, is a Java application with architecture Tomcat + Spring. I’m finding it difficult to make the websocket work, that locally is functional. The websocket…
-
-2
votes1
answer13
viewsHow to automatically register Target Groups in Elastic Beanstalk?
I have an application in Elastic Beanstalk that when I changed his ability and configured the health check started giving 503 Service Temporarily Unavailable. After a while I saw that it had some…