Building a distributed system on Amazon Web Services
- by Songo
Would simply using AWS to build an application make this application a distributed system?
For example if someone uses
RDS for the database server,
EC2 for the application itself and
S3 for hosting user uploaded media,
does that make it a distributed system?
If not, then what should it be called and what is this application lacking for it to be…