Update the monkeybox IP in aws
This is used to store the last IP and the log
kubectl create secret generic aws-creds \
--from-literal=AWS_ACCESS_KEY_ID=BLAH \
--from-literal=AWS_SECRET_ACCESS_KEY=BLAH
kubectl create secret generic update-route53 \
--from-literal=ZONEID=A1B2C3D4 \
--from-literal=RECORDSET=host.example.com
ZONEID
- Hosted Zone ID e.g. BJBK35SKMM9OE
RECORDSET
- The CNAME you want to update e.g. hello.example.com
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION