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

[New Docs] ECS Partial Task Definiton #608

Closed
wants to merge 6 commits into from

Conversation

Benbentwo
Copy link
Member

what

  • What is and how do you setup ECS Partial task definitions

why

  • Documentation for clearing up ECS Partial Task definitions.
  • Creates a place for us to update when adding more information for ECS partial task definitions

@@ -0,0 +1,189 @@
---
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

/s/terraform/Terraform/g


We do this by setting up terraform to manage a portion of the task definition, and the application repository to manage another portion.

The terraform (infrastructure) portion is created first, it will create an ECS Service in ECS then upload the task definition json to S3 as `task-template.json`.
Copy link
Sponsor Member

@milldr milldr Apr 30, 2024

Choose a reason for hiding this comment

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

Suggested change
The terraform (infrastructure) portion is created first, it will create an ECS Service in ECS then upload the task definition json to S3 as `task-template.json`.
The terraform (infrastructure) portion is created first. It will create an ECS Service in ECS, and then upload the task definition JSON to S3 as `task-template.json`.

@Benbentwo
Copy link
Member Author

Closing as we decided on a call to move this to component docs

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