
Basic API Flow
End User, Security Group (JWT etc), to the Front End application, Proxy (nginx), to the API Gateway where policies are applied (Security, Throttling), to the A…
Read More »

End User, Security Group (JWT etc), to the Front End application, Proxy (nginx), to the API Gateway where policies are applied (Security, Throttling), to the A…
Read More »
AWS offers a means to organisation the usage of the platform, and to manage multiple accounts within a single organisation. None of this is that straightforwar…
Read More »
How Does Fargate Work? Fargate allows you to deploy containers without setting up or managing the infrastructure that will host them. You tell Fargate which co…
Read More »
AWS API Gateway is extremely powerful and easy to deploy. You don’t have to manage any infrastructure (i.e. no purchasing, scaling, patching), the gateway is c…
Read More »
AWS CloudFormation is an infrastructure-as-code tool that defines resources and their configurations in a standardized template — either a JavaScript Obj…
Read More »
https://aws.amazon.com/mainframe/ AWS announced the general availability of AWS Mainframe Modernization, a new service that makes it faster and easier for cust…
Read More »
APIs provide the standardized contract that was missing from the SOAP environment. SOAP messaging and related protocols were used in the monolithic Service Bus…
Read More »
There are four levels of DR protection in AWS. DR patterns: From least costly and complex to most. 1-Backup and restore. Admins typically choose this option fo…
Read More »
Both Kubernetes and Docker are used to deploy and manage containers. Often Docker Containers run applications within Kubernetes (K8s) node clusters. Usually th…
Read More »
Here are five areas where teams can add automated security checks into development pipelines. 1. Code quality (SAST) Perhaps the control that springs to mind f…
Read More »
Use Case: Migrate System APIs or SAPIs from Mule to Kong Gateway. Models: There are 2 basic deployment models when using an API gateway and SAPIs. 1-Gateway + …
Read More »
A common Cloud pattern especially with a container deployment model, is to use a side car in which we deploy components of an application into a separate proce…
Read More »