# Vapor: Introducing Custom IP Ranges

DevFeed: [Vapor: Introducing Custom IP Ranges](<https://devfeed.tech/articles/vapor-introducing-custom-ip-ranges-3957.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-introducing-custom-ip-ranges>)

Author: Joe Dixon

Published: 2023-01-18T17:05:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [VPC](<https://devfeed.tech/topics/vpc.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [php](<https://devfeed.tech/tags/php.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

## AI overview

Laravel Vapor now supports custom IP ranges when creating networks. Users can specify CIDR ranges for the VPC and its public and private subnets, helping Vapor environments connect to existing AWS resources and peer networks without conflicting IP addresses.

## Source excerpt

One of the most requested features for Vapor is the ability to create a network with a custom IP range. Many customers ask to do this in order to configure Vapor environments to communicate with pre-...