deploy

Automate end-to-end web application deployment to AWS using Infrastructure as Code.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill deploy-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/aws/deploy-on-aws/skills/deploy
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill deploy-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the complexity and cognitive burden of deploying applications to AWS by automating service selection, infrastructure generation, and security configuration.

Core Features & Use Cases

  • Intelligent Infrastructure Generation: Automatically selects optimal AWS services (e.g., Fargate, Aurora Serverless) based on your codebase and requirements.
  • Cost-Aware Provisioning: Provides accurate monthly cost estimates using the awspricing MCP server before any infrastructure is created.
  • Secure-by-Default: Automatically applies encryption, private subnets, and least-privilege IAM policies, while running security scans like checkov or cfn-nag.

Quick Start

Use the deploy skill to analyze this repository and generate the necessary AWS infrastructure code for a production-ready deployment.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate AWS web application deployment using Infrastructure as Code?

Automated AWS deployment analyzes codebase dependencies to recommend and provision optimal compute, database, and storage services. It enforces security best practices and provides cost estimations prior to execution.

Can I get an AWS cost estimation before generating cloud infrastructure?

AWS cost estimation is generated before infrastructure creation using the awspricing MCP server. This cost-aware provisioning provides accurate monthly cost estimates prior to executing secure-by-default infrastructure generation.

What AWS services are recommended for deploying a web application?

AWS services like Fargate for compute and Aurora Serverless for databases are recommended automatically. Service selection is driven by analyzing your specific codebase frameworks and dependencies to provision optimal infrastructure.

How does Infrastructure as Code enforce security during AWS deployments?

Security is enforced during AWS deployments by automatically applying encryption, private subnets, and least-privilege IAM policies. The Infrastructure as Code generation also runs security scans using checkov or cfn-nag to ensure secure-by-default configurations.

Do I need to manually configure IAM policies for cloud architecture deployment?

Manual IAM policy configuration is not required because the deployment process automatically applies least-privilege IAM policies. It provisions secure-by-default AWS infrastructure by analyzing your codebase frameworks and dependencies.