Skip to content

Commit

Permalink
Try bumping up the instance size
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Feb 13, 2021
1 parent 6ccdc5a commit da992c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
instance_type: t2.micro
linux_ami_name: amzn-ami-hvm-2018.03.0.20190611-x86_64-ebs
instance_type: m1.large
linux_ami_name: amzn-ami-hvm-2018.03*x86_64-ebs
# Windows AMIs get replaced every few months, don't be too specific
windows_ami_name: Windows_Server-2019-English-Full-Base-*
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

- name: Wait for EC2 to be available
wait_for_connection:
delay: 360
delay: 300

- name: Create S3 bucket
s3_bucket:
Expand Down

0 comments on commit da992c5

Please sign in to comment.