tech/aws/storage

Manage AWS S3, EBS, EFS, and Glacier storage services.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/2nth-ai/skills --skill tech-aws-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech/aws/storage
Source: https://github.com/2nth-ai/skills/tree/main/tech/aws/storage
Command: npx skills add https://github.com/2nth-ai/skills --skill tech-aws-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of AWS storage services, providing a structured approach to S3 object storage, EBS block storage, EFS file system, and Glacier archival.

Core Features & Use Cases

  • AWS Storage Services: Offers a suite of services for efficient data storage and management.
  • S3 Object Storage: Manages files, backups, static assets, data lake staging, and Lambda deployment packages.
  • EBS Block Storage: Provides low-latency block I/O for EC2 root volumes and databases.
  • EFS File System: Facilitates shared file system access across multiple EC2/ECS tasks.
  • Glacier/Archive: Ensures long-term retention and compliance archival for cold storage.
  • Use Case: For a cloud-based data storage solution, this Skill can help in setting up a multi-layered storage infrastructure that includes both high-speed and cost-effective storage options.

Quick Start

Use the AWS storage skill to create a new S3 bucket in the af-south-1 region and enable versioning.

Frequently Asked Questions about tech/aws/storage

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

FAQPage Schema
How do I manage AWS storage services like S3 and EBS?

AWS storage management is streamlined by handling S3 object storage, EBS block storage, EFS file systems, and Glacier archival for efficient data storage and retrieval. It configures buckets, volumes, and archives across multi-layered infrastructures.

What is the best way to configure an S3 bucket with versioning?

Configuring an S3 bucket with versioning involves creating the bucket in a specified region like af-south-1 and enabling public access configuration. This ensures object storage retains multiple variants of a file for backup and recovery.

When do I need EFS file system instead of EBS block storage?

EFS file system is needed for shared file system access across multiple EC2 or ECS tasks. EBS block storage is used for low-latency block I/O for EC2 root volumes and databases, serving single-instance workloads.

Can I use Glacier archival for long-term compliance data storage?

Glacier archival is used for long-term retention and compliance archival of cold storage. It ensures cost-effective data retrieval for infrequently accessed assets within a multi-layered AWS storage infrastructure.

Does this approach support setting up multi-layered storage infrastructure?

Setting up a multi-layered storage infrastructure is supported by combining high-speed EBS volumes with cost-effective S3 and Glacier options. This provides a cloud-based data storage solution tailored to varying access frequencies.