-
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(aws-ecs): include GPU & ARM based ECS optimized AMI options #2453
Conversation
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.
This looks great, thanks @mattmcclean! Should we also think about modifying AddCapacityOptions
to include machineImage
so that these AMI constructs can be used there?
Yes, would be good to add |
A base class for which? The Ami classes all implement |
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 this! Any chance you can also add a small unit test?
@SoManyHs cool, have added the machine image parameter to |
Verified that running a synth on a stack with:
resulted in this bit of CFN:
The |
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.
LGTM pending addition of the unit test suggested!
Changes have been committed including unit tests. The CodeBuild seems to be breaking but cannot see the details. Travis CI is working fine |
Can be merged as soon as the build passes. |
Pull Request Checklist
design
folderBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.