diff --git a/aws/group_vars/all.yml.example b/aws/group_vars/all.yml.example index 16c6b89..fe0cd7c 100644 --- a/aws/group_vars/all.yml.example +++ b/aws/group_vars/all.yml.example @@ -57,7 +57,7 @@ GENESIS_BRANCH: "dai-test" ###Bootnode -bootnode_instance_type: "t2.micro" +bootnode_instance_type: "t2.large" bootnode_instance_name: "bootnode-{{ MAIN_REPO_FETCH }}-{{ GENESIS_BRANCH }}" bootnode_count_instances: "1"