#atlantis (2020-12)

atlantis

Discuss the Atlantis (<http://runatlantis.iorunatlantis.io>)

**Archive: ** https://archive.sweetops.com/atlantis/

2020-12-08

Igor avatar

Does anyone here run Atlantis on Fargate? If so, are you running on minimum cpu/memory, or higher? What configuration works best?

jose.amengual avatar
jose.amengual

I do

jose.amengual avatar
jose.amengual

I run a pretty small task

Arjun Venkatesh avatar
Arjun Venkatesh

In my org, we use Atlantis to do most of the Terraform planning and applying work. We use multiple atlantis. Some are used at min memory and some of the others have been bumped up to use 2048

Igor avatar

Thanks. I think I’ll bump mine. Some plans take forever.

Arjun Venkatesh avatar
Arjun Venkatesh

Yeah, I did notice that some of the plans took forever to run esp EKS stuff, takes longer to run.

zeid.derhally avatar
zeid.derhally

We run atlantis in fargate as well. We’ve noticed sometimes things take forever and have yet to figure out why. We thought we were being throttled by AWS and opened a ticket and they said that wasn’t the case

2020-12-09

2020-12-12

2020-12-14

Steve Wade (swade1987) avatar
Steve Wade (swade1987)

Is it possible to block gitlab PR merges until all plans have been applied? I saw a github issue saying that this should have been resolved by adding a separate status for apply, but in our case the apply status doesn’t appear until an apply is attempted

2020-12-16

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

Anyone running atlantis today might want to join us for #office-hours today

2
joshmyers avatar
joshmyers

I’ll be sure to watch the recording

jose.amengual avatar
jose.amengual

that means I have to join

Steve Wade (swade1987) avatar
Steve Wade (swade1987)

what time is it going to be?

Steve Wade (swade1987) avatar
Steve Wade (swade1987)

FYI - i am based in London

jose.amengual avatar
jose.amengual

11:30 PST

jose.amengual avatar
jose.amengual

in 30 min

1
Steve Wade (swade1987) avatar
Steve Wade (swade1987)

What did it miss? cc @jose.amengual

jose.amengual avatar
jose.amengual

presentations from different vendors that have similar features to Atlantis

1

2020-12-22

cytopia avatar
cytopia

@jose.amengual I missed it unfortunately, can you name the alternatives of Atlantis?

David avatar

One thing I’ve always been interested in is having multiple “levels” of infrastructure deployments. So if I create a new PR that has terraform/terragrunt modules for:

  1. A VPC
  2. A lambda function inside ^
  3. A load balancer that references ^ I’d like the CI service to tell me “There are three steps. First, let’s create the VPC…” and continue to apply the services one-by-one until everything is applied. Or if I later update the VPC module, I’d also expect to be walked through updating the VPC first, then the lambda, then the ALB.

It seems like none of the TACOS have this, is that correct?

2020-12-23

jose.amengual avatar
jose.amengual

https://github.com/runatlantis/atlantis/releases/tag/v0.16.0 look up the merged PRs there is a lot of fixes and new features added

Release v0.16.0 · runatlantis/atlantis

Description Feature release with some new flags and bugfixes. This release is thanks to our new Atlantis maintainer team: @chenrui333 @nishkrishnan @acastle @unRob @jamengual Features Allow conf…

Douglas Clow avatar
Douglas Clow

Wow, looks amazing!

Release v0.16.0 · runatlantis/atlantis

Description Feature release with some new flags and bugfixes. This release is thanks to our new Atlantis maintainer team: @chenrui333 @nishkrishnan @acastle @unRob @jamengual Features Allow conf…

jose.amengual avatar
jose.amengual

and this is coming soon https://github.com/runatlantis/atlantis/pull/1317 OPA policy checks integration!!!!

Implement a new policy check workflow by msarvar · Pull Request #1317 · runatlantis/atlantis

This PR adds policy check workflow into atlantis. It uses conftest to execute policies. At the moment you can only define policies locally and configure them in the server side config. How it works…

2

2020-12-25

RB avatar

Thanks pepe for your hard work! Can’t wait to upgrade and use these additional changes

jose.amengual avatar
jose.amengual

well I can’t take credit for that, those are contributions from other companies like Lyft and such, which is cool

2
jose.amengual avatar
jose.amengual

I still need to learn how to write tests to merge the github Teams PR

2

2020-12-27

    keyboard_arrow_up