We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CreateFleet
DeleteFleets
1 parent b27d8c9 commit 6efe0ccCopy full SHA for 6efe0cc
1 file changed
src/content/docs/aws/services/ec2.mdx
@@ -448,6 +448,8 @@ Any operation not listed below will use the mock VM manager.
448
| `StopInstances` | Pauses the Docker containers that back instances |
449
| `StartInstances` | Resumes the Docker containers that back instances |
450
| `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`. |
453
454
## Libvirt VM Manager
455
0 commit comments