riboseinc / terraform-aws-ecs-gitlab

Terraform module for a complete GitLab instance (and associated services) on AWS ECS
15 stars 5 forks source link

[Request] Provide Option to use Fargate Cluster #5

Open trahloff opened 4 years ago

trahloff commented 4 years ago

Hi,

we try to avoid using EC2 whenever we can in our architecture. If possible, could you provide a way to use this module with a Fargate ECS Cluster?

In addition, using the example code provided in the Readme I got the following error:

InvalidParameterException: The provided target group arn:aws:elasticloadbalancing:eu-central-1:816911915741:targetgroup/tools-2020020516252207480000000f/3e51ba6896be6349 has target type instance, which is incompatible with the awsvpc network mode specified in the task definition. "tools-gitlab-gitlab-ced53af0"
ronaldtse commented 4 years ago

Thanks @trahloff for the suggestion. @jackivanov would you have time for this? Thanks!

jackivanov commented 4 years ago

I'll take a look