This page is starting as a collection of notes, design decisions, etc. related to implementing ORY Hydra within an authorization layer as we consider making Synapse an OAuth 2.0 + OIDC or OAuth-like provider. The information on this page may change as the project evolves.
Decisions and requirements to deploy via Cloudformation
See:
- PLFM-5163Getting issue details... STATUS
Choosing an ELB type
AWS offers three different types of load balancers, described further in this AWS document.
- Application Load Balancer
- Network Load Balancer
- Classic Load Balancer (formerly Elastic Load Balancer)
Also worth looking into (if relevant?) is the Elastic Container Service.