route53でhosted zoneを削除しようとしたときに以下のようなエラーが出ることがある
Before you can delete a hosted zone, you must first delete all resource record sets except the NS and SOA resource record sets for the zone apex.
TypeがNSとSOAのエントリのみが残存している状況にしてから削除してねとのこと
AレコードやMXなどが残っている場合は、一度hosted zoneの内容を開いてdelete record setから削除する必要ありです