I have CoreOS instances on Amazon EC2.
There are some pre-defined variables accessible from cloud-config.yml such as "$private_ipv4" or "$public_ipv4".
Is there a way to access "Instance ID" of EC2 instances like "$instance_id"? (I have tried "$instance_id" and "$INSTANCE_ID" but neither of them took effect)