diff --git a/troposphere/ec2.py b/troposphere/ec2.py index 6a96ee88a..10c5545d6 100644 --- a/troposphere/ec2.py +++ b/troposphere/ec2.py @@ -159,6 +159,7 @@ class EBSBlockDevice(AWSProperty): 'Encrypted': (boolean, False), 'KmsKeyId': (basestring, False), 'Iops': (integer, False), # Conditional + 'Throughput': (integer, False), # Conditional 'SnapshotId': (basestring, False), # Conditional 'VolumeSize': (integer, False), # Conditional 'VolumeType': (basestring, False),