diff --git a/cloud/amazon/ec2.py b/cloud/amazon/ec2.py index 1b97d908b4a..3b2e59577d6 100644 --- a/cloud/amazon/ec2.py +++ b/cloud/amazon/ec2.py @@ -246,7 +246,6 @@ options: - A list of existing network interfaces to attach to the instance at launch. When specifying existing network interfaces, none of the assign_public_ip, private_ip, vpc_subnet_id, group, or group_id parameters may be used. (Those parameters are for creating a new network interface at launch.) required: false default: null - aliases: [] author: - "Tim Gerla (@tgerla)"