내용으로 건너뛰기

CloudWatch automatically encrypts data

0

I have some Lambda functions running on AWS that send data to CloudWatch. Previously, I was able to view the logs in plain text without any issues. However, recently I've noticed that while the logs are still being generated and briefly displayed in a readable format, after a few seconds they become encrypted or otherwise unreadable.

I'd like to know if any default configuration may have been enabled recently, or if there's a policy or setting that could be causing this behavior. Is there a way to make the logs readable in plain text again? It's worth mentioning that I have administrator access to the account.

질문됨 일 년 전163회 조회

1개 답변
0

This is unusual. I don't think any default setting is causing this. You might want to check your Lambda function if it's writing binary or encoded data to CloudWatch. Also, check KMS settings in CloudWatch Log group, maybe you are using a custom KMS and don't have the correct permission to decode the logs. Finally, could be an AWS UI issue. Maybe log out and log back in and clear browser cache before retrying.

전문가

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠