展示HN:Oracle Cloud 免费套餐 ARM 实例的重试脚本

2作者: ekadet大约 1 个月前原帖
Oracle的免费套餐(4个ARM核心,24GB内存,永久有效)非常不错,但由于容量问题,几乎无法进行配置。我编写了一个Terraform重试脚本,可以自动尝试,直到可用容量出现。<p>该脚本还修复了在Cloud Shell中常见的“未找到适当的密钥ID配置”错误。<p>GitHub链接:<a href="https://github.com/ekadetov/oci-terraform-retry-script" rel="nofollow">https://github.com/ekadetov/oci-terraform-retry-script</a>
查看原文
Oracle&#x27;s free tier (4 ARM cores, 24GB RAM, forever) is great but nearly impossible to provision due to capacity issues. I built a Terraform retry script that automatically tries until capacity becomes available.<p>Also includes the fix for the &quot;did not find a proper configuration for key id&quot; error that everyone hits in Cloud Shell.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;ekadetov&#x2F;oci-terraform-retry-script" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ekadetov&#x2F;oci-terraform-retry-script</a>