-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(ec2): Support for new EBS types released in re:Invent 2020. #12071
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-ec2Related to Amazon Elastic Compute CloudRelated to Amazon Elastic Compute Cloudeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Description
Related #12020.
I'm migrating some customers from GP2 to GP3 and I can't do it because CDK doesn't support this new EBS types. Even in the latest CDK Version (1.78.0) there is no way to use this.. On the other hand, Cloudformation already supports these new EBS types.
Use Case
Because I need perform a migration from gp2 to gp3 and this customer uses CDK to automate infra.
Proposed Solution
Add new EBS types in the next release.
Other
| export enum EbsDeviceVolumeType { |
And yes, Cloudformation already supports this format.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html

- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ec2Related to Amazon Elastic Compute CloudRelated to Amazon Elastic Compute Cloudeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2