Skip to content
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

Add Nvidia GPU optimized AL2023 AMI #1534

Merged
merged 7 commits into from
Dec 23, 2024
Merged

Add Nvidia GPU optimized AL2023 AMI #1534

merged 7 commits into from
Dec 23, 2024

Conversation

flostadler
Copy link
Contributor

This change adds support for the AL2023 x86_64 GPU optimized AMI. See AWS docs for a list of supported AMIs.

The AMI type (AL2023_x86_64_NVIDIA) is taken from the AWS API schema.

Note: adding support for the Neuron based AMI type is tracked in #1526. This will require making the AMI selection instance type aware.

Relates to #1526

@flostadler flostadler self-assigned this Dec 17, 2024
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

...scalingConfig,
cluster: cluster,
operatingSystem: eks.OperatingSystem.AL2023,
instanceTypes: ["g4ad.xlarge"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just realized this instance has AMD GPUs 👎
At least the tests work...

@flostadler flostadler merged commit 9a96842 into master Dec 23, 2024
34 checks passed
@flostadler flostadler deleted the flostadler/new-amis branch December 23, 2024 13:29
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants