Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renderedtext/agent-aws-stack
AWS CDK application to deploy an autoscaling fleet of agents to AWS
https://github.com/renderedtext/agent-aws-stack
Last synced: 27 days ago
JSON representation
AWS CDK application to deploy an autoscaling fleet of agents to AWS
- Host: GitHub
- URL: https://github.com/renderedtext/agent-aws-stack
- Owner: renderedtext
- License: apache-2.0
- Created: 2021-12-01T16:52:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T17:02:25.000Z (about 2 months ago)
- Last Synced: 2024-11-18T18:25:38.988Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 745 KB
- Stars: 2
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Semaphore agent AWS stack
This project is a CDK application used to deploy a fleet of Semaphore agents in your AWS account.
## Features
- Run self-hosted agents in Linux and Windows machines
- Dynamically increase and decrease the number of agents available based on your job demand
- Deploy multiple stacks of agents, one for each self-hosted agent type
- Access the agent EC2 instances through SSH or using AWS Systems Manager Session Manager
- Use an S3 bucket to cache the dependencies needed for your jobs
- Control the size of your agent instances and of your agent poolCheck out the [docs](https://docs.semaphoreci.com/ci-cd-environment/aws-support).