module AWS class FakeEC2 def initialize end class Instance def initialize end end end end