Skip to content

Service Types

Totem supports several service types. They are generally broken up into two categories, applications, and infrastructure.

Application Types

Application service types generally deploy infrastructure to host / run end-user applications.

  • container - Builds docker container and deploys it to a Totem Container Cluster
  • static-site - Builds the infrastructure to host a static website then builds and deploys the site

Supporting Infrastructure Types

Infrastructure service types are used to provision services that are often shared by multiple applications, or are otherwise supportive in nature to application-types.

  • container-cluster - Provisions the infrastructure needed to run multiple docker containers within the same ECS environment
  • docker-image - Builds a docker container and publishes it to ECR
  • user-manager - Provisions the infrastructure needed to authenticate users
  • load-balancer - Provisions an ALB for use by other services
  • waf - Provisions a Web Application Firewall that can protect the traffic of your applications
  • vpc - Provisions / imports a VPC