甲骨文新加坡终于开到ARM了
这个脚本跑了9000多次,平均每次3分钟,运行了快20天,加上之前有几次手动中断了的,差不多24天才抢到一台2x12的start the time try{"data": { "agent-config": { "are-all-plugins-disabled": false, "is-management-disabled": false, "is-monitoring-disabled": false, "plugins-config": null }, "availability-config": { "is-live-migration-preferred": null, "recovery-action": "RESTORE_INSTANCE" }, "availability-domain": "pplh:AP-SINGAPORE-1-AD-1", "capacity-reservation-id": null,
再附上简单的脚本,官方API,没有被封的风险
for i in `seq 1 10000`; doecho "[`date '+%Y-%m-%d %H:%M:%S'`]start the [$i] time try"oci compute instance launch \--availability-domain pplh:AP-SINGAPORE-1-AD-1 \--display-name instance-20211109-1023 \--image-id ocid1.image.oc1.ap-singapore-1.xxxxxx \--subnet-id ocid1.subnet.oc1.ap-singapore-1.xxxxxx \--shape VM.Standard.A1.Flex \--assign-public-ip true \--metadata '{"ssh_authorized_keys": "xxxxxx"}' \--shape-config '{"ocpus": 2, "memoryInGbs": 12}' \--compartment-id ocid1.tenancy.oc1..xxxxxxif [ "$?" -ne 0 ]; then sleep 60selse echo "created successfully, exit" breakfidone 这儿比较详细http://vpsqk.com/post/1872.html 恭喜恭喜 ——来自CC的路由器 多谢分享,刚发了帖子就看到大佬分享了;P 60天还要重开https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif 我想开个日本,一直没开出来 楼主说说这脚本咋用! 仰视大佬 还有三十三天就被删鸡的悄咪咪路过 感谢分享
页:
[1]