Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log group does not exist #5

Open
sauln opened this issue Nov 18, 2020 · 1 comment
Open

Log group does not exist #5

sauln opened this issue Nov 18, 2020 · 1 comment

Comments

@sauln
Copy link

sauln commented Nov 18, 2020

When running the StepFunctionFargate, I get an error that

CannotStartContainerError: Error response from daemon: failed to initialize logging driver: failed to create Cloudwatch log stream: ResourceNotFoundException: The specified log group does not exist.

If I manually create the log group, the step function works fine.

Is it possible to have the log group automatically created?

@ryfeus
Copy link
Owner

ryfeus commented Nov 19, 2020

@sauln Thank you for the feedback. I've updated the configuration file and included cloudwatch group creation so it would be created during first deploy:
https://github.com/ryfeus/stepfunctions2processing/blob/master/aws-fargate/serverless.yml#L315-L318
I've also added Task Role for code level permissions and FARGATE SPOT mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants