aws cloudformation stack

aws-and-elasticsearch
Development Quick Tips

Deploy ELK Stack to Amazon ECS

Introduction In this article we will discuss how we self-deployed ELK Stack on Amazon ECS by using AWS Cloud Formation to help us create the required resources. There are many other possibilities to use t...

Software Development Outsourcing
Development

Transforming a monolithic application to a micro-services oriented architecture – Part 6 – Final Deploy

We have created stacks. We have updated them manually to Amazon S3. We can launch them easily from the AWS Console > CloudFormation View. Now it is time to use some CI/CD scripts which will deploy our mic...

Software Development Outsourcing
Development

Transforming a monolithic application to a micro-services oriented architecture – Part 4 – Stack for the monolith

We have created the base stack, now let’s consider our monolithic application that it is actually a micro-service, so let’s deploy it to our previously created infrastructure. After all the base ...