Hi @MarioForever,
I realize that the elb-ssl-aws guide says to add
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';
after the WP_HOME and WP_SITEURL definitions but you have added it before. I don't think this would fix the issue but you never know...
Also, I would try setting your WordPress domain name as explained here
If you still find the same issue after making those changes please execute the bnsupport tool again and provide us with the new code.