Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

203
Views
Web application on a private cloud?

How can I host a web application (Django/Flask) such that its database is in the cloud and only employees of my company can manage it from any location? If not web application what other types of applications should be used to handle all types of devices, ensure company privacy and be in the cloud at the same time?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

There is an answer for AWS so I will provide a solution using Google Cloud.

First, you can deploy your application using Google Kubernetes Engine or Google Compute Engine or App Engine.

Second, you need to create an external HTTPS load balancer for public access from internet.

Third, you need to set up Identity Aware Proxy to allow only user with Identity allowed to access the application (Google Identities or third party identities)

From my own experiences with AWS and GCP, I found GCP Identity Aware Proxy the easier solution to set up but you will have less control and less options on authentication and authorisation methods.

IAP flow

over 4 years ago · Santiago Trujillo Report

0

There are likely many architectures for this scenario offered by different cloud providers.

In AWS, for example, you could do this with a VPC comprising of a combination of public and private subnets, plus site-to-site VPN access. The web server would be in the public subnet listening on an elastic IP, while the DB would be in the private subnet and connected via VPN and a virtual private gateway to your corporate site.

It all depends on your specific requirements and constraints.

See just one of many possible examples:

enter image description here

For the various VPN options in AWS

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!