aws-expert

Manage AWS services and architecture with AWS CLI v2.0+.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot --skill aws-expert-jonathanmitchell1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-expert
Source: https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot/tree/main/.agents/skills/aws-expert
Command: npx skills add https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot --skill aws-expert-jonathanmitchell1234

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-cli, and includes references (resource) components.

What problem does it solve?

This Skill provides expert-level guidance and operational capabilities for managing AWS cloud infrastructure, ensuring scalability, security, and cost-efficiency.

Core Features & Use Cases

  • Cloud Architecture Design: Design robust and scalable solutions following AWS best practices.
  • Service Management: Deploy, configure, and manage core AWS services like EC2, Lambda, S3, RDS, and VPC.
  • Security & Optimization: Implement security best practices, optimize costs, and ensure operational excellence.
  • Use Case: A user needs to set up a secure, highly available web application on AWS, including load balancing, auto-scaling, and database management.

Quick Start

Use the aws-expert skill to create a new S3 bucket named 'my-unique-data-bucket' in the 'us-east-1' region.

Frequently Asked Questions about aws-expert

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

FAQPage Schema
How do I design a highly available AWS architecture for a web application?

To design a highly available AWS architecture, deploy compute resources across multiple availability zones, configure load balancing to distribute traffic, and set up auto-scaling to adjust capacity. This ensures web application resilience and operational excellence.

What is the best way to optimize AWS cloud costs for compute and storage services?

The best way to optimize AWS cloud costs is to implement cost analysis for compute and storage services like EC2 and S3. Applying best practices for resource management ensures infrastructure operates with maximum cost-efficiency.

Do I need AWS CLI installed to manage cloud infrastructure configurations?

Yes, you need AWS CLI v2.0 or higher installed to manage cloud infrastructure configurations. It is required for executing command-line examples and deploying service management operations for your architecture.

How do I set up a secure VPC and manage identity services on AWS?

To set up a secure VPC and manage identity services, apply AWS security best practices to your networking configuration. This secures infrastructure resources and controls access across deployed services.

Can I use serverless computing like AWS Lambda for scalable architecture?

Yes, you can use AWS Lambda for serverless computing to build scalable architecture. It allows you to deploy and manage event-driven compute services without provisioning underlying servers.

What are the limitations of managing AWS infrastructure through command-line examples?

Managing AWS infrastructure through command-line examples requires precise syntax and local environment configuration. Complex automated deployments may exceed manual execution limits, requiring structured service management approaches.