cloud-network-security

Manage Elastic Cloud Serverless network security policies via IP and AWS PrivateLink VPC filters.

546|44|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/elastic/agent-skills --skill cloud-network-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-network-security
Source: https://github.com/elastic/agent-skills/tree/main/skills/cloud/network-security
Command: npx skills add https://github.com/elastic/agent-skills --skill cloud-network-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to manage network security policies for Elastic Cloud Serverless projects, ensuring only authorized traffic can access your resources.

Core Features & Use Cases

  • IP Filters: Create rules to allowlist specific public IP addresses or CIDR blocks.
  • VPC Filters: Configure rules to restrict traffic to specific AWS PrivateLink VPC endpoint IDs for private connectivity.
  • Use Case: You need to restrict access to your Elastic Cloud project to only your company's office IP addresses and your internal AWS VPC endpoint.

Quick Start

Use the cloud-network-security skill to create an IP filter for your office network in us-east-1.

Frequently Asked Questions about cloud-network-security

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

FAQPage Schema
How do I create an IP filter for Elastic Cloud Serverless projects?

You can create an IP filter for Elastic Cloud Serverless by interacting with the Elastic Cloud API to define rules that allowlist specific public IP addresses or CIDR blocks, ensuring only authorized traffic accesses your resources.

Can I restrict Elastic Cloud traffic to specific AWS PrivateLink VPC endpoints?

Yes, you can restrict Elastic Cloud traffic to specific AWS PrivateLink VPC endpoints by configuring VPC filters. This limits network access to private connectivity using designated VPC endpoint IDs.

What is the difference between IP filters and VPC filters for Elastic Cloud network access?

IP filters control ingress and egress network access by allowlisting public IP addresses or CIDR blocks, whereas VPC filters restrict traffic to specific AWS PrivateLink VPC endpoint IDs for private connectivity.

Do I need environment variables to manage Elastic Cloud network security policies?

Yes, environment variables are required for API authentication when managing Elastic Cloud network security policies. These variables allow you to securely interact with the Elastic Cloud API to enforce traffic restrictions.

How do I list and delete traffic control filters for Elastic Cloud Serverless?

You can list and delete traffic control filters for Elastic Cloud Serverless by interacting with the Elastic Cloud API using authenticated environment variables, enabling the management of existing IP and VPC network restrictions.