This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Oracle Cloud free tier instance retry script - FAST version | |
| # Runs all 3 ADs in parallel, no sleep between cycles | |
| export SUPPRESS_LABEL_WARNING=True | |
| LOG=~/oci-retry.log | |
| TENANCY="ocid1.tenancy.oc1..aaaaaaaar47tz63vr4zkvythdk3cstcpdepdd6dadmtxxk2pyand4ynj3auq" | |
| IMAGE="ocid1.image.oc1.phx.aaaaaaaavgzv3uxxskrwd6tmm2jfmkzqx25aq2inzcx7bs5op23ft35qgyfq" | |
| SUBNET="ocid1.subnet.oc1.phx.aaaaaaaahomcoug5jhbhi5m3yfsp2broruikxn5ymcmg5mdjkbce7oh4exmq" | |
| ADS=("NNYv:PHX-AD-1" "NNYv:PHX-AD-2" "NNYv:PHX-AD-3") |