aws

Manage AWS cloud services with secure architecture and infrastructure as code.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/gagan114662/exp --skill aws-gagan114662
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/gagan114662/exp/tree/main/crates/openfang-skills/bundled/aws
Command: npx skills add https://github.com/gagan114662/exp --skill aws-gagan114662

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert assistance for navigating, configuring, and managing a wide range of Amazon Web Services (AWS) cloud services, enabling users to build, deploy, and maintain robust cloud infrastructure.

Core Features & Use Cases

  • Service Management: Comprehensive guidance on EC2, S3, Lambda, IAM, RDS, VPC, and more.
  • Security Best Practices: Enforces least privilege, MFA, and secure configurations.
  • Infrastructure as Code: Promotes the use of CloudFormation, CDK, or Terraform for production deployments.
  • Cost Optimization: Offers strategies for monitoring and reducing AWS spending.
  • Use Case: A user needs to set up a secure S3 bucket for public website assets. This Skill can guide them through creating the bucket, configuring public access policies, enabling versioning, and setting up encryption.

Quick Start

Use the aws skill to confirm the current AWS region and account identity.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I configure a secure S3 bucket for public website assets?

To configure a secure S3 bucket for public website assets, you need to create the bucket, configure public access policies, enable versioning, and set up encryption. This approach ensures secure hosting while maintaining asset availability.

What is the best way to manage AWS infrastructure as code?

The best way to manage AWS infrastructure as code is using CloudFormation, CDK, or Terraform for production deployments. These tools enable repeatable, version-controlled cloud resource orchestration across EC2, S3, and VPC environments.

How do I enforce least privilege and secure configurations in AWS IAM?

To enforce least privilege and secure configurations in AWS IAM, you should implement strict permission boundaries and enable MFA. This minimizes attack surfaces by granting only the minimum access required for specific tasks.

Can I use AWS CLI and console operations to orchestrate Lambda and EC2 resources?

Yes, you can use AWS CLI, CloudFormation, CDK, and console operations to orchestrate Lambda and EC2 resources. These interfaces provide comprehensive management capabilities for deploying and maintaining serverless and virtual machine workloads.

What strategies help with monitoring and reducing AWS spending?

Strategies for monitoring and reducing AWS spending involve implementing cost optimization best practices across your deployed services. This includes analyzing usage patterns across EC2, S3, and RDS to identify idle resources and right-size instances.

Does this AWS guidance support setting up VPC and RDS architectures?

Yes, this AWS guidance fully supports setting up VPC and RDS architectures. It provides expert assistance for configuring secure network isolation and relational database services within your cloud infrastructure deployment.