AWS Architecture Blog

Zili Gao

Author: Zili Gao

Zili Gao is a Partner Solutions Architect with AWS Worldwide Public Sector. As a generalist, he works with AWS partners on their solutions in diversified technology domains. He also supports customer enablement, further promoting AWS best practices. Outside of work, Zili enjoys swimming and reading philosophy books.

Application Load Balancer integration with Amazon Cognito

Web application access control patterns using AWS services

The web application client-server pattern is widely adopted. The access control allows only authorized clients to access the backend server resources by authenticating the client and providing granular-level access based on who the client is. This post focuses on three solution architecture patterns that prevent unauthorized clients from gaining access to web application backend servers. […]