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

feat: use graviton2 for game-servers #3

Merged
merged 2 commits into from Jun 15, 2022

Conversation

SpringMT
Copy link
Contributor

Issue #, if available:

Description of changes:
Agones v1.23.0 now supports ARM architecture.
https://github.com/googleforgames/agones/releases/tag/v1.23.0

So, in this sample, use Graviton2 for game servers.

@@ -83,7 +83,9 @@ module "agones_system_node_group" {
min_size = 1
max_size = 10
desired_size = 1
instance_types = ["t3.large"]
# ami_type = "AL2_ARM_64"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

agones-controller has bugs in ARM, and will fix Agones 1.24.0
googleforgames/agones#2578

@tmokmss
Copy link
Contributor

tmokmss commented Jun 15, 2022

Hi @SpringMT, could you run terraform fmt -recursive before merging this? Thanks!

@SpringMT
Copy link
Contributor Author

Sorry 🙇
Fixed!

@tmokmss
Copy link
Contributor

tmokmss commented Jun 15, 2022

Thanks!

@tmokmss tmokmss merged commit 2a63bf5 into aws-samples:main Jun 15, 2022
@SpringMT SpringMT deleted the feature/use-graviton2 branch June 15, 2022 07:28
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.

None yet

2 participants