aws

Manage AWS services like EC2, S3, Lambda, and IAM via CLI, CloudFormation, and CDK.

30|7|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/rfdiosuao/openfang-cn --skill aws-rfdiosuao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/rfdiosuao/openfang-cn/tree/main/crates/openfang-skills/bundled/aws
Command: npx skills add https://github.com/rfdiosuao/openfang-cn --skill aws-rfdiosuao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill assists users in navigating, configuring, and managing a wide array of Amazon Web Services (AWS) cloud services, simplifying complex cloud operations.

Core Features & Use Cases

  • Service Management: Deploy and manage core AWS services like EC2, S3, Lambda, and IAM.
  • Security Best Practices: Enforces least privilege, MFA, and secure configurations.
  • Infrastructure as Code: Promotes the use of CloudFormation and CDK for production deployments.
  • Use Case: A user needs to set up a secure S3 bucket for public website assets, ensuring versioning, encryption, and restricted public access.

Quick Start

Use the aws skill to list all S3 buckets in your default region.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I configure IAM roles for least privilege access in AWS?

To configure IAM roles for least privilege access in AWS, you enforce strict permission boundaries and MFA requirements. This Skill provides expert guidance on structuring secure IAM configurations to ensure users and services only receive the minimum permissions necessary for operation.

What is the best way to deploy AWS Lambda functions using infrastructure as code?

The best way to deploy AWS Lambda functions using infrastructure as code is utilizing AWS CloudFormation or CDK. This Skill guides you through defining serverless compute architectures programmatically, ensuring secure, repeatable, and cost-managed deployments.

How do I set up a secure S3 bucket for public website assets?

Setting up a secure S3 bucket for public website assets requires configuring restricted public access, enabling versioning, and applying encryption. This Skill provides the architectural steps to manage storage securely while serving static content safely.

Can I manage EC2 instances and networking configurations using AWS CLI?

Yes, you can manage EC2 instances and networking configurations using AWS CLI. This Skill assists with deploying and operating core AWS compute services, focusing on secure architecture and cost management for cloud deployments through command-line operations.

Does this AWS guidance cover cost management for serverless and compute deployments?

Yes, this AWS guidance explicitly covers cost management for serverless and compute deployments. It helps you navigate complex cloud operations across compute, storage, and networking domains while optimizing resource utilization and maintaining secure architectures.