Skip to content

Feature Request: AWS VPC Subnet Support #3

@safesploit

Description

@safesploit

Problem

AWS reserves 5 IP Addresses (first 4 and last 1 IP address) in each subnet.
These 5 IP addresses are unavailable for usage and can not be assigned to an EC2 instance.

Example

CIDR block 10.0.0.0/24, reserved IP are:

  1. 10.0.0.0 - Network Address

  2. 10.0.0.1 - Reserved by AWS for the VPC router.

  3. 10.0.0.2 - Reserved by AWS for mapping to Amazon-provided DNS

  4. 10.0.0.3 - Reserved by AWS for future use

  5. 10.0.0.255 - Network broadcast address. AWS does not support broadcast in a VPC, therefore the address is reserved.

Feature Request

Implement a toggle button for 'regular network subnet' or 'AWS VPC Subnet'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions