Questions tagged [private-subnet]

Use this tag for questions related to private subnets, i.e. subnets of a private network. A subnet is a part of a greater network/net.

This tag is used for questions related to the subnets of a (virtual) private network.

For example, one could use this tag when posting a question related to how his subnet can have Internet access.

129 questions
0
votes
1 answer

Azure - Remove or dissociated an NSG from a subnet using Rest Api

I am trying to run the following command to remove an unused Network Security Group in Azure but the command keeps returning "subnets/default cannot be null or empty."?? let subnetParameters = { id:…
Kainat
  • 63
  • 1
  • 8
0
votes
1 answer

How to connect a webpage behind a AWS EC2 instance in a private subnet in a AWS VPC

I have a AWS VPC with 1 Public and 1 Private Subnets. I have put 1 EC2 instances in each of the subnets. Both the EC2 instances have Apache http server running in port 80 and have a HTML page. Say, there in Page1.html in the Public EC2 instance and…
0
votes
1 answer

AWS - SES Not send e-mail - SUBNET

I currently have a backend running in a container (ECS), this backend has a SES service for sending e-mail (user password recovery). I implemented this same scenario using SUBNET for my backend, but sending e-mail is no longer working. In both my…
rufus05
  • 43
  • 1
  • 10
0
votes
1 answer

Serving Django-NGINX content from private subnet to AWS application Load Balancer

We have hosted Django application on NGINX in EC2 private subnet, we are not able to access it via AWS application load balancer end point. Below is the configuration file from location /etc/nginx/sites-enabled/myserver.conf We are getting 504…
0
votes
0 answers

Cloud Formation for EMR Security Group for private subnet

Creating EMR security group CloudFormation template Creating master security Core and task security Service Access security Trying to create EMR security group via CloudFormation. But having issues with CloudFormation. But finally, get the…
0
votes
2 answers

CIDR allocation to 8 subnets

I have my VPC configured with 10.0.0.0/16 CIDR. I want to create around 7-10 subnets in this VPC. On my calculation, I have decided to have 8 subnets where each subnet can host 8192 resources (8192*8=65536). As per my calculation, 2^13=8192.…
0
votes
2 answers

When to use Public Subnet vs Private Subnet?

I have one web application that i want to open to the world. shall i simply create public subnet and add this instance to it OR shall i create private subnet, NAT, Load balancer and add this instance to it? I want this application only accessible to…
Satish Kumar
  • 43
  • 1
  • 6
0
votes
1 answer

how to subnet a network or build a network with specific IP ranges

let's say:- considering I am working in a company with 12 departments every department have between 7-10 PC's and every department have 2-5 printers so I need to divide/subnetting my network in order to make a range of IP addresses for every…
0
votes
1 answer

Access to Jenkins frontend in AWS Private subnet with NACL

I have a Jenkins instance in a private subnet with a load balancer in front of it, also in a private subnet. My question is, how do I grant access to Jenkins frontend only when I am on the VPN. I know I can put the load balancer in a public subnet…
Toye
  • 483
  • 1
  • 4
  • 7
0
votes
1 answer

How can I create 2 ASGs in one single terraform file with one ELB attached?

Can I create 2 AWS ASG using one terraform file with a module? Please guide me with terraform code. And do we need 2 ELBs or 1 ELB to set this up?
0
votes
1 answer

How to attach private vnet or subnet with container instances in java using Azure SDK?

Challenge in attaching subnet and vnet configurations while creating azure container instances. I am trying to create Azure container instances using the Azure SDK - Java/.Net. This container requires to communicate with components across different…
0
votes
1 answer

Node AWS Lambda in private subnet not able to return callback

Following is my problem statement - 1. I have a Regional API Gateway endpoint There is a Lambda function in a VPC Private subnet getting invoked by the Lambda, to access RDS. A Postman call to the API Gateway is able to invoke the Lambda…
Dev1ce
  • 5,390
  • 17
  • 90
  • 150
0
votes
0 answers

How to access DB in private subnet

How to acccess the Cloud SQL? Assume that i have a db in a private subnet, i am able to access the private subnet but not the cloud SQL inside the private subnet using bastion host.
0
votes
0 answers

AWS Lambda, SQS, Subnet, Internet, multiple lambda functions

I am new to AWS and bit confused. I use Claudia to deploy and NodeJS. I need to make 3 Lambda functions: This function needs to get jobs from DB, it needs to be private because of DB security. Then I need SQS to make a jobs query Second function…
0
votes
2 answers

Cannot connect to Private, Regional GKE endpoint from OpenVPN client

I created the GKE Private Cluster via Terraform (google_container_cluster with private = true and region set) and installed the stable/openvpn Helm Chart. My setup is basically the same as described in this article:…
1 2 3
8 9