A lambda function should be able to de-register the reserved name from DB and DNS names from SDB when instance shuts down. We will assume that the lambda function will be invoked in response to CloudWatch events generated on instance shut-down. The function will only take action if it finds that the name for the given instance-id was registered in SDB.
A lambda function should be able to de-register the reserved name from DB and DNS names from SDB when instance shuts down. We will assume that the lambda function will be invoked in response to CloudWatch events generated on instance shut-down. The function will only take action if it finds that the name for the given instance-id was registered in SDB.