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:
parent
7d24ac5567
commit
3732028d59
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue