lazywithclass/winston-cloudwatch

Suggest AMI Permissions

Closed this issue · 3 comments

Hi!

Can you please recommend the minimum AMI permissions that would be needed to use this library? It looks like we are both reading and writing to Cloudwatch logGroups.

Thanks!

CloudWatchLogsFullAccess works for me

looking at the source, it should require these IAM permisions

DescribeLogStreams
CreateLogGroup
CreateLogStream
PutLogEvents
PutRetentionPolicy

Yes it's like @mrdavidrees said.