networking-and-security

Configure AWS VPCs, subnets, security groups, WAF, and IAM least privilege.

3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill networking-and-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: networking-and-security
Source: https://github.com/mauriciodelrio/delriodev-skills/tree/main/es-skills/software/architecture/networking-and-security
Command: npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill networking-and-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS infrastructure often struggles with secure, scalable networking; this skill provides a defender-first, repeatable blueprint to configure VPCs, subnets, security groups, WAF, SSL, and secret management with IAM least privilege.

Core Features & Use Cases

  • VPC design and subnet layout guidance for multi-AZ deployments.
  • Security best practices: deny-by-default SGs, least privilege IAM, secret management via SSM/Secrets Manager.
  • API exposure strategies using API Gateway, ALB, and TLS with proper SSL termination.
  • Comprehensive security checklist and reference patterns for serverless, containerized, and hybrid architectures.

Quick Start

Use this skill to design a secure AWS networking baseline tailored to your project.

Frequently Asked Questions about networking-and-security

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

FAQPage Schema
How do I configure secure AWS networking defaults for a new cloud project?

To configure secure AWS networking, use this skill to generate defense-in-depth defaults for VPCs, subnets, and security groups. It provides deployment-ready patterns for secure segmentation, access controls, and encryption across multi-AZ deployments.

What is the best way to implement IAM least privilege across frontend and backend patterns?

The best way to implement IAM least privilege is to apply the access control patterns provided by this skill. It scopes IAM permissions across frontend, backend, and serverless patterns alongside secrets management via SSM and Secrets Manager.

How do I set up API Gateway with ALB and SSL termination securely?

To set up secure API exposure, this skill provides strategies using API Gateway, ALB, and proper TLS configuration with SSL termination. It ensures secure API exposure strategies are integrated with your VPC and WAF rules.

Can I use this to design a VPC layout for serverless and containerized architectures?

Yes, you can use this skill to design secure VPC layouts and subnet segmentation. It includes reference patterns and security checklists specifically tailored for serverless, containerized, and hybrid architectures.

What security controls do I need for a deny-by-default VPC configuration?

For a deny-by-default VPC configuration, you need properly configured security groups and WAF rules. This skill establishes these security best practices alongside secret management and least privilege IAM to ensure complete defense-in-depth.

Does this approach work for managing secrets across hybrid cloud architectures?

Yes, this approach works for hybrid architectures by managing secrets via AWS SSM and Secrets Manager. It provides reference patterns that integrate secret management with VPC segmentation and IAM controls across hybrid deployments.