aws-ecs-service-discovery
aws-ecs-service-discovery copied to clipboard
Simple Service Discovery for Amazon EC2 Container Service
Opt for a clear, concise README.
Traceback (most recent call last): File "/usr/local/bin/awsesd", line 9, in load_entry_point('aws-ecs-service-discovery==0.1', 'console_scripts', 'awsesd')() File "/usr/local/lib/python2.7/dist-packages/services.py", line 201, in cli update_services(args.service_names, True) File "/usr/local/lib/python2.7/dist-packages/services.py", line 177, in update_services info = get_info()...
Have you considered using DNS SRV records to allow discovery of the port that a service is running on? That is how consul DNS works. There is a description of...