[
https://issues.apache.org/jira/browse/JCLOUDS-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321825#comment-16321825
]
Ignasi Barrera commented on JCLOUDS-1372:
-----------------------------------------
Thanks for reporting. Would you like to try contributing this yourself in a
pull request? It should be pretty straightforward; you just need to add the new
types to the
[InstanceType|https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java],
[EC2HardwareBuilder|https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java]
and
[AWSEC2HardwareSupplier|https://github.com/jclouds/jclouds/blob/master/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/suppliers/AWSEC2HardwareSupplier.java]
classes.
> Add support for R4 instance types in AWS ec2
> --------------------------------------------
>
> Key: JCLOUDS-1372
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1372
> Project: jclouds
> Issue Type: Improvement
> Components: jclouds-compute
> Affects Versions: 2.0.3
> Reporter: Vikas Rangarajan
>
> As a jclouds client targeting AWS EC2 as one of the deployment cloud
> providers, I would like to avail of the newly added R4 instance types that
> are memory optimized but more cost-effective than the previous generation R3
> instance types.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)