diff --git a/lib/ansible/modules/cloud/amazon/ec2_instance.py b/lib/ansible/modules/cloud/amazon/ec2_instance.py index a77d27cbc9e..53d40026644 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_instance.py +++ b/lib/ansible/modules/cloud/amazon/ec2_instance.py @@ -222,7 +222,7 @@ options: type: bool cpu_credit_specification: description: - - For T2 series instances, choose whether to allow increased charges to buy CPU credits if the default pool is depleted. + - For T series instances, choose whether to allow increased charges to buy CPU credits if the default pool is depleted. - Choose I(unlimited) to enable buying additional CPU credits. choices: ['unlimited', 'standard'] type: str