diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2026-05-10 14:47:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-10 14:47:51 -0700 |
| commit | 6cb1ebb60019e04bc21e8315caa71e22677b3857 (patch) | |
| tree | b34c5f04fa61676d9aa666512ae858bae8f51eb4 | |
| parent | 6c6eec1bf55b879a8db218cf3252fa44d9b5d6b1 (diff) | |
| -rw-r--r-- | cf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \
|
