How to update or redeploy Blockscout on AWS Marketplace.
To update to the latest version of BlockScout, or redeploy with different chain parameters, you will upload the latest version of BlockScout to your server.
Copy the latest version of BlockScout git clone https://github.com/poanetwork/blockscout
Zip the folder
Copy the zip archive to the same root application folder where the current instance resides (this should be standard based on marketplace installation)
Access the command line and stop the BlockScout service sudo systemctl stop blockscout.service