Skip to main content

Command Palette

Search for a command to run...

Create Subnet

Updated
1 min read
Create Subnet
A

Infosec Poet and CAP-certified DevOps/SecOps Engineer, passionate about security, creativity, and continuous learning.

Tasks

  • For this task, create one subnet named xfusion-subnet under default VPC.

Steps

  1. We already have some 6 subnets here:

  1. We have to create another subnet named xfusion-subnetunder the default VPC.

  2. Click to Create Subnet:

  3. Choose default VPC.

  4. Associated VPC CIDRs

    IPv4 CIDRs

    172.31.0.0/16

  5. Create the subnet now

  6. You have sucessfully created 1 subnet: subnet-01f0318127e88fac4

#happylearning

#aws

#cloudcomputing

#subnet

Cloud Platforms

Part 44 of 48

This series covers cloud platforms (AWS, Azure, GCP, OCI), including certifications, labs, issues, solutions, and billing. We'll also explore on-premises solutions and hybrid cloud environments.

Up next

Create GP3 Volume

Tasks Create a volume with the following requirements: Name of the volume should be xfusion-volume. Volume type must be gp3. Volume size must be 2 GiB. Steps Go to volumes : As per tasks: - Volume type : gp3 - Volume size : 2GiB Name t...