Update Arm64 EC2 instance to a newer one

This one is 1 vCPU + 4GiB RAM, the older one is 2 vCPU, same RAM
This commit is contained in:
Alexander Todorov 2024-04-10 12:58:45 +03:00 committed by Jakub Rusz
parent 7d24ac5567
commit 3732028d59

View file

@ -245,7 +245,7 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
EOF
if [ "$ARCH" == "aarch64" ]; then
sed -i s/t3.medium/a1.large/ "${TEMPDIR}/resource-file.json"
sed -i s/t3.medium/m6g.medium/ "${TEMPDIR}/resource-file.json"
fi
if [ -z "$CIV_CONFIG_FILE" ]; then