vhive-serverless / STeLLAR

STeLLAR: Open-source framework for serverless clouds benchmarking
MIT License
30 stars 9 forks source link

fix: use fresh Ubuntu 22 image during automatic provisioning of AWS EC2 instances #456

Closed ypwong99 closed 1 month ago

ypwong99 commented 1 month ago

This PR updates the Amazon Machine Image (AMI) value for the automatic provisioning of AWS EC2 instances. The AMI values of ami-036cafe742923b3d9 and ami-0f30a9c3a48f3fa79 is for Ubuntu 22 in the us-west-1 and us-east-2 region respectively.

It also makes the wrangler login step in our scripts/cloudflare/setup.sh file optional, as wrangler login requires a web browser.