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

Failed to initialize logging driver #25

Open
domsim1 opened this issue Jul 15, 2020 · 0 comments
Open

Failed to initialize logging driver #25

domsim1 opened this issue Jul 15, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@domsim1
Copy link

domsim1 commented Jul 15, 2020

Hi,
After deploying, I looked into the ECS Tasks and they keep stopping with the following error:

Status reason | CannotStartContainerError: Error response from daemon: failed to initialize logging driver: failed to create Cloudwatch log stream: ResourceNotFoundException: The specified log group does not exist. status code: 400

I checked and /ecs/hasura has been created so I'm not sure why it does not work.

My terraform files looks like so (I just put example in place of sensitive information):

provider "aws" {
  version = "~> 2.0"
  profile = "example"
  region  = "ap-southeast-2"
}

module "hasura" {
  source                         = "Rayraegah/hasura/aws"
  version                        = "3.0.2"
  domain                         = "example"
  hasura_subdomain               = "example"
  hasura_admin_secret            = "example"
  hasura_jwt_secret_key          = "exampleexampleexampleexampleexampleexample"
  rds_db_name                    = "example"
  rds_instance                   = "db.t2.micro"
  rds_password                   = "exampleexample"
  rds_username                   = "exampleexample"
  hasura_console_enabled         = "true"
  create_iam_service_linked_role = "false"
}
@Rayraegah Rayraegah self-assigned this Jul 21, 2020
@Rayraegah Rayraegah added the bug Something isn't working label Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants