DEV Community

Discussion on: Client-Side Logging and Analytics with AWS

Collapse
 
minhhungtrinh profile image
vitiit

With authenticated user, they need login successfully => no problem
With unauthenticated user, they use identity pool id to have temporatory credentials and use it to put logs to CloudWatch.
However, Identity pool id store in Clientside that is not safe. Hacker can look for identity pool id and attack by put logs to CloudWatch.
Please, any solution?
Thank you!