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 function app with private endpoint on time trigger - manual trigger is not working

Azure function app with private endpoint on time trigger - manual trigger is not working An Error 403 occurs when triggering the function app manually, scheduled triggering is working. The function app has private endpoints and is reachable from…
0
votes
1 answer

How can I host a Laravel-PHP API and React frontend on Azure, while passing .env data in?

I'd like to create a Laravel-PHP API service that is hosted on the Azure cloud, and I also need the front end react to be hosted on Azure. Can anyone help? I tried using the Azure app service, but I'm not sure how to get through.env datas to app…
0
votes
0 answers

GitHub Action to deploy Ansible playbook on EC2 in private subnet

I am trying to run an Ansible playbook against an EC2 instance in a private subnet, but I am having trouble. I tried running this workflow file: steps: - name: Checkout uses: actions/checkout@v3 - name: terraform ssh key …
0
votes
1 answer

EBS volume provisioning isn't working when my kubernetes cluster runs in a private subnet (no internet access)

I have a Microk8s cluster on EC2 instances. EBS volume provisioning (both static and dynamic) is ONLY working when my cluster has internet access. Meaning, EBS provisioning works when my cluster is in a public subnet (that uses internet gateway) as…
0
votes
1 answer

Hosting my docker container in public or private subnet?

I want to have grafana in a docker container within ec2. This will recieve traffic from Influxdb, also hosted in docker container, seperate ec2. I want to know if these should be hosted in a private or public subnet within my VPC. If i am needing to…
0
votes
0 answers

How to DML to a PostgresSQL db in a Private Subnet via GCP Cloud SQL Auth Proxy? Try to connect via Third Party Applications like DBeaver, get stuck

I have a PostgresSQL DB in a private subnet in a VPC. I want to do DML operations from my local environment. I installed Google SDK in order to create a VPN connection to the private instance. And run the command: C:\Program Files (x86)\Google\Cloud…
0
votes
1 answer

Why do AWS recommend public and private subnets with a nat gateway?

I'll be complying with AWS best practise and having e.g. database instances inside a private subnet but I am wondering why this architecture is recommended? AWS recommend this architecture so that the DBMS is not accessible to the outside world. If…
Remotec
  • 10,304
  • 25
  • 105
  • 147
0
votes
1 answer

AWS Quicksight cannot connect to Aurora PostgreSQL in a private subnet

I am trying to connect to Aurora PostgreSQL database in a private subnet from QuickSight. I created the VPC connection in the Quicksight dashboard and when i try to create a new analysis using Aurora as the data source i get the following error…
0
votes
1 answer

Script to find new subnet address space from a list of available subnets in a azure virtual network

I have a powershell code that takes the last subnet created details and thereby finds next available address space with specified /25, /26,/27 or /28 But there are unallocated spaces in between subnets. Is there a way to find the subnet space…
0
votes
0 answers

VPCEndpoint creation in unavailable subnet despite restriction

I'm trying to create a VPC endpoint for ABC service in NAWS. My service is deployed in use-az1, use-az2, use-az3, use-az4, and use-az6 while ABC is deployed in use-az1, use-az2, use-az4, and use-az4. My code to create VPC endpoint interface…
Belphegor21
  • 454
  • 1
  • 5
  • 24
0
votes
0 answers

Private AWS VPC subnet has 0 available IP addresses

I have 3 public and 3 private subnets in an AWS VPC. I am currently trying to deploy an Aurora Postgres database cluster with RDS and I'm receiving an error when trying to create my primary database along with 2 read replicas. The error I am getting…
0
votes
0 answers

Elasticbeanstalk endpoint can't be hit, project was deployed inside a NAT gateway

I just configure a NAT gateway for my elastic beanstalk, when i curl my port 80 from the localhost it works fine but when i try to access my elasticbeanstalk public endpoint i didn't get nothing from it, it just says "this site can't be…
0
votes
1 answer

AWS subnet’s using terraform

I have a set of subnet’s how do i assign the subnets which are available automatically using terraform? Ex : [“subnet-a”,”subnet-b”,”subnet-c”, “subnet-d”] I want to pick the two available subnets from given set for module A and module B?
0
votes
0 answers

unable to Login to vesta control panel while clicking on example.com:8083

we are unable to login into https://example.com:8083 when we are clicking on it we getting downloaded on file and if we open the downloaded file we are getting data as but we are…
0
votes
0 answers

How to access application running in the private EC2 instance

I have an application running at port 9001 in the private EC2 instance. I have a web server running in the public subnet. The subnets and the routeing table with IGW and NAT Gateways are set up properly. I have security groups defined for each…
Jwary
  • 137
  • 2
  • 16
1 2 3
8 9