

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EC2::LaunchTemplate BaselinePerformanceFactors
<a name="aws-properties-ec2-launchtemplate-baselineperformancefactors"></a>

The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application.

Currently, this parameter only supports CPU performance as a baseline performance factor. For example, specifying `c6i` would use the CPU performance of the `c6i` family as the baseline reference.

## Syntax
<a name="aws-properties-ec2-launchtemplate-baselineperformancefactors-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-ec2-launchtemplate-baselineperformancefactors-syntax.json"></a>

```
{
  "[Cpu](#cfn-ec2-launchtemplate-baselineperformancefactors-cpu)" : Cpu
}
```

### YAML
<a name="aws-properties-ec2-launchtemplate-baselineperformancefactors-syntax.yaml"></a>

```
  [Cpu](#cfn-ec2-launchtemplate-baselineperformancefactors-cpu): 
    Cpu
```

## Properties
<a name="aws-properties-ec2-launchtemplate-baselineperformancefactors-properties"></a>

`Cpu`  <a name="cfn-ec2-launchtemplate-baselineperformancefactors-cpu"></a>
The CPU performance to consider, using an instance family as the baseline reference.  
*Required*: No  
*Type*: [Cpu](aws-properties-ec2-launchtemplate-cpu.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)