{"id":28211919,"url":"https://github.com/asolis2/azure-private-linux-vm","last_synced_at":"2026-01-23T06:47:06.946Z","repository":{"id":291029355,"uuid":"976353900","full_name":"ASolis2/azure-private-linux-vm","owner":"ASolis2","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-02T00:54:43.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T18:11:14.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ASolis2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-02T00:48:38.000Z","updated_at":"2025-05-02T00:54:46.000Z","dependencies_parsed_at":"2025-05-02T01:33:07.735Z","dependency_job_id":"604c7311-9245-46cd-a34f-caea35f3a79d","html_url":"https://github.com/ASolis2/azure-private-linux-vm","commit_stats":null,"previous_names":["asolis2/azure-private-linux-vm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ASolis2/azure-private-linux-vm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-private-linux-vm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-private-linux-vm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-private-linux-vm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-private-linux-vm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ASolis2","download_url":"https://codeload.github.com/ASolis2/azure-private-linux-vm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-private-linux-vm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-17T18:10:15.623Z","updated_at":"2026-01-23T06:47:06.941Z","avatar_url":"https://github.com/ASolis2.png","language":"HCL","readme":"# Project 14 – Deploy a Private Azure Linux VM (No Public IP)\n\nThis project provisions a secure, private Linux virtual machine in Azure using Terraform. The VM is deployed into a virtual network without any public IP assigned, making it accessible only from within the private network.\n\n## 🔧 What This Deploys\n\n- A new **Resource Group**\n- A **Virtual Network** with 10.0.0.0/16 range\n- A **Subnet** for the VM\n- A **Network Interface** with only a private IP\n- A **Linux Virtual Machine** (Ubuntu 18.04)\n- SSH key authentication only (no passwords)\n\n## ✅ Key Features\n\n- **No public IP** — VM is not accessible from the public internet\n- **SSH-only access** using public key\n- **Best practices** for secure, private infrastructure\n\n## 🔐 Output\n\n```hcl\nprivate_ip_address = \"10.0.2.4\"\n```\n\n## 📸 Screenshot\n\n![Terraform Apply Output](./screenshots/terraform-output.png)\n\n## 🧠 Knowledge Check\n\n1. Why is deploying without a public IP more secure?\n2. How can you access this VM (e.g., Bastion, VPN)?\n3. What Terraform resource assigns a private IP to a VM?\n4. What does `disable_password_authentication = true` do?\n\n## 🚀 Commands Used\n\n```bash\nterraform init\nterraform apply -auto-approve\n```\n\n## 💡 Notes\n\n- VM size: `Standard_B1ls` to stay within free-tier/core limits\n- If core quota is exceeded, delete other VMs or request an increase\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasolis2%2Fazure-private-linux-vm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasolis2%2Fazure-private-linux-vm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasolis2%2Fazure-private-linux-vm/lists"}