github · GitHub Actions Docs
Actions Deploying to Amazon Elastic Container Service - GitHub Docs
Configures a GitHub Actions workflow to automate the deployment of containerized applications to Amazon Elastic Container Service (ECS).
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Deploying to Amazon Elastic Container Service - GitHub Docs
Configures a GitHub Actions workflow to automate the deployment of containerized applications to Amazon Elastic Container Service (ECS).
When To Use
Use when you need to automate the deployment of Docker images from a GitHub repository to an Amazon ECS cluster using GitHub Actions.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-deploy-deploying-to-amazon-elastic-container-service-git-workflow-guide.md | A markdown document outlining the prerequisites and workflow configuration for deploying to Amazon Elastic Container Service using GitHub Actions. | Questions about a markdown document outlining the prerequisites and workflow configuration for deploying to Amazon Elastic Container... |
examples/actions-how-tos-deploy-deploying-to-amazon-elastic-container-service-git.text | AWS CLI commands to create an Amazon ECR repository for use with GitHub Actions deployment to Amazon ECS. | Exact payloads, commands, or snippets shown in AWS CLI commands to create an Amazon ECR repository for use with GitHub Actions deployment to Amazon ECS. |
examples/actions-how-tos-deploy-deploying-to-amazon-elastic-container-service-git-2.text | A CLI skeleton command for registering a task definition with Amazon Elastic Container Service using the AWS CLI. | Exact payloads, commands, or snippets shown in A CLI skeleton command for registering a task definition with Amazon Elastic Container Service using the AWS CLI. |
examples/actions-how-tos-deploy-deploying-to-amazon-elastic-container-service-git-3.text | A GitHub Actions workflow configuration file demonstrating how to deploy to Amazon Elastic Container Service. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration file demonstrating how to deploy to Amazon Elastic Container Service. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Deploy / - Deploy to third-party platforms / - Amazon Elastic Container Service
- Main sections:
In this article,Prerequisites,Creating the workflow.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/deploy/deploy-to-third-party-platforms/amazon-elastic-container-service
