Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about private-subnet

Read more about private-subnet

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - private-subnet

What makes a subnet as private in aws

I have some beginner question doubt. I have a subnet whose route table is pointing to internet gateway (0.0.0.0/0). However the public ip address assignation is not enabled. Does that make this as pri...
test-img

Developer404

amazon-web-services

ip

amazon-vpc

private-subnet

Votes: 0

Answers: 5

Latest Answer

The definition of a Public Subnet in an Amazon VPC is: The Route Table attached to the Subnet has a Route with a destination of 0.0.0.0/0 that points to an Internet Gateway To communicate with the I...
test-img

John Rotenstein

Launch EC2 servers in multiple subnets using count with terraform

I have a use case where I have set variable instance_count = 3 and I have 2 Private_subnets which is a list ["subnet-id-A", "subnet-id-B"], what I want my terraform code to dynamic...
test-img

suleman

amazon-web-services

amazon-ec2

terraform-provider-aws

infrastructure-as-code

private-subnet

Votes: 0

Answers: 1

Latest Answer

Subnet_ids is a list that contains all the private subnets. Here is the code locals { formatted_count = [for index in range(var.instance_count) : format("0%s", index + 1)] instances_count ...
test-img

suleman

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved