How to Set Up KVM on EC2 Instances in the Same Subnet?

0
7
Asked By CleverGiraffe99 On

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

Answered By ThoughtfulPenguin42 On

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!

CuriousOtter88 -

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.