#terraform-aws-modules (2020-03)

terraform Terraform Modules

Discussions related to https://github.com/terraform-aws-modules

Archive: https://archive.sweetops.com/terraform-aws-modules/

2020-03-07

navdeep avatar
navdeep

Hey i am trying to leverage aws fargate(https://github.com/cloudposse/terraform-aws-ecs-alb-service-task) tasks for once in a week job, is it a right pattern , since what i want is my own environment (docker will ensure that) and i only want to give the money for the resources i use for the task that i run, still new to fargate world , does it fits the requirements ?

cloudposse/terraform-aws-ecs-alb-service-task

Terraform module which implements an ECS service which exposes a web service via ALB. - cloudposse/terraform-aws-ecs-alb-service-task

2020-03-27

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Adding @discourse_forum bot

discourse_forum avatar
discourse_forum
10:06:47 PM

@discourse_forum has joined the channel

2020-03-29

Bertie avatar

hi, can anyone tell me what is the major difference between the terraform-aws-atlantis and terraform-aws-ecs-atlantis ?

terraform-aws-modules/terraform-aws-atlantis

Terraform configurations for running Atlantis on AWS Fargate. Github, Gitlab and BitBucket are supported - terraform-aws-modules/terraform-aws-atlantis

cloudposse/terraform-aws-ecs-atlantis

Terraform module for deploying Atlantis as an ECS Task - cloudposse/terraform-aws-ecs-atlantis

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

the cluodposse ecs module for atlantis is very opinionated. the main difference is our module works with codebuild/codepipeline to build and deploy the atlantis container to ECS in addition to running it, while the terraform-aws-modules version does not handle that part.

terraform-aws-modules/terraform-aws-atlantis

Terraform configurations for running Atlantis on AWS Fargate. Github, Gitlab and BitBucket are supported - terraform-aws-modules/terraform-aws-atlantis

cloudposse/terraform-aws-ecs-atlantis

Terraform module for deploying Atlantis as an ECS Task - cloudposse/terraform-aws-ecs-atlantis

Bertie avatar

i see, thank you for getting back to me. why did you want to build your own container, as atlantis release their own official build too

Bertie avatar

also, does your module handle secrets? i am just trying to configure atlantis’ module to use parameter store

    keyboard_arrow_up