Skip to content

Commit

Permalink
updated services for ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Aug 9, 2024
1 parent 2bcecb6 commit 52ee242
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions console-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -878,13 +878,16 @@
sub_services:
- id: clusters
name: Clusters
url: "/ecs/home#/clusters"
url: "/ecs/v2/clusters"
- id: namespaces
name: Namespaces
url: "/ecs/v2/namespaces"
- id: taskdefinitions
name: Task Definitions
url: "/ecs/home#/taskDefinitions"
url: "/ecs/v2/task-definitions"
- id: settings
name: Account settings
url: "/ecs/home#/settings"
url: "/ecs/v2/account-settings"

- id: efs
name: Elastic File Storage
Expand Down

0 comments on commit 52ee242

Please sign in to comment.