aws

Architect and deploy AWS infrastructure using CloudFormation, CDK, and the AWS CLI.

10|7|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/librefang/librefang-registry --skill aws-librefang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/librefang/librefang-registry/tree/main/skills/aws
Command: npx skills add https://github.com/librefang/librefang-registry --skill aws-librefang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This AWS cloud services expert helps you architect, deploy, and manage resources on Amazon Web Services using the AWS CLI, CloudFormation, CDK, and the AWS Console.

Core Features & Use Cases

  • Compute & Storage: Provision and scale EC2 instances, S3 buckets, and serverless resources with best practices for security and reliability.
  • Networking & Security: Design VPCs, subnets, IAM roles, and guardrails to enforce least privilege and auditable configurations.
  • Infrastructure as Code & Governance: Use CloudFormation, CDK, or Terraform to define repeatable environments, with CloudTrail and Config for governance and compliance.

Quick Start

Provision a basic VPC with public and private subnets and a small EC2 instance using CloudFormation or CDK.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I provision a VPC with public and private subnets using CDK or CloudFormation?

You provision a VPC by defining your network topology through Infrastructure as Code using CDK or CloudFormation, enabling repeatable environments with configured subnets and routing controls. This approach ensures reliable, auditable cloud deployments.

What is the best way to enforce IAM least privilege across multiple AWS accounts?

Enforcing IAM least privilege across multiple AWS accounts involves designing specific IAM roles and guardrails to strictly control access. You must configure controlled permissions and implement auditable configurations to maintain security governance.

Can I use the AWS CLI to deploy and manage serverless compute and storage resources?

Yes, you can use the AWS CLI to deploy and manage serverless compute and storage resources. It allows you to provision and scale resources like S3 buckets and serverless workloads while applying security best practices.

How do I set up CloudTrail and Config for AWS infrastructure governance and compliance?

Setting up CloudTrail and Config for AWS infrastructure governance requires implementing these tools to monitor and audit your cloud configurations. This ensures your deployments maintain compliance, enforce tagging, and achieve controlled access.

Does this approach support deploying EC2 instances and S3 buckets across multiple regions?

Yes, this approach supports deploying EC2 instances and S3 buckets across multiple regions. You can architect and manage compute and storage workloads regionally while applying necessary security and reliability best practices.