Added more shit
This commit is contained in:
11
ideas/infrastructure-ops/manage-aws.md
Normal file
11
ideas/infrastructure-ops/manage-aws.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Manage AWS Infrastructure
|
||||
Agent manages AWS EC2 instances and deploys stuff when needed.
|
||||
|
||||
## Overview
|
||||
A cloud infrastructure companion that provides an AI wrapper around AWS services, making complex cloud platform management as easy as a conversation.
|
||||
|
||||
## Features
|
||||
- **Instance Life-cycle Management**: Provision, start, stop, and terminate EC2 instances.
|
||||
- **Automated Deployment Pipeline**: Agent triggers CI/CD workflows and verifies deployment health.
|
||||
- **Cost Optimization**: Recommends instance types or shuts down unused infrastructure.
|
||||
- **Security Monitoring**: Scans for overly permissive Security Groups or unpatched resources.
|
||||
11
ideas/infrastructure-ops/vps-management.md
Normal file
11
ideas/infrastructure-ops/vps-management.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# VPS Management Agent
|
||||
An agent that manages your Virtual Private Servers (VPS) across different providers.
|
||||
|
||||
## Overview
|
||||
A tool that allows an agent to manage VPS instances (e.g., DigitalOcean, Linode, Vultr) via SSH and API. It handles server hardening, software updates, and container orchestration.
|
||||
|
||||
## Features
|
||||
- **Server Hardening**: Automatically configures firewalls, SSH keys, and fail2ban.
|
||||
- **Automated Updates**: Monitors and applies security patches to the operating system.
|
||||
- **Docker Orchestration**: Deploys and manages Docker containers across one or more VPS instances.
|
||||
- **Health Monitoring**: Checks server resource usage and restarts services if they go down.
|
||||
Reference in New Issue
Block a user