The EC2 Load Balancer is pretty awesome but sometimes configuring it's SSL is a bit odd. Maybe it's just me but I feel a litte more comfortable in an Apache or Nginx config.
Get the Certificates
You will order these from your vendor
Create the PEM Bundle
cat domain.crt ca-chain.pem > domain_chain_bundle.pem