User Tools

Site Tools


aws_how_to

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
aws_how_to [2011/10/26 17:22]
k2patel [Sending Regular SSL / Key / Bundle to ELB]
aws_how_to [2011/10/26 18:19]
k2patel [Sending Regular SSL / Key / Bundle to ELB]
Line 54: Line 54:
 Now Assign certificate to ELB. Now Assign certificate to ELB.
  
-**NOTE : +**NOTE : \\
 You can change your certificate assignment live.\\ You can change your certificate assignment live.\\
 Simply add new certificate and do next step replace existing assignment.** Simply add new certificate and do next step replace existing assignment.**
Line 65: Line 65:
  
 You are good to GOLDEN You are good to GOLDEN
 +
 +
 +==== Playing with Amazon ELB ====
 +
 +=== Create LB using ELB API ===
 +<code bash | Create lb>
 +elb-create-lb elb-test1 --availability-zones us-east-1b --listener "​protocol=http,​ lb-port=80, instance-port=9130"​ --listener "​protocol=https,​ lb-port=443,​ instance-port=9130,​cert-id=arn:​aws:​iam::​123456789101:​server-certificate/​www.k2patel.in"​
 +</​code>​
 +
 +<code bash | Register Instance>​
 +elb-register-instances-with-lb elb-test1 --instances i-12345678
 +</​code>​
 +
 +<code bash | Register Listeners on ELB >
 +elb-create-lb-listeners v3-test --listener "​lb-port=9145,​instance-port=9145,​protocol=https,​instance-protocol=https,​cert-id=arn:​aws:​iam::​365783813967:​server-certificate/​dev.mcfapps.com" ​
 +</​code>​
 +
 +
 +
aws_how_to.txt ยท Last modified: 2020/08/10 02:35 (external edit)