원클릭으로
simple-deployment-on-vm
How to do simple but secure deployments using virtual machines on different cloud providers
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to do simple but secure deployments using virtual machines on different cloud providers
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Systematic process for analyzing and modernizing legacy applications to comply with the 12-Factor App methodology. Covers code analysis, configuration externalization, dependency management, and container/Kubernetes best practices.
Backup and recovery solution for K3s clusters. Includes scheduled, pre-shutdown, and manual backup strategies with recovery procedures.
Configure high-availability load balancing with HAProxy and NGINX reverse proxies. Covers health checks, automatic failover, sticky sessions, and stats monitoring for containerized backends.
Deploy serverless applications on Cloudflare Workers. Covers project setup, JavaScript handler patterns, routing, deployment with Wrangler, and API token configuration. Suitable for APIs, proxies, edge computing, and request transformation.
Deploy containerized applications to AWS EC2 and expose them publicly via Cloudflare Tunnel with automatic HTTPS. Eliminates need for load balancers, SSL certificates, or public inbound ports.
Guide for using Beads (bd), a dependency-aware issue tracker for AI agents. Issues chained together like beads.
| name | simple-deployment-on-vm |
| description | How to do simple but secure deployments using virtual machines on different cloud providers |
| license | MIT |
| tags | ["aws","deploy","security","dns","ec2","tls configuration"] |
| metadata | {"author":"Stakpak <team@stakpak.dev>","version":"1.0.2"} |
configure domain names (if requested)
if TLS is required
if using AWS
if using Cloudflare
deploy appropriate database type and version when required
prefer managed database services in the cloud provider of choice
configure proper database credentials and connectivity
credentials
monitor resource readiness before proceeding with downstream dependencies
test application functionality
make sure your deployments are secure and production-ready