dev-resources.site
for different kinds of informations.
Deploying Flask-based Microservices on AWS with ECS Service Connect
Published at
12/30/2024
Categories
microservices
ecs
flask
python
Author
programmingwithalex
Author
19 person written this
programmingwithalex
open
The playlist is broken into six parts:
- An introduction to ECS Service Connect and the various AWS components that will be used
- Run the flask-based microservice architecture locally before diving into AWS
- Get the flask-based microservice architecture **just working** on AWS. We'll rely on a lot of the defaults provided by AWS on the networking to get a working example quickly that you can see in action on AWS
- We'll do the same as the previous video, but not rely on default networking setup by AWS. We'll configure networking ourselves with the recommended AWS approach so the app is production-ready
- Use GitHub Actions to automate deployments to our flask app code running on our microservice architecture on AWS
- Run a CDK (Cloud Development Kit) script that will create both the AWS networking components, as well as the ECS components. After running the script with a single
cdk deploy --all\
command, the microservice architecture will be fully functional
This tutorial truly is end-to-end. If you enjoy the content, you can help me a ton by doing any or all of the following:
- supporting me on Patreon
- subscribing to my YouTube channel
- liking and/or commenting on the videos
- sharing the video(s) or channel on any platform (reddit, twitter (or X I guess), discord, LinkedIn, etc.)
- starring the GitHub repo
- following me on GitHub
Any questions or requests, just leave a comment.
ecs Article's
30 articles in total
ecstop: My CLI Tool to Stop ECS Resources Easily
read article
Deploying Flask-based Microservices on AWS with ECS Service Connect
currently reading
Docker in AWS: Elastic Beanstalk, ECS, and Fargate Explained
read article
Retour d'expรฉrience : Quand ECS s'impose comme une alternative pertinente ร Kubernetes
read article
How to Deploy a Multi-Container App in Amazon ECS?
read article
Deploying Fider on AWS ECS: A Step-by-Step Guide to Deploy a Feedback Platform
read article
Exporting an AMI to multiple formats
read article
Speeding up ECS containers with SOCI
read article
Amazon ECS Overview ๐
read article
ECS Blue/Green com CodePipeline - Provisionado com Terraform
read article
Standup Serverless Jenkins on Fargate with Terraform - Part 2: ECS Deployment
read article
ECS Orchestration Part 4: Monitoring
read article
ECS Orchestration Part 3: Autoscaling
read article
AWS ELASTIC CONTAINER SERVICE
read article
A Decade of AWS Lambda and ECS: My Journey of Growth and Gratitude
read article
ECS Task can not find a secret manager even if exist
read article
Solving AWS ECS connect timeouts: configure default settings easily
read article
Monitoring AWS ECS Deployment failures
read article
AWS Compute - Part 2: containerization
read article
Deploying a Dockerized Web App on AWS Using ECS and Fargate: A Step-by-Step Guide
read article
How to Change Network Configurations for Blue/Green Amazon ECS Services
read article
Serverless Jenkins: ECS on Fargate - Simple Setup
read article
AmazonECS now supports AWS Graviton-based Spot compute with AWS Fargate Spot
read article
A Comprehensive Guide to Generating Entity Prefabs at Runtime in Unity ECS
read article
Easily automate Rust web service deployments on AWS without DevOps
read article
WSL in AWS Windows Server 2022 Core instance
read article
A Step-by-Step Guide to Creating and Adding Components in Unity ECS
read article
Deploying a Spring Boot Application on AWS: ECS, EKS, or Kubernetes? A Detailed Guide with Cost-Effective Recommendations
read article
What is ECS in Unity
read article
Por que escolhi AWS ECS para uma fintech e nรฃo o Serveless
read article
Featured ones: