Hey everyone, I have two EC2 instances running within the same VPC and I'm trying to boot a KVM on one of them. My goal is to ensure that the VM ends up on the same subnet as the EC2 instances. I've tried several approaches but keep hitting roadblocks. I've heard that using a bridge isn't permitted on AWS. Is there a workaround or a different approach I should consider?
1 Answer
It sounds like you might be running into an XY problem. Have you thought about why you're trying to boot KVM on an EC2 instance in the first place? It might be simpler to just spin up another EC2 instance for each VM you're aiming to run on AWS. Just a thought!

I get where you're coming from. Let me clarify a bit: I'm actually looking to run a custom ewaol instance on that VM, which is why I went for KVM in the first place.