-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
Co-authored-by: go-to-k <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I only commented on minor points at the end. I will approve this when it is completed.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks @KollaAdithya .
I approve this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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