Aws - Cluster

Card Puncher Data Processing

Aws - Cluster

About

cluster in Aws are managed by the Amazon Elastic Container Service (ECS).

Management

Create

  • create a cluster with the cli
aws ecs create-cluster --cluster-name clusterName
:: Example 
aws ecs create-cluster --cluster-name MythicalMysfits-Cluster





Discover More
Card Puncher Data Processing
AWS - Fargate (serverless container)

AWS Fargate is a deployment option in Amazon ECS (Elastic Container Service) that allows you to deploy containers serverless (ie without having to manage any clusters or servers). (ie running containers...
Aws Moder App Mysfits Home Page
Aws - Modern Web App Workshop

Note the Aws project Build a Modern Web Application Code: aws-samples/aws-modern-application-workshop/tree/python...
Card Puncher Data Processing
Aws - Service (Microservice)

in Aws is managed by the ECS service AWS offers managed services for: Service Discovery with AWS Cloud Map Service Mesh with AWS...



Share this page:
Follow us:
Task Runner