Commit f3c4eb76 authored by Ahmad's avatar Ahmad

inikt

parent ebd0014d
......@@ -83,7 +83,7 @@ async function main() {
const lightsail = new AWS.Lightsail({ region });
await createLightsailInstance(lightsail, region, zone, instanceName);
console.log(`Waiting 30 seconds before creating the next instance...`);
await sleep(30000); // Wait for 30 seconds
await sleep(60000); // Wait for 30 seconds
}
console.log('All Done')
......
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