Skip to content

Instantly share code, notes, and snippets.

@v1k-t0r
v1k-t0r / aws_route53_delete.sh
Created March 4, 2019 13:35 — forked from earljon/aws_route53_delete.sh
Delete a Route 53 Record Set in AWS CLI
#!/bin/sh
# NOTE:
# Make sure that the value of Name, Type, TTL are the same with your DNS Record Set
HOSTED_ZONE_ID=<YOUR_HOSTED_ZONE_ID>
RESOURCE_VALUE=<YOUR_DNS_RESOURCE_VALUE-ex:IP or dns>
DNS_NAME=<YOUR_DNS_NAME-ex: subdomain.domain.com>
RECORD_TYPE=<DNS_RECORD_TYPE-ex: A, CNAME>
TTL=<TTL_VALUE>
@v1k-t0r
v1k-t0r / gist:19c479bf3d67bbd7fa04e1f8e3f1531c
Last active February 6, 2019 21:38
Terraform vscale plugin installation on Debian 9

Terraform vscale plugin installation on Debian 9

go instalation