amazon web services - Create dns entries in route 53 using boto -


i looking way pass json file using boto have dns entries , dns entries can made in route 53 fast possible.

appreciate possible help, direction or anything.

thanks in advance :)

if can afford keep script running every 30 seconds great.

you can write python script following.

  • trigger sns notification each autoscaled instance using cloudwatch metrics
  • bind sns sqs queue.
  • retrieve information sqs queue. (instance ip , hostname)
  • generate required route53 records using information according requirement.
  • if instance deleted removed associated records.

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -