aws

Manage and deploy AWS cloud infrastructure using CLI, CloudFormation, and CDK.

18.1k|2.3k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/RightNow-AI/openfang --skill aws-rightnow-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/aws
Command: npx skills add https://github.com/RightNow-AI/openfang --skill aws-rightnow-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management and deployment of Amazon Web Services (AWS) cloud resources, enabling users to efficiently handle complex cloud infrastructure.

Core Features & Use Cases

  • Service Management: Provides expertise on EC2, S3, Lambda, IAM, and other core AWS services.
  • Deployment & Architecture: Guides users on using AWS CLI, CloudFormation, and CDK for infrastructure as code.
  • Security Best Practices: Enforces principles of least privilege, MFA, and secure credential management.
  • Use Case: Deploy a secure, scalable web application on AWS using EC2 instances within a VPC, managed by an Auto Scaling Group and protected by IAM roles.

Quick Start

Use the aws skill to configure your default AWS region to us-east-1.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I configure my default AWS region to us-east-1 using the AWS CLI?

You can configure your default AWS region to us-east-1 by using the AWS CLI to set your local profile settings, which establishes the regional endpoint for your infrastructure deployments.

What is the best way to deploy a secure and scalable web application on AWS?

Deploy a secure, scalable web application on AWS by provisioning EC2 instances within a VPC, managing them with an Auto Scaling Group, and protecting access using IAM roles with least privilege.

How does infrastructure as code work with AWS CloudFormation and CDK?

Infrastructure as code with AWS CloudFormation and CDK works by defining cloud resources declaratively or programmatically, enabling repeatable, version-controlled deployments of compute, storage, and networking services.

Can I enforce security best practices like least privilege and MFA when managing AWS cloud services?

Yes, you can enforce security best practices when managing AWS cloud services by implementing IAM least privilege policies, requiring MFA, and securely managing credentials for compute, storage, and serverless resources.

When do I need to use AWS serverless services like Lambda instead of EC2 for cloud infrastructure?

You need to use AWS Lambda serverless services instead of EC2 when you want to run event-driven code without provisioning or managing servers, shifting from compute instances to serverless architecture.