EC2 (3)

ArdiH

Modify EC2 Instance by Lambda (NodeJS) 🚀

EC2 Instance Modification This is a simple program created to modify or change the EC2 instance with Lambda and use the Step Function Integration. With the help of a step function we will get a flow function according to what we defined. Here we will…

Continue reading...
ArdiH

AWS ECS - Understanding Public and Private services

So, from the documentation says: Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service. https://aws.amazon.com/ecs/ When look container platform orchestrator, then we relate with Kubernetes. But this is not. It's AWS native platform. So, it's running docker for the container, but…

Continue reading...