amazon web services - Remove Route53 Entry after Instance Termination -


we using aws , add ip of instance @ it's launch weighted route53 record set. remove record set on event of instance's termination.

i know executing script @ run-levels in linux enable me this, know lifecycle hooks can applied on autoscaling groups. wondering if there simple instance-specific way using aws.

you can register lambda function triggered via cloudwatch when instance terminated


Comments