Skip to content

Commit

Permalink
Fix cleanup-amis
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Jun 5, 2024
1 parent 1a7d89b commit 33f000e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/cleanup-amis
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
require 'aws-sdk-ec2'
require 'terminal-table'

AWS_PROFILE = ENV.fetch('AWS_PROFILE')
AMI_PREFIX = ENV.fetch('AMI_PREFIX', 'runs-on-dev')


def cleanup_region(region)
ec2 = Aws::EC2::Client.new(region: region)

Expand Down

0 comments on commit 33f000e

Please sign in to comment.