Questions tagged [amazon-beanstalk]

35 questions
0
votes
1 answer

How to deploy a WAR in AWS Beanstalk with high availability

I'm using AWS Beanstalk (Tomcat) with two EC2 instances. I have minimum and maximum instances count to 2 and Any 2 in Availability zones. I was expecting high availability when deploying a new WAR according to Beanstalk FAQ, but when ELB resolves to…
0
votes
2 answers

SSL problems on Android (Intermediate Certificate)

My site works well on every browser and device, except on Android, where it throws a security exception. I already installed my SSL certificate on my Amazon Elastic Beanstalk instance (by installing the certificate on the load balancer). It seems…
Tony
  • 425
  • 2
  • 5
  • 14
0
votes
1 answer

Does/should my sandbox server need to be exactly like my production server?

I am a little new to cloud hosting. For the smallish projects I have done so far, I am used to having one sandbox/testing server and one production server, and that's it. Now I'm developing something that will likely come under a lot more strain,…
Jake
  • 103
  • 1
0
votes
0 answers

Files defined on .ebextensions configs don't always end up on the defined path (AWS Beanstalk)

I'm currently having an issue where the file imports defined on the .ebextensions folder don't end up on their target paths. My current configuration (located on .ebextensions/credentials.config) is the following: files: …
0
votes
0 answers

elastic beanstalk custom domain redirect http to https

I'm having issues forcing http to https. I have my certificate for my domain, my-domain.com which i added in aws certificate and then added the proper entries in my dns config (godaddy) with both my-domain.com and www.my-domain.com After i went to…
1 2
3