
Ultimate access to all questions.
An API receives fluctuating real-time data from monitoring devices, storing it in an Amazon RDS instance. During peak traffic, the API experiences timeout errors due to the database's inability to handle high write volumes. What solution ensures minimal database connections and data integrity during heavy traffic?
A
Upsize the DB instance for increased memory capacity.
B
Convert the DB instance to Multi-AZ and enable writes across all instances.
C
Integrate Amazon SQS to queue incoming data, processed by a Lambda function writing to the database.
D
Utilize Amazon SNS to handle incoming data, with a Lambda function subsequently writing to the database.