pear-aws

Operate and debug Pear's AWS infrastructure with SSM and Secrets Manager.

Updated May 15, 2026
One-click install
npx skills add https://github.com/Pear-Commerce/pear-ai-skills --skill pear-aws
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pear-aws
Source: https://github.com/Pear-Commerce/pear-ai-skills/tree/main/skills/pear-aws
Command: npx skills add https://github.com/Pear-Commerce/pear-ai-skills --skill pear-aws

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the risk and friction of managing Pear's AWS cloud infrastructure, handling sensitive credentials, debugging production outages, and following internal deployment guardrails without accidental misconfigurations or secret exposure.

Core Features & Use Cases

  • AWS Operations & Outage Response: Inspect production/test logs, check Elastic Beanstalk environment health, run SSM commands across EC2 fleets, and diagnose site downtime with Pear's approved helper scripts.
  • Secure Credential & Data Access: Retrieve AWS Secrets Manager credentials for RDS, Snowflake, and internal services safely, run integration tests with proper credential injection, and audit AppConfig flags without exposing secrets in chat or logs.
  • Infrastructure & Deployment Safety: Work with Fargate/Copilot, S3/CloudFront, AWS Cost Tracker, and internal OAuth-backed apps while adhering to Pear's rules for production asset modifications and cost tracking.

Quick Start

Use the pear-aws skill to diagnose a production outage by checking Elastic Beanstalk environment health and pulling recent error logs from all running instances.

Frequently Asked Questions about pear-aws

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose a production outage by checking Elastic Beanstalk health and pulling EC2 logs?▼

To diagnose a production outage, inspect Elastic Beanstalk environment health and retrieve recent error logs from running instances. Use SSM commands across the EC2 fleet and Pear's approved helper scripts to safely identify and resolve site downtime.

How do I securely retrieve AWS Secrets Manager credentials for RDS without exposing them in logs?▼

Securely retrieve AWS Secrets Manager credentials for RDS by using safe credential access practices that prevent secret exposure in chat or logs. Inject credentials properly during integration tests and audit AppConfig flags without leaking sensitive data.

Can I run SSM Session Manager commands across an EC2 fleet for infrastructure maintenance?▼

Yes, you can run SSM commands across an EC2 fleet for infrastructure maintenance. SSM-based fleet management allows you to execute approved helper scripts and operational commands safely while adhering to Pear's production asset modification rules.

What's the best way to audit AppConfig flags and manage Fargate deployments safely?▼

The best way to audit AppConfig flags and manage Fargate deployments safely is by following internal deployment guardrails. Use Fargate and Copilot alongside CloudFront and S3 while tracking AWS costs and complying with CloudTrail monitoring requirements.

Why does modifying production AWS infrastructure require specific deployment guardrails?▼

Modifying production AWS infrastructure requires deployment guardrails to prevent accidental misconfigurations and secret exposure. These rules ensure safe operation, cost tracking, and CloudTrail compliance when updating Elastic Beanstalk, RDS, or internal OAuth-backed apps.

Does AWS CLI usage require Pear-specific helper scripts to analyze RDS performance?▼

AWS CLI usage for RDS performance analysis integrates with Pear-specific helper scripts to satisfy internal security requirements. This combination ensures safe credential handling from Secrets Manager and compliance with production asset modification rules.