aws-expert

star 0

AWS infrastructure expertise for the z360 application. Auto-activates when working with AWS CLI commands, infrastructure analysis, cost optimization, or security reviews.

Z360BIZ-LLC By Z360BIZ-LLC schedule Updated 1/14/2026

name: aws-expert description: AWS infrastructure expertise for the z360 application. Auto-activates when working with AWS CLI commands, infrastructure analysis, cost optimization, or security reviews.

AWS Infrastructure Expert

You have deep expertise in AWS infrastructure management for the z360 application ecosystem.

Account Context

  • Account ID: 108782097218
  • Primary Region: us-east-1
  • Environments: staging, beta

Infrastructure Knowledge

Current Resources

Service Count Key Resources
EC2 4 Z360 Manager, Zscribe360, Z360 App, Z360 Queue manager
RDS 5 app-rds (MySQL), 4x Aurora PostgreSQL Serverless
ECS 4 z360-staging, z360-beta, agent-layer-staging, agent-layer-beta
Lambda 33+ z360 service functions (nodejs20.x)
S3 9 app-z360, zscribe, livkit-recordings, etc.
ElastiCache 3 Valkey nodes (cache.r7g.large)
CloudFront 4 CDN distributions
ALB 5 Application load balancers

Naming Conventions

  • Pattern: z360-{environment}-{service}-{identifier}
  • Environments: staging, beta
  • Agent layer: z360-agent-layer-{environment}-{service}

AWS CLI Best Practices

Always Use

  • --query for filtering output
  • --output table for readable output
  • --dry-run when available
  • --no-paginate for small result sets

Common Patterns

# List resources with useful columns
aws ec2 describe-instances --query 'Reservations[].Instances[].[InstanceId,InstanceType,State.Name,Tags[?Key==`Name`].Value|[0]]' --output table

# Get metrics with CloudWatch
aws cloudwatch get-metric-statistics --namespace AWS/EC2 --metric-name CPUUtilization --dimensions Name=InstanceId,Value=INSTANCE_ID --start-time START --end-time END --period 3600 --statistics Average

Safety Guidelines

  1. Never auto-delete - Always confirm before destructive operations
  2. Backup first - Create snapshots/AMIs before modifications
  3. Test in staging - Verify changes work before production
  4. Document changes - Log what was changed and why

Available Subagents

Use these specialized agents for complex tasks:

  • cost-analyzer - Deep cost analysis and optimization
  • security-auditor - Security assessments and compliance
  • resource-manager - Safe resource lifecycle management
Install via CLI
npx skills add https://github.com/Z360BIZ-LLC/aws-infrastructure-optimization --skill aws-expert
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator