Questions tagged [elastic-load-balancer]

Use this tag for questions related to the Elastic Load Balancer, used to automatically distributes incoming application traffic across multiple Amazon EC2 instances.

Usually accompanies this tag, so you are encouraged to use it too, if applicable.

331 questions
0
votes
1 answer

Redirecting admin url traffic to a particular load balancer

Current Setup: I've two load balancer each containing EC2 instances from different regions. Primary region has Read-write DB & secondary has read-only replica of primary DB. There are also 2 record sets in Route 53 which are configured with load…
0
votes
1 answer

load balancing for tomcat in aws instances

We are running many tomcat instances in t2.small aws. We are planning to configure load balancer for whole t2.small instance. Please help me how to do configure in AWS Load balancer for the intances.
0
votes
2 answers

How to know if a existing AWS ELB is either Classic or Application load Balancer

I got responsible for the management of a AWS account with a preexisting load balancer, and want to know if it is a Classic load balancer or an application load balancer. I could not find the information either through the web console or the ruby…
0
votes
0 answers

Which eventype are generated when ELB logs are sent to S3

Im creating a Lambda function that will get triggered when new ELB logs are sent to a S3 bucket. I would prefer not to select "Object Created (All)" in the event type of my lambda function, I would rather limit it to the strict minimum: The options…
jthemovie
  • 153
  • 2
  • 13
0
votes
1 answer

Onelogin SAML with AWS load balancer

I am trying to get OneLogin Saml authentication working on my live servers and am running into a problem with my AWS load balancer setup. I think the problem is that I have a classic load balancer which is listening on both port 80 and 443 with a…
0
votes
1 answer

WSO2 API Manager store asks for credentials each time want to list applications

I have deployed the WSO2 API Manager with distributed setup and have two nodes of store fronted by an AWS ELB. When I try to access the store via load balancer this issue appears. If I access the store via direct IP for one of the nodes, it works…
0
votes
2 answers

Which AWS services to pick for the right architecture?

AWS seems a little daunting with too many overlapping services so I'm looking for some advice and direction. We have a mobile app for which we've developed a sync server (i.e. user will sign-up, sync data kept on AWS). Currently we've setup an EC2…
0
votes
0 answers

Configure Akka remote hostname allow both server instance and load balancer DNS

We use simple Akka Remote calls between our EC2 instances that are behind Load balancers. Each instance type (A and B) are behind load balancers and can have multiple instances, respectively. We use tell to send requests and use getSender() to…
0
votes
2 answers

AWS CloudWatch Dimension Value Contains

Assume my LoadBalancer name is app/test123/123abc where 123abc is a unique ID. This is the end of the load balancer ARN. I am currently retrieving the Cloudwatch stats by doing this: GetMetricStatisticsRequest oRequest = new…
0
votes
1 answer

How to open Aurora DB Port only for Load Balancer

I am running the load balancer for ec2 machines and there is separate Aurora RDS is running. They both are in same region. I want to open rds default port only for aws classic load balancer. I am can't find the option in security group and there is…
0
votes
2 answers

Scalling up my single instance node.js/mongodb application on Amazon EC2 - starting from scratch

I am a happy Amazon EC2 user, I followed some tutorials here and there (mostly this one) and I successfuly deployed a node.js app. I currently have the t2.nano machine, which works fine as my test environment for couple users. Currently my iOS app…
0
votes
1 answer

how to route www.domain.com to httpswww.domain.com in Route 53?

We are trying to route www.example.com to https://www.example.com using route 53 when ever user search for www.example.com We redirected all the traffic from example.com to https://www.example.com by using S3 bucket Redirect all request, then…
0
votes
1 answer

Braintree Sale Error (PHP)

I'm getting the following error when trying to create a transaction with Braintree. In Sandbox it worked fine. My server is an AWS Beanstalk setup with a load balancer with SSL (TLS 1.2). Here is the error from the error_log: [Mon Mar 20…
0
votes
1 answer

Amazon Web Services Beanstalk and Custom Domain

When using a Beanstalk environment setup with an elastic load balancer, in Route 53 do I choose an A record with the endpoint of the elastic load balancer or of the beanstalk environment itself? Thanks!
0
votes
1 answer

Cloudformation template for creating wordpress on 4 ec2 instances with on single RDS Mysql

Currently i am writing a cloudformation template which installing wordpress on 4 instances with on single RDS MySql instance . so far i wrote code for launching complete wordpress on one single ec2 instance and database on RDS instance. i want to do…