Category: AWS
-
Check Those 2 Methods to Quickly Deploy Your Python API to AWS Lambda

2 methods to deploy a Python API to AWS Lambda. How to deploy a small Python API quickly, and how to deploy a big Python API with external dependencies or with a Docker image
-
The Major Problem I’ve Faced When Using AWS Ecs to Deploy Microservices

I’ve been using ECS to deploy my microservices for many years. But this service is not ready for real-world projects.
-
Feedback on AWS Proxy RDS with AWS Lambda

When I’ve decided to migrate the calculation process to AWS Lambda, I didn’t take into account the enormous CPU consumption on RDS this will lead. Still, there is a solution for that, the Proxy RDS.
-
How to Deploy a Microservices Architecture to ECS AWS in 4 Steps

In this article I show how to deploy a microservices architecture to AWS ECS. In 4 easy steps, which can be done from a CI/CD platform.
-
How to Easily Deploy Your Spring Boot Application to AWS EC2

Today I will show how to deploy a simple Spring Boot application to AWS EC2. I will do it in such a way to be used from a CI CD pipeline. In such a way each new version will be deployed automatically to EC2.
