Cloudflare Tunnel Ec2 Deployment

🌐Community
by stakpak · vlatest · Repository

Helps with Cloudflare, deployment as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cloudflare-tunnel-ec2-deployment npx -- -y @trustedskills/cloudflare-tunnel-ec2-deployment
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloudflare-tunnel-ec2-deployment": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloudflare-tunnel-ec2-deployment"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the deployment of a Cloudflare Tunnel on an EC2 instance. It handles setting up the necessary configurations, creating a tunnel, and connecting it to your AWS account. This allows you to expose applications running on your EC2 instance securely without opening ports directly to the internet.

When to use it

  • You want to host a web application on an EC2 instance but don't want to manage public IP addresses or open firewall ports.
  • You need a secure way to access services running within your AWS VPC from outside of it.
  • You are looking for a simplified and automated process for setting up Cloudflare Tunnels with EC2 instances.
  • You want to quickly deploy applications without complex networking configurations.

Key capabilities

  • Automated Cloudflare Tunnel creation
  • EC2 instance configuration
  • Secure application exposure
  • Integration with AWS accounts

Example prompts

  • "Deploy a Cloudflare Tunnel on my EC2 instance."
  • "Create a new tunnel and connect it to my existing EC2 server."
  • “Set up a secure connection for my web app running on EC2 using Cloudflare Tunnel.”

Tips & gotchas

  • Requires appropriate AWS credentials configured with the AI agent.
  • Ensure your EC2 instance has sufficient permissions to create resources within your AWS account.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
stakpak
Installs
4

🌐 Community

Passed automated security scans.