Skip to content

Commit 6efe0cc

Browse files
DOC: update ec2 docker operations to include CreateFleet and DeleteFleets (#553)
1 parent b27d8c9 commit 6efe0cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/content/docs/aws/services

src/content/docs/aws/services/ec2.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ Any operation not listed below will use the mock VM manager.
448448
| `StopInstances` | Pauses the Docker containers that back instances |
449449
| `StartInstances` | Resumes the Docker containers that back instances |
450450
| `TerminateInstances` | Stops the Docker containers that back instances |
451+
| `CreateFleet` | Spawns Docker containers or Kubernetes pods to fulfill fleet capacity requests. Supports On-Demand, Spot, and mixed fleets. |
452+
| `DeleteFleets` | Stops and removes the underlying containers or pods when `TerminateInstances` is set to `true`. |
451453

452454
## Libvirt VM Manager
453455

0 commit comments

Comments
 (0)