This repository was archived by the owner on Sep 17, 2024. It is now read-only.
chore: reduce AWS instances size#2477
Merged
mdelapenya merged 8 commits intoelastic:mainfrom May 6, 2022
Merged
Conversation
kuisathaverat
approved these changes
May 5, 2022
Contributor
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errors
Expand to view the tests failures
|
v1v
reviewed
May 6, 2022
| description: "Debian 10 AMD64, used specifically for running the stack" | ||
| image: "ami-0d90bed76900e679a" | ||
| instance_type: "c5.4xlarge" | ||
| instance_type: "t3.xlarge" |
Member
There was a problem hiding this comment.
About 4x times cheaper: $0.1670 vs $0.68
v1v
approved these changes
May 6, 2022
Contributor
Author
|
For some reason fleet-server is not starting. Hopefully #2486 will mitigate that error and retry the setup |
mergify bot
pushed a commit
that referenced
this pull request
May 6, 2022
* chore: reduce size for c5.4xlarge AWS instances * chore: reduce size for c5.2xlarge AWS instances * chore: reduce stack instance too * fix: do not use ARM-based images * chore: update automation for local development (cherry picked from commit 70fba3f)
mergify bot
pushed a commit
that referenced
this pull request
May 6, 2022
* chore: reduce size for c5.4xlarge AWS instances * chore: reduce size for c5.2xlarge AWS instances * chore: reduce stack instance too * fix: do not use ARM-based images * chore: update automation for local development (cherry picked from commit 70fba3f) # Conflicts: # .ci/Makefile
mergify bot
pushed a commit
that referenced
this pull request
May 6, 2022
* chore: reduce size for c5.4xlarge AWS instances * chore: reduce size for c5.2xlarge AWS instances * chore: reduce stack instance too * fix: do not use ARM-based images * chore: update automation for local development (cherry picked from commit 70fba3f)
mdelapenya
added a commit
that referenced
this pull request
May 6, 2022
* chore: reduce size for c5.4xlarge AWS instances * chore: reduce size for c5.2xlarge AWS instances * chore: reduce stack instance too * fix: do not use ARM-based images * chore: update automation for local development (cherry picked from commit 70fba3f) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
mdelapenya
added a commit
that referenced
this pull request
May 6, 2022
* chore: reduce size for c5.4xlarge AWS instances * chore: reduce size for c5.2xlarge AWS instances * chore: reduce stack instance too * fix: do not use ARM-based images * chore: update automation for local development (cherry picked from commit 70fba3f) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
mdelapenya
added a commit
that referenced
this pull request
May 9, 2022
* chore: reduce size for c5.4xlarge AWS instances * chore: reduce size for c5.2xlarge AWS instances * chore: reduce stack instance too * fix: do not use ARM-based images * chore: update automation for local development (cherry picked from commit 70fba3f) # Conflicts: # .ci/Makefile Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
May 9, 2022
* main: bump stack version 8.3.0-5c1ff35f (elastic#2494) chore: reduce AWS instances size (elastic#2477) chore: wait for the stack while provisioning (elastic#2486)
8 tasks
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
May 22, 2022
* main: bump stack version 8.3.0-8ee1196f (elastic#2519) ci: daily pipeline to use main branch (elastic#2516) bump stack version 8.3.0-53513548 (elastic#2513) chore: run reaper daily at 1:30 am (elastic#2512) avoid aliases if no major.minor format (elastic#2501) bump stack version 8.3.0-d380914f (elastic#2505) chore: refactor cucumber tags (elastic#2496) chore: skip system-integration scenarios for Beats (elastic#2482) bump stack version 8.3.0-5c1ff35f (elastic#2494) chore: reduce AWS instances size (elastic#2477) chore: wait for the stack while provisioning (elastic#2486) bump stack version 8.3.0-6ba9f710 (elastic#2484)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR reduces the size of the EC2 instances created in this pipeline:
More info on AWS instances: https://aws.amazon.com/ec2/instance-types/
Why is it important?
We want to reduce the Cloud costs, given the usage of the tests is increasing
Checklist
make unit-test), and they are passing locallymake noticein the proper directory)