Expand description
Amazon EC2 implementation for FakeCloud.
EC2 speaks the ec2Query protocol (form-encoded requests, flattened-XML
responses — see fakecloud_aws::ec2query). This crate is built out across
many batches toward full operation parity; the foundation here provides the
service scaffold, shared Filter/pagination infrastructure, the resource
tagging subsystem, and the region/AZ/account-attribute describe primitives
that almost every SDK client calls implicitly.
Re-exports§
pub use runtime::Ec2Runtime;pub use service::Ec2Service;pub use state::Ec2Snapshot;pub use state::Ec2State;pub use state::EC2_SNAPSHOT_SCHEMA_VERSION;
Modules§
- defaults
- Default-VPC bootstrap.
- runtime
- Backing-container runtime for EC2 instances.
- service
- EC2 service entrypoint:
ec2Querydispatch over the per-account state. - service_
helpers - Shared EC2 request-parsing and error helpers.
- state
- EC2 service state.