# need HA and failover

**URL:** https://forums.percona.com/t/need-ha-and-failover/4157
**Category:** Other MySQL® Questions
**Created:** [April 14, 2015, 12:43pm UTC](https://forums.percona.com/t/need-ha-and-failover/4157 "2015-04-14T12:43:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![farrokh](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/farrokh/32/5131_2.png) [@farrokh](https://forums.percona.com/u/farrokh)
#### Post date: [April 14, 2015, 12:43pm UTC](https://forums.percona.com/t/need-ha-and-failover/4157/1 "2015-04-14T12:43:12Z")

</div>

we have mysql prod database in AWS EC2 and we like to implement a full HA solution so we have no downtime and can failover, can you send me a details solution, much appreciated.

---

<div class="post-metadata">

### Author: ![wagnerbianchi](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/wagnerbianchi/32/802_2.png) [@wagnerbianchi](https://forums.percona.com/u/wagnerbianchi)
#### Post date: [April 14, 2015, 2:17pm UTC](https://forums.percona.com/t/need-ha-and-failover/4157/2 "2015-04-14T14:17:26Z")

</div>

Is this just one MySQL instance? Normally, plans for HA and even scale-out will consider at least tow MySQL instances to act as MASTER/SLAVE when MASTER is most of time reserved for writes and SLAVE in standby or serving apps for data read and/or users for reports, no writes on SLAVEs, most of time. Is this the kind of solution you’re looking for? Give us more details about that. Cheers!
