When not to use containers – configuration options
On a recent client project we were implementing Single Sign On using Ping and an LDAP server. An LDAP (Lightweight Directory Access Protocol) server is used to find details about a user by using a standard hierarchy structure of root-country-organization-organizational units-individuals. The client decided on an open source ldap server which was very easy to setup and configure. We always recommend containers as containers on fargate are automatically replaced if they go down. One of [...]