dask / dask/dask-cloudprovider
Failure to remove log results in ResourceAlreadyExistsException
Open
bug
provider/aws/ecs
- Dominant language
- Python
- Stars
- 147
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
When trying to spin up a new Fargate cluster following @rsignell-usgs 's [example](https://github.com/rsignell-usgs/sagemaker-fargate-test/blob/master/README.md), I have to manually delete the log group in cloudwatch, or I get an error message:
`ResourceAlreadyExistsException: An error occurred (ResourceAlreadyExistsException) when calling the CreateLogGroup operation: The specified log group already exists`
My expected behavior is that it will clean up the log group.
Do I need to close out the cluster for this to happen?
Contributor guide
Assessment
This issue has not been assessed yet.