proposalbot b20244acdd Changes to vpc_umn from docs/doc-exports#276 (VPC UMN 0930 version
0930)

Reviewed-by: Kucerak, Kristian <kristian.kucerak@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2022-10-06 14:17:25 +00:00

21 lines
914 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:original_name: en-us_topic_0030969424.html
.. _en-us_topic_0030969424:
Subnet
======
A subnet is a unique CIDR block with a range of IP addresses in a VPC. All resources in a VPC must be deployed on subnets.
- By default, ECSs in all subnets of the same VPC can communicate with one another, but ECSs in different VPCs cannot.
You can create VPC peering connections to enable ECSs in different VPCs but in the same region to communicate with one another. For details, see :ref:`VPC Peering Connection Creation Procedure <en-us_topic_0046655036>`.
- After a subnet is created, its CIDR block cannot be modified.
The subnets used to deploy your resources must reside within your VPC, and the subnet masks used to define them can be between the netmask of its VPC CIDR block and /29 netmask.
- 10.0.0.0 10.255.255.255
- 172.16.0.0 172.31.255.255
- 192.168.0.0 192.168.255.255