Skip to content

Instantly share code, notes, and snippets.

@9to6
Last active February 26, 2021 02:55
Show Gist options
  • Save 9to6/a4db47143dbeed915c3897e9d52002db to your computer and use it in GitHub Desktop.
Save 9to6/a4db47143dbeed915c3897e9d52002db to your computer and use it in GitHub Desktop.
AMI Cleaning opensource

ami cleaning logic

기존환경

요구사항

  • 21일 이후 삭제
  • 사용 중 인스턴스 체크후(running, pending) skip
  • remove lc, asg, ami, snapshot

오픈소스

기능

  • ami naming pattern 지원(o)
  • ami tag 지원(o)
  • 보존 날짜 지정 가능(o)
  • 사용 중 인스턴스 체크(x)

특이사항

  • python
  • 최다 star 보유

기능

  • ami naming pattern 지원(x)
  • ami tag 지원(x)
  • 보존 날짜 지정 가능(o)
  • 사용 중 인스턴스 체크(o, but only running)

특이사항

  • ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment