Skip to main content

All Questions

0 votes
1 answer
117 views

why do we have to create a load balancer in order to add a self-signed certificate to an EC2 instance (to enable SSL)?

I have a self-signed certificate to be added for my EC2 instances. After reading docs, I realized that I have to create a load balancer first to enable https on instances. What's the exact role of the ...
am fs's user avatar
  • 45
1 vote
1 answer
2k views

(AccessDenied) when calling the UploadServerCertificate operation: User xxx is not authorized to perform: iam:UploadServerCertificate

the admin added me as IAM user. I created self signed certificates (private key+certificate) and I tried to upload them through creating a new classic load balancer. I've been trying since yesterday ...
am fs's user avatar
  • 45
0 votes
1 answer
3k views

Amazon load balancer with SSL certificate

I have a web server running on an AWS EC2 instance. In an effort to support https on my custom domain (subdomain, to be precise), I have created a TLS certificate using the Amazon Certificate Manager. ...
Dennis Hackethal's user avatar
0 votes
1 answer
119 views

AWS - Load balance for 443 requests but using the server's ssl certificate

I want set up AWS load balancing on my EC2 instance, but I have a kind of dynamic SSL certificate management on it, and because of that, I need use the server's SSL certificate instead of setting up a ...
adrianosmateus's user avatar
1 vote
0 answers
136 views

Load balancer keeps EC2 instance out of service

When I set the ssl ciphers list in the EC2 instance to the below one, ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-...
TrickyExplorer's user avatar
0 votes
0 answers
1k views

setting up ssl on amazon ec2 linux instance

I have been struggling to setup ssl on my amazon ec2 server from 2 days. I have gone to aws docs for setting it up. I have generated private key and csr and got ssl certificate from www.ssl.com. I ...
Raghunandan J's user avatar
2 votes
1 answer
4k views

504 Gateway Timeout on HTTPS but not HTTP

I configured an AWS Load Balancer. It is working find on HTTP, but when I try over HTTPS I get a 504 Gateway Timeout Error. I tried all the suggestions on AWS's help page (increase idle timeout), but ...
user472292's user avatar
24 votes
5 answers
46k views

How do I Install Intermediate Certificates (in AWS)?

I have installed private key (pem encoded) and public key certificate (pem encoded) on Amazon Load Balancer. However, when I check the SSL with site test tool, I get the following error: Error ...
getmizanur's user avatar
4 votes
3 answers
2k views

SSL/HTTPS within an Amazon ELB workflow

So I've got a few EC2 instances acting as nodes on an ELB, and want to setup a wildcard certificate. Anyone have any good directions/links I can look into? I'm a little confused about the CSR file ...
onassar's user avatar
  • 223