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 Clusterstatic-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 environmentdocker-image- Builds a docker container and publishes it to ECRuser-manager- Provisions the infrastructure needed to authenticate usersload-balancer- Provisions an ALB for use by other serviceswaf- Provisions a Web Application Firewall that can protect the traffic of your applicationsvpc- Provisions / imports a VPC