interface ElasticGpuSpecificationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnInstance.ElasticGpuSpecificationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnInstance_ElasticGpuSpecificationProperty |
![]() | software.amazon.awscdk.services.ec2.CfnInstance.ElasticGpuSpecificationProperty |
![]() | aws_cdk.aws_ec2.CfnInstance.ElasticGpuSpecificationProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnInstance » ElasticGpuSpecificationProperty |
Amazon Elastic Graphics reached end of life on January 8, 2024.
For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
Specifies the type of Elastic GPU. An Elastic GPU is a GPU resource that you can attach to your Amazon EC2 instance to accelerate the graphics performance of your applications.
ElasticGpuSpecification
is a property of the AWS::EC2::Instance resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const elasticGpuSpecificationProperty: ec2.CfnInstance.ElasticGpuSpecificationProperty = {
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
type | string | The type of Elastic Graphics accelerator. |
type
Type:
string
The type of Elastic Graphics accelerator.