Ports 80 and 443 for the ALB created using the "aws-ecs" plugin

When the plugin “aws-ecs” is used to deploy an application, you can specify the options for the ALB created. One of the options is the ingress port. By default, the 80 port is used if “certificate” is unset, and 443 if set.
In my case, I’m using a certificate, so I set it to 443. But I was wondering whether the 80 port can be also set, because I would need a redirection from 80 to 443 too.
So, is it possible to specify both ports in the configuration?
Regards,
Miguel.