From 6cb1ebb60019e04bc21e8315caa71e22677b3857 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 10 May 2026 14:47:51 -0700 Subject: fix fetch ipv4 addr --- cf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf.yml b/cf.yml index d78913b..3cb0d0c 100644 --- a/cf.yml +++ b/cf.yml @@ -323,7 +323,7 @@ Resources: # Install AWS CLI yum install -y aws-cli # Get instance ID and public IP - PUBLIC_IP=$(curl -s http://169.254.169.254/latest/meta-data/public-ipv4) + PUBLIC_IP=$(curl -s https://checkip.amazonaws.com) # Update Route53 DNS record aws route53 change-resource-record-sets \ -- cgit v1.2.3