Logging system in AWS

0

Hi AWS, how can we design the Logging system to track the unprocessed/ errored out payload? What are the dos and donts for the same?

profile picture
已提問 1 年前檢視次數 192 次
1 個回答
1

There are several ways to design a logging system in AWS to track unprocessed or errored out payloads. One common approach is to use a combination of AWS services such as Amazon Kinesis, AWS Lambda, and Amazon S3.

In terms of "dos and don'ts," some things to keep in mind include:

Do ensure that your logging system is designed to handle high volumes of data and can scale as needed. Don't store sensitive data in plaintext in your logs. Do use encryption to protect your logs in transit and at rest. Don't store your logs indefinitely. Consider setting up a retention policy to automatically delete old logs after a set period of time. Do test your logging system regularly to ensure that it is working as expected and can detect and handle errors and failures.

AWS_Guy
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南