This page explains how to use the AWS ECS Service Name to uniquely identify workloads deployed on AWS ECS Fargate. The service name is a key identifier for managing ECS workloads at the service level.
Understanding the AWS ECS service name
Section titled “Understanding the AWS ECS service name”When deploying applications to AWS ECS Fargate, the ECS Service Name provides a stable and descriptive identifier for running services. It represents a long-lived service managed by ECS and helps distinguish different applications or deployment environments. Refer to the official AWS documentation for more information.
Applicable deployment type
Section titled “Applicable deployment type”Aembit specifically supports ECS Service Name identification for Edge-based deployments on AWS ECS Fargate.
Create a Client Workload with an AWS ECS service name
Section titled “Create a Client Workload with an AWS ECS service name”To configure a Client Workload using an ECS Service Name, follow these steps:
-
Log into your Aembit Tenant.
-
Click Client Workloads in the left nav pane.
-
Click New, revealing the Client Workload pop out menu.
-
Enter the Name and optional Description for the Client Workload.
-
Under Client Identification, select AWS ECS Service Name.
For Value, enter the name of the ECS service you’ve configured in AWS.
For example, if your service name is
prod-app-service
, enterprod-app-service
in the Value field.If you don’t know your ECS Service Name or how to find it, see Find ECS Service Name in AWS.
-
Click Save.
Aembit displays the new Client Workload on the Client Workloads page.
Find ECS service name in AWS
Section titled “Find ECS service name in AWS”To find the ECS Service Name in the AWS Console, follow these steps:
-
Open your AWS ECS Console
Open the AWS Management Console and go to the Elastic Container Service (ECS).
-
Select your Cluster
In the ECS console, click Clusters and select the relevant ECS cluster.
-
View Services
In the selected cluster, go to the Services tab.
-
Locate the Service Name
The Service Name column under the Services tab lists the ECS Service Names.
This is the string you’ll use in your Aembit configuration.