Skip to content

Commit c934879

Browse files
committed
update for #54
1 parent 3ad0bfc commit c934879

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For a comprehensive step-by-step guide with detailed explanations, please refer
2424

2525
- **High Availability**: Maintains consistent runner capacity using AWS Auto Scaling Groups with automatic instance replacement across multiple Availability Zones
2626
- **Secure Authentication**: Uses GitHub App authentication for secure API access
27-
- **Automated Lifecycle Management**: Automatic runner registration and deregistration with dual mechanisms (Lambda + systemd service)
27+
- **Automated Lifecycle Management**: Automatic runner registration and deregistration using Lambda functions
2828
- **Automated Deregistration**: Prevents orphaned runners in GitHub organization using lifecycle hooks and Lambda functions
2929
- **Unified Logging**: Centralized CloudWatch logging for complete runner lifecycle tracking
3030
- **Network Security**: Runs in private subnets with NAT Gateway for outbound internet access
@@ -47,8 +47,7 @@ The solution deploys:
4747
- **EFS file system** for shared runner workspace storage with optimized NFS parameters
4848
- **CloudWatch log groups** for unified lifecycle logging with structured format
4949
- **Secrets Manager** for secure GitHub App credentials storage
50-
- **SSM Parameter Store** for runner configuration scripts and deregistration service
51-
- **Systemd Service** for backup deregistration mechanism
50+
- **SSM Parameter Store** for runner configuration scripts
5251

5352
## Prerequisites
5453

0 commit comments

Comments
 (0)