Firewall rules 3CX

Hello,
I need some advices to configure my firewall .
My 3CX server is hosted on an AWS server but i don’t manage it yet.
Here is the rules i put in the firewall, can somebody tells me if it’s correct

/ip firewall filter add chain=forward protocol=udp dst-port=5060 action=accept comment="Allow 3CX SIP signaling"
/ip firewall filter add chain=forward protocol=tcp dst-port=5060,5061,5070,5071,5090,8801,8802 action=accept comment="Allow 3CX Tunnel TCP"
/ip firewall filter add chain=forward protocol=udp dst-port=5060,5061,5070,5071,5090,8801,8802 action=accept comment="Allow 3CX Tunnel UDP"
/ip firewall filter add chain=forward protocol=udp dst-port=9000-10999 action=accept comment="Allow 3CX RTP Traffic"
/ip firewall filter add chain=forward protocol=tcp dst-port=80,443,2528,5001,5061,5071,5100 action=accept comment="Allow 3CX Management Console"
/ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade comment="NAT for 3CX access"

thank you