-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws-ecs: EcsOptimizedImage - inferentia type not supported #15862
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Containerclosed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/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.p2
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Containerclosed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/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.p2
Hi, my team is building a service and setting up our infrastructure through CDK. We are using ECS to deploy and manage our service on EC2 Inferentia inf.6xlarge instances. We are seeking to use ECS-Optimized AMI to build on the instances as documented by ECS team here https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html. However, it seems that inferenia image type is not supported by CDK. https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-ecs.AmiHardwareType.html. Could add the Inferentia support to fill in the gap since ECS is supporting it?
Use Case
Set up service ECS cluster using with ECS optimized Inferentia AMIs.
Proposed Solution
Could you add support for inferentia AMI type https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-ecs.AmiHardwareType.html.
Other
This is a 🚀 Feature Request