All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
62 views

What could be a best solution for ElasticBeanstalk environment stop/start for cost saving

So i have a use case where we only need Elasticbeanstalk environment only in weekdays and in business hours only. So here at the moment i'm using a lambda function which terminates App environment and ...
Satyashil Deshpande's user avatar
0 votes
0 answers
339 views

Redirect for non-www to www not working for https

I am attempting to redirect all non-www requests to www with my nginx server, but despite successfully redirecting the http request (http://example.com to https://www.example.com), the https request ...
cphill's user avatar
  • 197
0 votes
1 answer
501 views

Nginx Non-WWW Redirect to WWW Record Issue

I am running Nginx via an AWS ElasticBeanstalk application and have Https enabled through a load-balancer and forced Https redirect for www., but it appears that there is either an issue with my ...
cphill's user avatar
  • 197
1 vote
1 answer
3k views

Route53 SSL Subdomain

I have a setup where I have a top level domain hosted and the DNS is done through Route53. The SSL certificate is done through AWS certificate manager and works fine for the top level domain. It is ...
ackerchez's user avatar
  • 119
0 votes
0 answers
201 views

AWS Route 53 subdomain to different ELB

I currently have two different ELB apps set up. One for production and one for development. I have Route53 handing the DNS for the site. Currently I have an A record for the main site (and another for ...
ackerchez's user avatar
  • 119
0 votes
0 answers
148 views

How to assign ACM Certificate to Elastic Beanstalk security group?

Stack Elastic Beanstalk AWS Route 53 for DNS. AWS Certificate Manager for SSL Cert. What I have done I have added the CNAME for the certificate (Through the wizard provided by AWS for Route 53). I ...
msbarnard's user avatar
  • 101
0 votes
0 answers
512 views

Configure AWS with Apache Virtualhosts

I have Route 53 configured to forward client1.mydomain.com ALIAS -> eb.crypticaddress.com. This works as expected. Now I have in Elastic Beanstalk the possibility to override Apache Config. On ...
user avatar
11 votes
1 answer
16k views

AWS Route 53 Pricing [closed]

I have set up a Tomcat Server on AWS Elastic Beanstalk Load Balancer. I also have a domain name registered with 1&1, e.g. www.example.com. I would like to point the domain name at the Elastic ...
Richard's user avatar
  • 143
1 vote
1 answer
248 views

No targets available trying to set alias target to an Elastic Beanstalk environment

I am setting up a Route 53 zone, and am trying to point the domain root (mydomain.com) to an Elastic Beanstalk environment. However, when I try to select my EB environment all I see is: -- Elastic ...
awidgery's user avatar
  • 131
0 votes
1 answer
623 views

Elastic Beanstalk on a naked domain?

If I were to be using Elastic Beanstalk to deploy a cluster of servers, it creates a load balancer for me. The advice is to specify an A record pointing to the Elastic Beanstalk name provided (...
Marc Fowler's user avatar
0 votes
0 answers
153 views

AWS Elastic Beanstalk Single Environment website update without down time

I am running a single instance Elastic Beanstalk environment with an EC2 instance and MySql RDS. The documentation for applying a website update without down time is geared to multi instance ...
Luke's user avatar
  • 549
1 vote
1 answer
3k views

Setting up sub-domains to point to a single instance Elastic Beanstalk application

I have a multi-tenant application that I've deployed to Elastic Beanstalk. Each tenant has a distinct sub-domain that they access the application from. After I deployed to Elastic Beanstalk I was able ...
Sparafusile's user avatar