Comment on Modern cloud architecture on AWS: server fleets and databasesparentComments−scarface746yOne producer/multiple consumers is what SNS+ Attributes + subscription filters + SQS is for.If your database goes down, you have point in time recovery and read replicas that can be promoted as needed.
Comments
One producer/multiple consumers is what SNS+ Attributes + subscription filters + SQS is for.
If your database goes down, you have point in time recovery and read replicas that can be promoted as needed.