© 2023 Hashnode
#ecs
How to set up a containerised Airflow installation in AWS ECS using Redis as its queue orchestrator. A bit of background A few years ago I joined a Data team where we processed a lot of analytics info…
Project Intro There is a need to build a docker image of a web application that is built in React and NodeJS which runs locally. This image must run on either EC2 or ECS. A docker image of that applic…
Understanding AWS-ECS: What is ECS? Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service. It makes it easy to run, scale, and manage Docker containers on th…
Forewords The context in which I set up this infrastructure for one of my projects is the following: I have a GitHub repository where the CI part is managed through GitHub actions. The CodePipeline w…
Amazon Web Services (AWS) is a popular cloud computing platform that provides a wide range of services for developing, deploying, and managing applications. These services can be part of a DevOps work…
FieldCircle infrastructure has been deployed using AWS Cloud, back in 2020 when we were ready with our first version and a decision was needed to choose between ECS and Kubernetes, we have decided to …
Hello Devs, In this blog I'm going to cover how to host WordPress websites on AWS ECS service using AWS Fargate. Let me tell you why this is needed and why not to use EC2 for hosting Wordpress. Few d…
Docker containers help us to create portable and isolated environments for deploying our applications. Since containers provide the flexibility to run applications efficiently across computing environ…
Service Discovery is a key concept of the microservices architecture which enables different microservices within the ecosystem to discover and communicate with each other. Broadly, there are two ap…
建立 github action, to aws ECR, ECS 建立 ECR entry. 建立 ECS Cluster. 建立 github action, 我照著這篇來建立我的 ECS: https://blog.devgenius.io/host-any-app-to-aws-and-github-using-continuous-deployment-ci-cd-pipeline-step-by-step-d4150dbee2e8 照著做就可以看到結果,可以在 c…