Connor Wescott

Results 1 issues of Connor Wescott

`NotImplementedError: The allocate_hosts action has not been implemented` Method used to generate issue: ``` def setup_mock_dedicated_host(zone): response = ec2client.allocate_hosts( AvailabilityZone=zone, InstanceType='t3a.nano', Quantity=1 ) return response ``` I am using Moto...

enhancement