Questions tagged [aws-elb]
7 questions
3
votes
2 answers
How to mount this disk? (EBS)
I restored an EBS volume and attached it to a new EC2 instance. When I lsblk I can see it under the name /dev/nvme1n1.
More specifically the output of lsblk is:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 25M 1 loop…
HelloWorld
- 1,355
- 2
- 6
- 11
3
votes
1 answer
kops unable to deploy elb for ingress controller
i am unable to deploy nginx ingress in kops 1.9 in aws with this
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml
kubectl apply -f…
Mohammed Ali
- 671
- 2
- 14
- 38
3
votes
1 answer
How to get private IP address of EC2 after spinning the AWS from local machine/ at Jenkins outside AWS
Assume we already spin the AWS using cloudformation plugin from Jenkins outside AWS and now, how to get private IP address after spinning the AWS at my local machine/jenkins using any API methods? I tried ruby aws-sdk, REST API methods to get the…
user176867
- 31
- 3
2
votes
0 answers
AWS ELB Latency issue
I have two c3.2xlarge EC2 machines with Ubuntu environment both in us-west-2a AZ. Both contains same code with mySQL database from AWS RDS (db.r3.2xlarge). Both instances are added to an ELB. Both has one cron scheduled that runs twice in a day.
ELB…
Thamilhan
- 121
- 5
0
votes
1 answer
etcd cluster healthcheck | aws ELB
I am setting up a 3 node etcd cluster behind a AWS ELB. I would like to know how can I setup a healthcheck on the ELB for the 3 nodes, preferably using the v3 api endpoint. Thanks.
GMaster
- 5,992
- 3
- 28
- 32
0
votes
1 answer
OpenVPN how to add route to AWS Load balancer
I have a load balancer in AWS, I want to restrict access in its security group to be accesible only from my OpenVPN server.
Now, I would like to use
push "route a.b.c.d 255.255.255.255"
in server.conf, in order to advertise the loadbalancer…
jmhostalet
- 301
- 1
- 3
- 7
0
votes
2 answers
Unable to load the AWS ELB on 443 port but able to access ELB url on 80 port
I have 2 webservers under AWS ELB. Each webserver has one virtual host file and bundle.crt, .key files. When I tried to load the ELB with http then its directing to the webservers fine but when I use https://ELB url then I am getting below error.
I…
vil
- 21
- 3