Skip to content

Support ECS clusters based on X2gd instances #3641

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

Closed
wants to merge 1 commit into from

Conversation

kyleroot
Copy link

@kyleroot kyleroot commented Feb 7, 2023

What is the feature/fix?

** Describe the task and what is the goal for it. **

To deploy a Convox v2 cluster onto "memory-intensive" instances. The CloudFormation template supports R6g instances, however X2gd instances are much cheaper.

** Describe the bug and the solution. **

I tried to deploy a cluster onto x2gd instances and was foiled by the mechanism for detecting when an Arm cluster is being deployed not including the x2gd family. Simply adding the x2gd (there is no x2g.* class) prefix to the existing InstanceARM conditional.

** Any additional information **

N/A

Add screenshot or video (optional)

** Any screenshot or video capture using the feature **

N/A

Does it has a breaking change?

No.

** Describe the changes and if it has any breaking changes in any feature **

How to use/test it?

** Describe how to test or use the feature **

Create a new cluster on x2gd instances.

Checklist

  • New coverage tests
  • Unit tests passing
  • E2E tests passing
  • E2E downgrade/update test passing
  • Documentation updated
  • No warnings or errors on Deepsource/Codecov

@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Base: 36.04% // Head: 36.04% // No change to project coverage 👍

Coverage data is based on head (1bfb184) compared to base (da4f7d0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3641   +/-   ##
=======================================
  Coverage   36.04%   36.04%           
=======================================
  Files         168      168           
  Lines       18536    18536           
=======================================
  Hits         6682     6682           
  Misses      10717    10717           
  Partials     1137     1137           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Twsouza
Copy link
Contributor

Twsouza commented Feb 7, 2023

thanks @kyleroot for the contribution :D

@Twsouza Twsouza added this to the 20230207 milestone Feb 7, 2023
Twsouza added a commit that referenced this pull request Feb 7, 2023
### What is the feature/fix?

** Describe the task and what is the goal for it. **

To deploy a Convox v2 cluster onto "memory-intensive" instances. The CloudFormation template supports R6g instances, however X2gd instances are much cheaper.

** Describe the bug and the solution. **

I tried to deploy a cluster onto x2gd instances and was foiled by the mechanism for detecting when an Arm cluster is being deployed not including the x2gd family. Simply adding the x2gd (there is no x2g.* class) prefix to the existing InstanceARM conditional.

** Any additional information **

N/A

### Add screenshot or video (optional)

** Any screenshot or video capture using the feature **

N/A

### Does it has a breaking change?

No.

** Describe the changes and if it has any breaking changes in any feature **

### How to use/test it?

** Describe how to test or use the feature **

Create a new cluster on x2gd instances.

### Checklist
- [ ] New coverage tests
- [ ] Unit tests passing
- [ ] E2E tests passing
- [ ] E2E downgrade/update test passing
- [ ] Documentation updated
- [ ] No warnings or errors on Deepsource/Codecov
@Twsouza Twsouza mentioned this pull request Feb 7, 2023
10 tasks
Twsouza added a commit that referenced this pull request Feb 8, 2023
### What is the feature/fix?

** Describe the task and what is the goal for it. **

To deploy a Convox v2 cluster onto "memory-intensive" instances. The CloudFormation template supports R6g instances, however X2gd instances are much cheaper.

** Describe the bug and the solution. **

I tried to deploy a cluster onto x2gd instances and was foiled by the mechanism for detecting when an Arm cluster is being deployed not including the x2gd family. Simply adding the x2gd (there is no x2g.* class) prefix to the existing InstanceARM conditional.

** Any additional information **

N/A

### Add screenshot or video (optional)

** Any screenshot or video capture using the feature **

N/A

### Does it has a breaking change?

No.

** Describe the changes and if it has any breaking changes in any feature **

### How to use/test it?

** Describe how to test or use the feature **

Create a new cluster on x2gd instances.

### Checklist
- [ ] New coverage tests
- [ ] Unit tests passing
- [ ] E2E tests passing
- [ ] E2E downgrade/update test passing
- [ ] Documentation updated
- [ ] No warnings or errors on Deepsource/Codecov
@Twsouza Twsouza closed this in #3642 Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants