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

Add support for Amazon ECS services #179

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Add support for Amazon ECS services #179

merged 1 commit into from
Jul 17, 2023

Conversation

adamlogic
Copy link
Collaborator

No description provided.

it "initializes the config from default Amazon ECS ENV vars" do
# Users must set JUDOSCALE_URL manually when using Amazon ECS.
env = {
"ECS_CONTAINER_METADATA_URI" => "http://169.254.170.2/v3/a8880ee042bc4db3ba878dce65b769b6-2750272591",
Copy link
Member

Choose a reason for hiding this comment

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

Seems obvious but just want to make sure our bases are covered — the last value there is globally unique to separate tasks spun up under the same service umbrella?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As far as I can tell, yes, but I'm not 100% sure. We don't actually use it for anything publicly available, though, so it's kind of arbitrary.

Copy link
Member

Choose a reason for hiding this comment

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

Works for me!

@adamlogic adamlogic force-pushed the am-simplify-runtime-container branch from be6aeda to 4563363 Compare July 17, 2023 12:40
Base automatically changed from am-simplify-runtime-container to main July 17, 2023 12:41
@adamlogic adamlogic merged commit 75de436 into main Jul 17, 2023
@adamlogic adamlogic deleted the am-ecs-support branch July 17, 2023 12:42
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.

2 participants