security/swift_security.py [87:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    port_range=_ec2.Port(
                                        protocol=_ec2.Protocol.TCP,
                                        string_representation="RDS (1521)",
                                        from_port=1521,
                                        to_port=1521
                                    ),
                                    description="AMH - RDS (1521)")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



security/swift_security.py [113:119]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                      port_range=_ec2.Port(
                                          protocol=_ec2.Protocol.TCP,
                                          string_representation="RDS (1521)",
                                          from_port=1521,
                                          to_port=1521
                                      ),
                                      description="AMH - RDS (1521)")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



