snet
Subnet
NetworkingAWS
General
General information about the service.
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
snet-Length
1-255
Valid Characters
Letters, numbers, hyphens
Scope
availability-zone
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "aws_subnet" "main" {2 vpc_id = aws_vpc.main.id3 cidr_block = "10.0.1.0/24"4 availability_zone = "us-east-1a"5 tags = { Name = "snet-${var.environment}-public-1a" }6}
Utilities
Utilities to support app deployment or configuration.