awslogs icon indicating copy to clipboard operation
awslogs copied to clipboard

awslogs streams finds no stream

Open franck102 opened this issue 1 year ago • 1 comments

After logging in through sso with PowerUserAccess I can list log groups, but not streams:

> aws sso login
Successfully logged into Start URL: https://...

> awslogs groups
...
PassmateStack-KeycloakTaskDefinitionkeycloakLogGroupEF63A90C-r2FV2MO3ORso
...

> awslogs streams PassmateStack-KeycloakTaskDefinitionkeycloakLogGroupEF63A90C-r2FV2MO3ORso
<nothing is returned, no error>

franck102 avatar May 12 '23 08:05 franck102

I ran into similar issues, double check your sso aws region setup is correct for the region you're in

aws configure get region

check if that is the region your logs are in.

ocrlgv avatar Oct 11 '23 01:10 ocrlgv