feat(ecs): L2 for ebs task attach#28691
Conversation
c8cd6df to
46e2284
Compare
|
@KollaAdithya is changing the fileSystemType prop to be an |
|
@go-to-k I put the wrong link in the last PR comment, sorry. Give this one a look. |
Co-authored-by: go-to-k <24818752+go-to-k@users.noreply.github.com>
go-to-k
left a comment
There was a problem hiding this comment.
I commented on a few things. If I find something else later, I may comment on it.
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
add validations Co-authored-by: go-to-k <24818752+go-to-k@users.noreply.github.com>
go-to-k
left a comment
There was a problem hiding this comment.
Thanks for the changing!
I've added a few more comments that I hope you'll take a look at.
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: go-to-k <24818752+go-to-k@users.noreply.github.com>
Co-authored-by: go-to-k <24818752+go-to-k@users.noreply.github.com>
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/base/service-managed-volume.ts
Outdated
Show resolved
Hide resolved
|
@MrArnoldPalmer and @go-to-k All the feedback is addressed. Can you take a look and approve it |
go-to-k
left a comment
There was a problem hiding this comment.
Great, thanks @KollaAdithya .
I approve this.
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
To simplify ECS customer experience, customers need the ability to utilize highly available (HA) durable, high-performance, cost effective block storage for their workloads. To address these needs, ECS will provide support for Elastic Block Storage (EBS) task attachments.
This PR adds the L2 constructs for EBS task attach.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license