Skip to content

feat: Add cpu optimization options #181

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

Merged
merged 6 commits into from
Aug 25, 2021

Conversation

karancode
Copy link
Contributor

Description

Added cpu_core_count & cpu_threads_per_core options for the aws_instance resource.

Motivation and Context

This allows to create cpu optimized instances. Also covers one of the use cases which was missing from the module.
Fixes #168 .

Breaking Changes

N/A

How Has This Been Tested?

Tried to create an ec2 instance with a basic example (also added in the examples/basic).

@karancode karancode changed the title Issue/168 feat: add cpu optimization options Oct 1, 2020
@bryantbiggs
Copy link
Member

hi @karancode - would you mind updating your branch with the latest changes from master please?

@karancode
Copy link
Contributor Author

@bryantbiggs Hi. Sorry I missed the comment earlier. I updated the branch, can you please re-confirm? Thanks.

Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

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

@antonbabenko 👍🏼

@antonbabenko antonbabenko changed the title feat: add cpu optimization options feat: Add cpu optimization options Aug 25, 2021
@antonbabenko antonbabenko merged commit 19b44d2 into terraform-aws-modules:master Aug 25, 2021
@antonbabenko
Copy link
Member

Great!

v2.20.0 has been just released.

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cpu_core_count Request
3 participants