Skip to content

Commit

Permalink
default to focal image
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki committed Oct 28, 2021
1 parent 3e5b4e4 commit 4962dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ def hostname(value):
parser.add_argument(
'-n', '--name', type=hostname, help="Instance name")
parser.add_argument(
'--image-id', default='ami-0a00ce72',
help="ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20171026.1")
'--image-id', default='ami-036d46416a34a611c',
help="ubuntu/images/hvm-ssd/ubuntu-focal image")
parser.add_argument(
'--instance-type', default='c5.2xlarge',
help="specify 'c5.9xlarge' if there are many files to check")
Expand Down

0 comments on commit 4962dd2

Please sign in to comment.