Can I use XAMPP (MySQL) with Percona XtraDB cluster on my EC2 Server?

Hi,

I just wanted to know if I can use a normal MySQL server (XAMPP) as part of the cluster on my EC2 Server running Percona XtraDB Cluster.
Can I just change the my.cnf config file on XAMPP with the necessary settings?
I’m trying to accomplish a master-master replication setup. I want the XAMPP DB to be in synch with the DB on the Server (EC2).

SETUP
Server A - Localhost (XAMPP on laptop) MySQL Server 5.5
Server B - (EC2 static IP eg. 54.282.23.1) Percona xtradb cluster server

Thank You!