Aws Cloudformation Cloudfront

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

Provides AWS guidance and assistance for deploying and managing cloud infrastructure.

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 aws-cloudformation-cloudfront npx -- -y @trustedskills/aws-cloudformation-cloudfront
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "aws-cloudformation-cloudfront": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-cloudformation-cloudfront"
      ]
    }
  }
}

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

About This Skill

The aws-cloudformation-cloudfront skill enables AI agents to provision, configure, and manage AWS CloudFront distributions directly through CloudFormation templates. It automates the creation of global content delivery networks (CDNs) with specific security policies, caching behaviors, and origin settings via Infrastructure as Code.

When to use it

  • Deploying secure CDNs for static websites or API gateways without manual console interaction.
  • Automating infrastructure updates to CloudFront distributions during CI/CD pipelines.
  • Enforcing consistent security configurations like WAF rules across multiple environments.
  • Managing complex caching behaviors and origin groups programmatically.

Key capabilities

  • Provisioning AWS CloudFront distributions via CloudFormation stacks.
  • Defining custom cache policies and origins within templates.
  • Configuring security settings including SSL/TLS certificates and viewer protocols.
  • Integrating with existing AWS IAM roles for permission management.

Example prompts

  • "Create a new CloudFront distribution using CloudFormation that serves my S3 bucket over HTTPS with a custom domain."
  • "Update the caching behavior of an existing distribution to invalidate objects after deployment."
  • "Generate a CloudFormation template for a CloudFront distribution with specific WAF rules attached."

Tips & gotchas

Ensure your AWS account has the necessary IAM permissions to create and update CloudFormation stacks before invoking this skill. Note that changes to CloudFormation templates may trigger stack updates, which can temporarily affect service availability depending on the configuration.

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
giuseppe-trisciuoglio
Installs
70

🌐 Community

Passed automated security scans.