mozilla / ssh_scan_api

An API for ssh_scan (https://github.com/mozilla/ssh_scan) and the backend API service for the Mozilla SSH Observatory (https://observatory.mozilla.org/)
31 stars 12 forks source link

Come up with proper hostnames/references for prod SSH Observatory components #128

Open claudijd opened 6 years ago

claudijd commented 6 years ago

User Endpoint (this is the pre-existing endpoint users will go to to drive http/tls/ssh scans, it's not new, just referencing it):

API Endpoint(s): (there are two of these simply so we can do staged roll outs without user impact, which we will likely hide behind an elb)

Database Endpoints: (this will be an RDS instance with high-availability/failover options, which is why there are not multiple)

Worker Endpoints: (there are two of these simply so we can do staged roll outs without user impact. Each worker server will be hosting multiple worker processes)

claudijd commented 6 years ago

/cc @april thoughts/feedback?

april commented 6 years ago

I believe mine is called:

API endpoints:

And my Worker Endpoints are:

I think your names are better than mine though, so a solid r+ to you.

claudijd commented 6 years ago

@april thanks for the feedback! I was missing the external endpoint for the ELB, I'll make sure to make that happen.