क्लाउड होस्टिंग
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/cloud-hosting/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/cloud-hosting/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/cloud-hosting/)
Use the native HTML custom element.
क्लाउड होस्टिंग एक या अधिक डेटा केंद्रों (AWS, Google Cloud, Azure आदि) में वर्चुअलाइज्ड सर्वरों के पूल में एक वेबसाइट या एप्लिकेशन को वितरित करती है, जिससे कंप्यूटिंग और स्टोरेज की ऑन-डिमांड स्केलिंग संभव होती है। क्लाउड होस्टिंग के लिए डोमेन कॉन्फ़िगरेशन में आमतौर पर एकल ऑरिजिन सर्वर के बजाय लोड बैलेंसर IP पतों या [[cdn|CDN]] एज होस्टनेम की ओर [[dns-hosting|DNS]] इंगित करना शामिल है। चूंकि इंफ्रास्ट्रक्चर स्केल होने पर IP पते बदल सकते हैं, इसलिए A रिकॉर्ड हार्डकोड करने की बजाय CNAME रिकॉर्ड या इलास्टिक IPs की सिफारिश की जाती है। कई क्लाउड प्रोवाइडर ACM (AWS) के माध्यम से प्रबंधित [[ssl-tls|SSL सर्टिफिकेट]] भी प्रदान करते हैं।
उदाहरण
An e-commerce site on AWS points its apex domain example.com to an Application Load Balancer via an ALIAS record, and uses CloudFront (CDN) as a CNAME target for www.example.com, enabling global distribution and auto-scaling.