I'm trying to configure Wordpress using AWS. Right now, this is what I have:
EC2
2 t2.small servers (Wordpress is in both of them)
ELB configured and working with those 2 servers
RDS with the database (both Wordpress are pointing here)
It might be a silly doubt, but I want to configure them making them have the same information in both servers (e.g.: right now, there are images in one server that doesn't exist in the other). I also want to update plugins all at once, not having to enter in every instance to update them.
As far as I know, I have to set up a S3 for all the images and such, but I'm concerned about the plugins. Could you give me some advice on how to do that?
Thanks in advance.
[EDIT] Thank you so much. I think I'll try as the user @tex suggested, I think it's the easiest thing to do and I think I won't have much problem. Thanks to everyone who helped.