From 789886d6d304d6c8f52daa9e8c397fa9ea40c466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Tue, 24 Jan 2023 10:47:51 -0300 Subject: [PATCH] AIO playbook instance type modified --- .github/workflows/main_aio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_aio.yml b/.github/workflows/main_aio.yml index 31b4c3cf..87c71b7b 100644 --- a/.github/workflows/main_aio.yml +++ b/.github/workflows/main_aio.yml @@ -22,7 +22,7 @@ jobs: mode: start github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} ec2-image-id: ${{ secrets.CENTOS8_AMI_ID }} - ec2-instance-type: t3.small + ec2-instance-type: t3a.large subnet-id: ${{ secrets.SUBNET_ID }} security-group-id: ${{ secrets.SG_ID }} #iam-role-name: my-role-name # optional, requires additional permissions