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 - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -