aws-cli

Manage AWS infrastructure via AWS CLI commands for provisioning and automation.

Updated Oct 6, 2025
One-click install
npx skills add https://github.com/andisab/casdk-harness --skill aws-cli-andisab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cli
Source: https://github.com/andisab/casdk-harness/tree/main/tests/smoke/iac-team/skills/aws-cli
Command: npx skills add https://github.com/andisab/casdk-harness --skill aws-cli-andisab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines AWS resource management and automation, enabling users to efficiently manage their AWS infrastructure through the AWS CLI.

Core Features & Use Cases

  • AWS Resource Provisioning: Automate the provisioning of AWS resources such as EC2 instances, EKS clusters, S3 buckets, RDS databases, and more.
  • IAM Role Management: Securely manage IAM roles, policies, and OIDC integration for seamless authentication.
  • Security Best Practices: Implement best practices for security, including least privilege access, secret management, and audit logging.
  • Infrastructure Validation: Validate AWS configurations and IAM policies before deployment.
  • Cost Optimization: Optimize AWS costs with strategies for spot instances, right-sizing, and reserved instances.
  • High Availability & Disaster Recovery: Deploy highly available and disaster-recovery-ready architectures for AWS services.
  • Use Case: Use this Skill to automatically create a new EKS cluster with OIDC integration, manage EC2 instances, and configure S3 bucket settings.

Quick Start

Use the aws-cli skill to create a new EKS cluster in the 'us-east-1' region with OIDC authentication enabled.

Frequently Asked Questions about aws-cli

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

FAQPage Schema
How do I automate AWS resource provisioning for EC2 and EKS clusters?

Automate AWS resource provisioning by executing AWS CLI commands to create EC2 instances and EKS clusters. This Skill handles infrastructure management tasks, including configuring S3 buckets and provisioning RDS databases automatically.

How do I configure IAM roles and OIDC integration for an EKS cluster?

Configure IAM roles and OIDC integration by applying IAM policy management commands through the AWS CLI. This Skill securely manages authentication, provisions new EKS clusters, and ensures least privilege access for service accounts.

What is the best way to optimize AWS infrastructure costs for cloud operations?

Optimize AWS infrastructure costs by implementing strategies for spot instances, right-sizing resources, and reserved instances. This Skill automates cost optimization analysis to reduce operational expenses across your managed AWS services.

Do I need AWS CLI installed and pre-configured to manage S3 bucket settings?

Yes, you need the AWS CLI installed and configured with the appropriate AWS permissions to manage S3 bucket settings. This Skill requires existing CLI credentials to execute operational commands and validate your infrastructure configurations.

Can I validate AWS configurations and IAM policies before deployment?

Yes, you can validate AWS configurations and IAM policies before deployment. This Skill performs infrastructure validation checks to ensure security best practices, including least privilege access and audit logging, are met prior to execution.

How do I deploy highly available AWS architectures for disaster recovery?

Deploy highly available AWS architectures by automating disaster recovery configurations through AWS CLI commands. This Skill provisions resilient infrastructure, ensuring critical AWS services remain operational during regional disruptions.