Commit 9a564b05 authored by Administrator's avatar Administrator

Update create.js

parent 92407902
...@@ -53,7 +53,7 @@ async function createLightsailInstance(lightsail, region, instanceName) { ...@@ -53,7 +53,7 @@ async function createLightsailInstance(lightsail, region, instanceName) {
// else // else
zone=`${region}a` zone=`${region}a`
const instanceParams = { const instanceParams = {
blueprintId: 'ubuntu_20_04', // Ubuntu 20.04 blueprintId: 'ubuntu_24_04', // Ubuntu 20.04
bundleId: 'large_2_0', // $44 USD plan for Lightsail bundleId: 'large_2_0', // $44 USD plan for Lightsail
availabilityZone: zone, // Availability zone (usually 'a', 'b', or 'c') availabilityZone: zone, // Availability zone (usually 'a', 'b', or 'c')
instanceNames: [instanceName], // Only creating one instance at a time instanceNames: [instanceName], // Only creating one instance at a time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment