DOC-346: Deprecate Libvirt VM manager in EC2 docs#782
Open
HarshCasper wants to merge 1 commit into
Open
Conversation
Align docs with the product deprecation so users are steered to Docker or Mock VM managers before Libvirt is removed.
Deploying localstack-docs with
|
| Latest commit: |
c597d8a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://61f64d4f.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-346-doc-ec2-deprecate-li.localstack-docs.pages.dev |
nik-localstack
approved these changes
Jul 14, 2026
| | `EC2_REFERENCE_DOMAIN` | `my-template-vm` | **Deprecated**. Name of a shut-off Libvirt domain whose configuration will be cloned for all new VMs created by LocalStack. If unset or the domain is not found/not shut-off, LocalStack uses a generic configuration. Used with the deprecated Libvirt VM manager. | | ||
| | `EC2_REMOVE_CONTAINERS` | `0`\|`1` (default) | Controls whether created Docker containers are removed at instance termination or LocalStack shuts down. Disable this if there is a need to examine the container filesystem for debugging. | | ||
| | `EC2_VM_MANAGER` | `docker`(default)\|`libvirt`\|`mock` | Emulation method to use in LocalStack for AWS. | | ||
| | `EC2_VM_MANAGER` | `docker`(default)\|`libvirt` (deprecated)\|`mock` | Emulation method to use in LocalStack for AWS. The `libvirt` value is **Deprecated** and will be removed in a future release. | |
Contributor
There was a problem hiding this comment.
There is the option for kubernetes VMM here but I just realized that we don't document it at all ?
quetzalliwrites
requested changes
Jul 14, 2026
quetzalliwrites
left a comment
Collaborator
There was a problem hiding this comment.
just a few conflicts to address :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EC2_HYPERVISOR_URI,EC2_LIBVIRT_*,EC2_REFERENCE_DOMAIN, and thelibvirtvalue ofEC2_VM_MANAGER) as DeprecatedTracks the product change in localstack-pro#7870.
Fixes DOC-346