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(ecs): add ability to set DNS servers and ephemeral storage size #3301

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

hassy
Copy link
Member

@hassy hassy commented Aug 6, 2024

Description

Add ability to customize two settings for Artillery workers on ECS:

  • --container-dns-servers can now be used to set the dnsServers setting for the Artillery container
  • --ephemeral-storage can now be used to set the amount of ephemeral storage for the worker task

Pre-merge checklist

This is for use by the Artillery team. Please leave this in if you're contributing to Artillery.

  • Does this require an update to the docs? Yes
  • Does this require a changelog entry? Yes

- --container-dns-servers can now be used to set the dnsServers setting
  for the Artillery container
- --ephemeral-storage can now be used to set the amount of ephemeral storage for the worker task
@hassy
Copy link
Member Author

hassy commented Aug 6, 2024

Tested manually:

  • ephemeral storage only, on Fargate (only supported on Fargate)
  • DNS servers only, on ECS/EC2 (not supported when network mode = awsvpc which is what we set on Fargate)

@hassy hassy merged commit 5f5adff into main Aug 6, 2024
41 checks passed
@hassy hassy deleted the feat/ecs-extra-overrides branch August 6, 2024 13:43
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.

1 participant