Skip to content

Comment on CloudAMQP experiences ops nightmare today

Comments

So I just read this, the CEO added the below

    insts = [
      @ec2.instances.with_tag('Name', "CloudAMQP-#@name0*").to_a,
      @ec2.instances.with_tag('Name', "CloudAMQP-#@name-*").to_a,
      @ec2.instances.with_tag('Service', 'CloudAMQP').with_tag('Name', "#@name-*").to_a,
    ].flatten
unless they have a variable named "@name0" that first line would've evaluated to "CloudAMQP-*", which would then have the fun happen.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.