unable to open passive port on aws-ubuntu

Hello Team,

I am not able to open the passive ports range on ec2.
I have allowed below ports in AWS-security-group.

Custom TCP Rule TCP 40110 - 40210 0.0.0.0/0

Checked ports open or not using below command.
nmap -sT -I -p 40110-40210 elastic-IP
nmap -sT -I -p 40110-40210 localhost

Result:
Host is up (0.25s latency).
All 101 scanned ports on ec2-elastic-ip.us-east-2.compute.amazonaws.com (elastic-IP) are closed

Starting Nmap 7.60 ( https://nmap.org ) at 2019-04-03 14:31 UTC
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000060s latency).
All 101 scanned ports on localhost (127.0.0.1) are closed

Error Getting in FileZilla.

Server sent passive reply with unroutable address. Using server address instead.
19:59:11 Command: MLSD
19:59:11 Error: Connection timed out after 20 seconds of inactivity
19:59:11 Error: Failed to retrieve directory listing

Please help
Thanks