AWS Tutorials - 16 - AWS EC2 Instance Type | Instance Type in AWS ( in Hindi )

Gaurav Sharma
27 Oct 202214:40

Summary

TLDRIn this video, Gaurav explains the different types of EC2 instances available on AWS, focusing on the key characteristics of each instance type. He discusses T2 Micro, which is part of the T-family, and compares other instance types like general-purpose, compute-optimized, memory-optimized, and storage-optimized instances. He emphasizes that choosing the right instance depends on the application's requirements, such as memory, CPU, or storage needs. Gaurav also advises performing load testing after selecting an instance type to ensure it can handle the expected user traffic efficiently.

Takeaways

  • 🔑 Instance types come in many forms, and each serves different purposes based on use case scenarios.
  • 🖥️ The T2 micro instance is highlighted as an example, with details on how 'T' represents the instance class, '2' denotes generation, and 'micro' refers to the size.
  • 📈 There are 559 different instance types available, and this number is constantly increasing.
  • ⚖️ It’s important to balance CPU, memory, and network requirements when selecting a general-purpose instance.
  • 💻 Use compute-optimized instances for scenarios involving high-performance computing like machine learning, gaming servers, or media processing.
  • 🧠 Memory-optimized instances should be selected when dealing with applications requiring large amounts of in-memory data processing, such as in-memory databases.
  • 🎮 Accelerated computing instances, including GPU-based options, are ideal for tasks related to machine learning training or high-performance graphics processing.
  • 📊 Storage-optimized instances are best used for scenarios with heavy data read/write needs, such as data warehousing or distributed file systems.
  • 📡 The importance of load testing after selecting an instance type to ensure that it can handle the expected concurrent user load is emphasized.
  • ✅ It's crucial to evaluate specific instance types based on the use case and not rely solely on theoretical specifications.

Q & A

  • What are the different types of instance types available when launching an instance?

    -There are 559 different instance types available, which are constantly increasing. The key instance types include general purpose, compute-optimized, memory-optimized, accelerated computing, and storage-optimized.

  • What does 'T2 Micro' represent in the instance types?

    -'T' represents the class of the instance, '2' represents the generation, and 'Micro' refers to the size of the instance. As new generations are released, the number will increase, such as T3, T4, etc.

  • How do the instance sizes vary, and what are some examples?

    -Instance sizes vary from smallest to largest, starting with Nano, followed by Micro, Small, Medium, Large, X-Large, and 2X-Large. These sizes depend on the resources like CPU and memory.

  • How should you choose the right instance type for your application?

    -Choosing the right instance type depends on your application’s requirements. For example, general-purpose instances are suitable when the workload has a balance between memory, CPU, and networking. Compute-optimized instances are ideal for tasks requiring high CPU performance, like media processing or machine learning.

  • What is the significance of memory-optimized instances?

    -Memory-optimized instances are used when an application requires a large amount of memory, such as in-memory databases, caching, or high-memory operations. They are ideal for workloads that involve heavy memory usage.

  • When should you use compute-optimized instances?

    -Compute-optimized instances should be used when you need high CPU performance, such as for running media processing tasks, generating a large number of PDFs, or operating high-performance web servers.

  • What are accelerated computing instances used for?

    -Accelerated computing instances are primarily used for graphics-intensive applications or tasks requiring GPU processing, such as machine learning, 3D rendering, or simulations.

  • When should storage-optimized instances be used?

    -Storage-optimized instances should be used when an application requires high disk throughput and fast data retrieval or storage, such as in distributed file systems, databases, or data warehousing applications.

  • What is the importance of load testing after selecting an instance type?

    -It is crucial to perform load testing after selecting an instance type to ensure that the server can handle the expected number of concurrent users. Various tools are available in the market to carry out load testing.

  • What is a general-purpose instance, and when should it be used?

    -A general-purpose instance balances CPU, memory, and networking resources. It should be used when the application’s resource requirements are balanced and do not heavily focus on any single resource like CPU or memory.

Outlines

00:00

🖥️ Overview of EC2 Instance Types and their Functionality

This paragraph explains how various EC2 instance types are available when creating an instance on AWS. It mentions the T2 Micro instance type as an example and compares it with others, noting that there are 559 types in total, though the count may change. The focus is on understanding the functionality of these instances rather than memorizing their numbers. The paragraph emphasizes the need to know when to use each instance based on its characteristics and application requirements, rather than for exam purposes.

05:00

⚙️ General-Purpose and Compute Optimized Instances Explained

This section discusses the general-purpose and compute-optimized instance types on AWS. It describes when to use general-purpose instances, which balance memory, CPU, and networking. The T2 Micro instance, part of the general-purpose family, is highlighted as the default choice for basic applications. Compute-optimized instances are recommended for media processing, PDF generation, machine learning, and gaming applications where high performance is needed. The paragraph touches on different generations of compute-optimized instances and their suitability for specific tasks requiring high CPU processing.

10:01

📊 Memory Optimized Instances and Their Use Cases

This paragraph explains memory-optimized instances, which are useful when an application requires more memory than processing power. An example is provided involving in-memory databases like Redis, which stores data in RAM for fast retrieval. The discussion compares how memory-optimized instances can significantly improve the performance of applications handling large datasets, such as Facebook, which uses in-memory data stores to provide instant login services for millions of users. The section also distinguishes between primary memory (RAM) and secondary memory (e.g., hard drives) and emphasizes the importance of memory for specific use cases.

🎮 Accelerated Computing and GPU-Based Instances

This section covers accelerated computing instances, specifically those involving GPU processing, which are ideal for tasks like machine learning training and high-performance computing. It highlights the importance of using GPU-based instances for graphically intensive applications or large-scale data processing, such as machine learning models. The paragraph advises selecting these instances based on the complexity of the task rather than for simpler use cases like basic calculations.

💾 Storage Optimized Instances for High-Performance Data Handling

The paragraph explains storage-optimized instances, which are designed for high-speed data storage and retrieval tasks, such as managing large datasets or databases. It suggests using these instances for applications that require frequent reading and writing of large amounts of data, like data warehousing or distributed file systems. The author stresses the need to consider storage-optimized instances for scenarios involving heavy data transactions.

🔧 Performance Testing and Application Load Considerations

This section discusses the importance of load testing after selecting an EC2 instance type. It recommends running load tests to ensure that the instance can handle the number of concurrent users or processes required by the application. Several tools available in the market are mentioned for conducting these tests. The paragraph highlights the iterative process of selecting the appropriate instance type based on CPU, memory, and application load requirements and stresses the need for thorough performance evaluation in real-world scenarios.

Mindmap

Keywords

💡Security Group

A Security Group is a virtual firewall in cloud computing that controls inbound and outbound traffic to and from resources like EC2 instances. In the video, the speaker mentions discussing Security Groups in the previous video, which highlights its importance in controlling access to cloud-based resources and securing the environment.

💡Instance Types

Instance Types refer to the various categories of virtual machines (VMs) available for deployment in cloud platforms like AWS. Each instance type has different specifications in terms of CPU, memory, storage, and network performance. In the video, the speaker talks about the multiple instance types available, comparing and explaining their uses in different scenarios.

💡T2 Micro

T2 Micro is an example of a general-purpose instance type in AWS, often used for low-demand workloads due to its modest CPU and memory capabilities. The speaker uses T2 Micro as an example of a common, entry-level instance type in cloud computing, emphasizing its use for learning purposes or lightweight applications.

💡Generation

Generation in this context refers to the different versions of cloud instance families, such as T2, T3, T4, etc., where each successive generation offers better performance or features. The speaker discusses how instance generations evolve over time, such as T3 and T4 succeeding T2, and how users should focus on the functionality of the instance rather than remembering specific numbers.

💡General Purpose Instances

General Purpose Instances are balanced instance types in terms of CPU, memory, and network resources, suitable for a wide range of workloads. In the video, the speaker explains that these instances are ideal when users need a balance between different resources and are typically used for applications like mobile development.

💡Compute Optimized Instances

Compute Optimized Instances are designed for compute-intensive tasks that require high CPU performance. The video highlights the use of these instances for workloads like media processing, gaming servers, or machine learning, where high processing power is essential.

💡Memory Optimized Instances

Memory Optimized Instances are designed for workloads that require high memory capacity, such as large in-memory databases or high-performance computing. The speaker provides examples like in-memory databases (e.g., Facebook’s database infrastructure) to illustrate when to use these instance types.

💡Storage Optimized Instances

Storage Optimized Instances are tailored for workloads that require high-speed and large-scale data storage, such as data warehousing or transaction-heavy applications. The speaker mentions using these instances for tasks requiring fast data access and high performance in reading/writing data to storage.

💡Accelerated Computing Instances

Accelerated Computing Instances use hardware accelerators, like GPUs, for tasks that require high computational power, such as machine learning training or graphics processing. The speaker explains how these instances are best suited for tasks involving GPUs or high-performance computing (HPC), like machine learning model training.

💡Load Testing

Load Testing refers to the process of testing a system’s performance under high demand to determine how many concurrent users it can handle. The speaker advises conducting load tests after deploying an application to ensure that the selected instance type can handle the expected workload and traffic without performance issues.

Highlights

Introduction to security groups discussed in the previous video.

Explanation of different types of instance types when creating an instance.

T2 Micro instance is used as an example to explain instance types.

Comparison of 559 different instance types, emphasizing their continuous growth.

Clarification that exam questions do not ask about the number of instance types or regions.

Explanation of how T2 Micro falls under the 'T' class of instances, with '2' indicating generation.

Discussion on the size hierarchy from Nano to Micro to 2X larger instances.

Steps on selecting the right instance type based on application requirements.

Details on different instance families: General Purpose, Compute Optimized, Memory Optimized, Accelerated Computing, and Storage Optimized.

General Purpose instance is recommended when there's a balance between memory, CPU, and networking needs.

Compute Optimized instances are ideal for high-performance tasks like machine learning and gaming servers.

Memory Optimized instances are recommended when applications require high memory, such as in-memory databases.

Accelerated Computing instances are suitable for GPU-based tasks like machine learning training.

Storage Optimized instances are recommended for high-performance data transactions, such as in databases.

Recommendation to perform load testing after launching an application to measure the instance's handling capacity.

Transcripts

play00:00

हेलो दोस्तों मैं हूं गौरव एंड पिछले

play00:02

वीडियो में अपन ने सिक्योरिटी ग्रुप के

play00:04

बारे में बात किया था इस वीडियो के अंदर

play00:05

अपन बात करने वाले हैं की जब भी अपन कोई

play00:08

भी इंस्टेंस क्रिएट करता है तो वहां पे

play00:09

बहुत सारे अलग-अलग तरीके के इंस्टेंट टाइप

play00:12

आते हैं चलिए स्क्रीन पर दिखा देता हूं

play00:14

मैं आपको लॉन्च इंस्टेंस पे क्लिक करता

play00:16

हूं मैं एंड जब मैंने लॉन्च इंस्टेंस पे

play00:18

क्लिक किया यहां पे तो अब यहां पर मैं

play00:22

इंस्टेंस क्रिएट नहीं करने वाला हूं जस्ट

play00:24

कॉन्फ़िगरेशन दिखाने वाला हूं आप नीचे

play00:26

यहां पर देखिए ये आपको टी तू माइक्रो दिख

play00:29

रहा है और ये और कितने अलग-अलग तरीके के

play00:31

ऑप्शन है तो मैं कंपेयर इंस्टेंट टाइप पे

play00:33

क्लिक करता हूं एंड आप देख सकते हैं टोटल

play00:37

559 इंस्टेंस टाइप है और यह इंक्रीज होते

play00:40

ही रहते हैं तो लिए नंबर चेंज होता रहेगा

play00:42

बट और आपको याद रखने की जरूरत भी नहीं है

play00:45

अगर आप एग्जाम प्रिपेयर करना है तो एग्जाम

play00:47

के अंदर कभी भी इस तरीके का क्वेश्चन नहीं

play00:49

आता बताओ कितने इंस्टेंस टाइप है बताओ

play00:51

कितने रीजन है इस तरीके के कोई क्वेश्चंस

play00:53

नहीं आते हैं आपको उसकी फंक्शनैलिटी पता

play00:55

होनी चाहिए एंड वो कब कम में लेना है किस

play00:58

चीज को कब कम में लेना है आपको वो चीज पता

play01:00

होनी चाहिए तो अब देखो यहां पे ये अलग-अलग

play01:03

तरीके के हैं यहां पर आप सेटिंग पर क्लिक

play01:06

करो और आप यह सारी चीज कम ज्यादा कर सकते

play01:09

हो लाइक इंस्टेंस फैमिली आपको देख

play01:10

इंस्टेंट फैमिली अगर आपको देखनी है तो आप

play01:13

यहां पर क्लिक कर सकते हो कंफर्म एंड अभी

play01:15

आप देखिए यहां पे ये इंस्टेंस की फैमिली

play01:17

भी ए गई थी की वैन टी वैन तो देखो जो भी

play01:20

T2 माइक्रो जो होता है ना तो आप यहां पर

play01:23

ये देखिए तो यहां पर आप देखिए टी तू

play01:25

माइक्रो टी क्या है टी जो है वो आपका

play01:27

इंस्टेंस की जो क्लास है वो है तू क्या है

play01:30

ये जो तू है ये जेनरेशन है और अब जैसे नई

play01:33

जेनरेशन आएगी T3 45 ऐसे ही है इंक्रीज

play01:36

करता रहता एंड माइक्रो राइट माइक्रो क्या

play01:39

यह इंस्टेंस की साइज के ऊपर डिपेंड करता

play01:41

है साइज क्या रहेगी कैसी रहेगी यह उसे चीज

play01:44

पर डिपेंड करता है जैसे की आप देख सकते

play01:46

हैं सबसे छोटा नैनो है फिर माइक्रो है

play01:48

माइक्रो के बाद में स्मॉल मीडियम बड़ी फिर

play01:52

एक्स बड़ी फिर 2X बड़ी तो आप देख सकते हैं

play01:54

यहां पे ये बड़ी है

play01:56

इससे जस्ट 22 एक्स

play02:00

बड़ी है और एक्स बड़ी का जो स्टेबल 2xlr

play02:03

है ऐसे आपके रेजिस्टेंस है उसकी साइज के

play02:06

हिसाब से ये माइक्रो नैनो हो रहा है ये

play02:08

इंस्टेंस की साइज है तो चलिए अब यह सब तो

play02:12

हो गया अब बात आती है की किस टाइम पे कौन

play02:14

सा इंस्टेंस जो है वो आपको सिलेक्ट करना

play02:17

है यह आप कैसे डिटरमिन करेंगे की किस टाइम

play02:20

पर कौन सा इंस्टेंस टाइप जो है वो आपको

play02:22

उसे करना है तो मैं एक यूआरएल है वो ओपन

play02:24

करता हूं मेरे मशीन के अंदर

play02:29

है तो आप यहां पर देखिए यह सारे के सारे

play02:32

अलग-अलग तरीके के इंस्टेंस ताई पर जो वस

play02:35

देता है अपन लोगों को उसे करने के लिए

play02:37

जनरल पर्पस

play02:39

कंप्यूटराइज मेमोरी ऑप्टिमाइज़ एक्सीलरेटर

play02:42

और स्टोरेज ऑप्टिमाइज्ड

play02:44

1234 5 यह 5 अलग-अलग तरीके के इंस्टेंस है

play02:50

जो ये उस अपने को देता है अपन उसे कर सकते

play02:52

हैं अब वापस आप लोगों के दिमाग में आएगा

play02:54

यार

play02:56

गिनती तो हमने भी जिन ली की भाई ये 1 2 3

play02:59

4 5 है और

play03:02

इनको यह अपने को देता है बट मेरे को क्या

play03:04

पता चलेगा की किस टाइम पर तो जनरल

play03:06

ऑप्टिमाइज़ किस टाइम पर जनरल पर्पस

play03:09

इंस्टेंस उसे करना है किस टाइम पर

play03:11

कंप्यूटर ऑप्टिमाइज़ वाला उसे करना है

play03:15

की मैं आप लोगों को कुछ थोड़ा-थोड़ा बता

play03:17

देता हूं बट उसके बाद में आप लोगों को ये

play03:21

डिसीजंस लेने होंगे चलिए स्टार्ट करते हैं

play03:24

एंड ये जो चीज रहेगी ये टोटली डिपेंडेंट

play03:26

रहेगी आपका एप्लीकेशन कैसा है उसे चीज के

play03:29

ऊपर रहेगी तो मैं आपको कुछ एग्जांपल देता

play03:32

हूं

play03:34

इसके अंदर क्या रहता है इसके अंदर बैलेंस

play03:36

रहता है बिटवीन मेमोरी और कंप्यूटर

play04:11

जैसे फॉर एग्जांपल मेरे पास था की मेरे को

play04:14

मोबाइल एप्लीकेशन डेवलपमेंट सीखना था अब

play04:17

मोबाइल एप्लीकेशन जो डेवलपमेंट था वो मुझे

play04:19

सीखना था मैक्स पे बट मेरे पास मैक का कोई

play04:22

हार्डवेयर नहीं है लैपटॉप नहीं है तो क्या

play04:24

मैं यहां पर एक माइक इंस्टेंस क्रिएट कर

play04:27

सकता हूं उसको एक्सेस करके मैं वहां पे वो

play04:29

प्रोग्रामिंग कर सकता हूं तो ऐसा नहीं है

play04:31

की आपको एक प्रोग्रामिंग लैंग्वेज सीखने

play04:33

के लिए केवल पूरा का पूरा ऑपरेटिंग मतलब

play04:35

पूरा का पूरा एक मैकबुक लाकर रखना पड़ेगा

play04:37

उसके बाद में ये अपन जो T2 माइक्रो की बात

play04:40

कर रहे हैं वो इसी जो टी तू माइक्रो जो है

play04:44

या जो टी फैमिली है वो इसी

play04:48

है इसी इंस्टेंस टाइप के अंदर आती है तो

play04:50

आप देखिए यहां पर

play04:54

अलग-अलग जेनरेशन है और यह बढ़ती जाएंगी ये

play04:57

कम नहीं होगी तो आप यहां पे एक बार आओ और

play05:00

इनका एक-एक बार ओवरव्यू ले सकते हो की किस

play05:02

टाइम के डिस्टेंस को आप कब उसे करेंगे

play05:04

जनरल पर्पस इंस्टेंस जो है ये आपको केवल

play05:07

तब उसे करना है जब आपको पता हो की हान भाई

play05:09

मेरे पास मेरा रेशों जो है वो लगभग से

play05:11

रहने वाला है मेमोरी का सीपीयू का और

play05:14

नेटवर्किंग bandwid का तो उसे टाइम पर आप

play05:17

जनरल पर्पस रजिस्टर उसे कर सकते हैं इस

play05:21

पुरी प्ले लिस्ट के अंदर अपन जो T2

play05:23

माइक्रोमैक्स क्रिएट करने वाले हैं वो इसी

play05:24

फैमिली से बिलॉन्ग करेगा ठीक है उसके बाद

play05:27

में दूसरा आता है कंप्यूटर तो आपको यह

play05:30

इंस्टेंट टाइप कब उसे करना है जब आपके

play05:32

कंप्यूटर

play05:33

इसमें आपको ये उसे करना है वापस उसके अंदर

play05:38

भी हो सकता है की आपके एप्लीकेशन के अंदर

play05:41

आप बहुत ज्यादा बेस्ट प्रक्रिया चला रहे

play05:42

हो मीडिया ट्रांसफर जैसा कोई एप्लीकेशन हो

play05:45

जो आप उसे कर रहे हो जो बहुत सारे पीडीएफ

play05:47

जेनरेट कर रहे हो आपको एक परफॉर्मेंस एक

play05:50

वह चाहिए क्या बोलते हैं हाइपरफॉर्मेंस

play05:52

वेब सर्वर चाहिए उसे केस में आप इसको उसे

play05:54

कर सकते हैं मशीन लर्निंग एंड गेमिंग

play05:56

सर्वर के लिए भी आप इस इंस्टेंस टाइप को

play05:58

सिलेक्ट कर सकते हैं ठीक है इसके अंदर भी

play06:01

अब आप अलग-अलग जो है इसके जेनरेशन हैं आप

play06:04

यहां पे देख सकते हैं मैनली ये ये घूम फिर

play06:07

के अपन यहीं पे आके छोड़ेंगे की ये जो

play06:09

सारे के सारे जो कंप्यूटराइज के अंदर

play06:11

जितने भी ए रहे हैं इनके अंदर सीपीयू

play06:13

अच्छा है प्रोसेसिंग अच्छी है इनके अंदर

play06:15

अब बात आती है मेमोरी ऑप्टिमाइज़ इंस्टेंस

play06:18

इनको कभी उसे करेंगे गौरव तो दोस्तों इनको

play06:21

सिंपली आपको कब उसे करना है ये जो मेमोरी

play06:24

ऑप्टिमाइज़ इंस्टेंस है इनको सिंपली आपको

play06:27

तब उसे करना है जब आपके मेमोरी बहुत

play06:29

ज्यादा उसे ए रही हो

play06:31

अब आप बोलोगे यार तू गजब है कंप्यूटर में

play06:34

कंप्यूटर ज्यादा आएगा मेमोरी वाले में

play06:36

मेमोरी ज्यादा आएगी ये तो हमको ही पता है

play06:38

फिर स्टोरेज वाला में स्टोरेज बोल देगा

play06:41

तो यस ऑलमोस्ट चीज हुई है कंप्यूटर

play06:55

आपने सुना होगा इन मेमोरी डेटाबेस

play06:58

ठीक है मैं आपको एक चीज बताता हूं अगर

play07:00

आपने कभी

play07:01

मारी हो जिसके अंदर 3000 एंट्री हो आप

play07:05

कमांड चलते हो सिलेक्ट स्टार फ्रॉम यूजर्स

play07:07

करके आई मिन अपने कमांड चलाइए एक माइक

play07:10

सीक्वल क्वेरी चलाई है जो आपके सारे के

play07:12

सारे यूजर्स की लिस्ट करवाएगी एंड आपके

play07:14

अगर डेटाबेस के अंदर 3000 यूजर है तो मेरे

play07:17

हिसाब से उसे पुरी की पुरी टेबल को retrae

play07:19

होने के अंदर 3 सेकंड लग सकते हैं आपको

play07:23

अब आप एक चीज सोचो फेसबुक के अंदर करोड़ों

play07:26

यूजर है और जब आप लोग इन पर क्लिक करते

play07:28

हैं ना तो आप चुटकियों में लोगों हो जाते

play07:30

हैं तो आप वह क्या करता है विच डेटाबेस

play07:34

फेसबुक उसे मैंने इस पे बहुत पहले एक

play07:36

ब्लॉग आर्टिकल लिखा था बट आई मिन मेरी वो

play07:38

वेबसाइट नहीं चली तो मैंने उसको बंद कर

play07:40

दिया था बट मैंने वहां पर चीज लिखी थी की

play07:42

फेसबुक कैसे डेटाबेस उसे करता है की उसके

play07:45

अंदर करोड़ों यूजर होने के बाद में भी

play07:47

उसमें फटाफट यूजर को तुरंत लोग इन करवा

play07:49

दिया और अगर अपन कोई चलाइए जिसके अंदर

play07:52

केवल 3000 यूजर्स हैं तो उसको उसे क्वेरी

play07:55

को retrae होने में इतना टाइम लग जाता है

play07:56

बाद में कंडीशन फ्लो लगेगी वह अलग की भाई

play07:59

सही यूजर नाम है या नहीं है पासवर्ड सही

play08:00

है या नहीं है वो बात की बात है वो

play08:02

प्रोसेसिंग बाद में होगी समझ में ए रही है

play08:04

तो इन मेमोरी डाटा बेसिस है वो फेसबुक उसे

play08:07

करते हैं लेकिन मैं कैसे दी जो है वो उसे

play08:10

कर सकता है या फिर रेड इसलिए इन मेमोरी

play08:12

डाटा बेस है तो इस तरीके का अगर कोई भी

play08:16

आपका एप्लीकेशन है जिसके अंदर आप रैम के

play08:18

अंदर ये आपकी मेमोरी के अंदर डाटा स्टोर

play08:20

करके रखा है मैं मेमोरी की बात कर रहा हूं

play08:22

सेकेंडरी मेमोरी की बात नहीं कर रहा जैसे

play08:24

मैं = हार्ड इसके अंदर डाटा रखता है वो

play08:26

सेकेंडरी मेमोरी के अंदर रखता है बट मैं

play08:29

बात कर रहा हूं में मेमोरी की तो जहां पे

play08:30

भी आप में मेमोरी के अंदर जो डाटा स्टोर

play08:32

करते हैं और ज्यादा डाटा अगर आप मैन

play08:34

मेमोरी में स्टोर कर रहे हैं रिट्रीव कर

play08:36

रहे हैं या फिर कैचिंग आप उसे कर रहे हैं

play08:37

या फिर आप कैसे उसे कर रहे हैं तो उसे केस

play08:40

में आपको मेमोरी ऑप्टिमाइज़ इंस्टेंस लेना

play08:44

चाहिए अब वापस यही आप इन सब क्लास में

play08:46

जाओगे तो आपको एक अलग-अलग तरीके के फीचर्स

play08:49

मिलेंगे तो मैं सजेस्ट करूंगा केवल एक बार

play08:51

गो थ्रू कर लेना इंडस्ट्री के अंदर कम

play08:53

नहीं आएगा बट आप सर्टिफिकेट के लिए

play08:55

तैयारी कर रहे हैं तो आपके ए सकता है की

play08:58

जनरल पर्पस

play08:59

कंप्यूटराइज मेमोरी ऑप्टिमाइज़ वैसे ये जो

play09:02

मैंने चीज बताई है इसके अंदर कवर हो जाना

play09:04

चाहिए

play09:06

अब एक्सीलरेटेड कंप्यूटर इसके अंदर क्या

play09:09

इसके अंदर सिंपल सी बात है जहां पर भी

play09:11

आपकी ग्राफिक्स से रिलेटेड प्रोसेसिंग हो

play09:13

रही है राइट या जीपीयू बेस आपको अगर कोई

play09:16

इंस्टेंस चाहिए तो आप इस फील्ड में आएंगे

play09:19

या फिर इस इंस्टेंस टाइप के अंदर आके सर्च

play09:21

करने का ट्राई करेंगे तो जब भी आपको

play09:24

जीपीयू बेस्ट कोई मशीन चाहिए राइट जीपीओ

play09:27

बोले तो

play09:28

ग्राफिक प्रोसेसिंग यूनिट या फिर मशीन

play09:31

लर्निंग से रिलेटेड अगर आप कुछ भी कर रहे

play09:33

हैं मशीन आई मिन कुछ भी कर रहे हैं क्या

play09:35

इसका मतलब ये नहीं है की आप एक छोटा सा

play09:37

मशीन लर्निंग का प्रोग्राम बना रहे हैं और

play09:39

आपसे जीपीयू इंस्टेंस क्रिएट करें नहीं आप

play09:41

अगर कोई मशीन लर्निंग का कोई डाटा सेट ले

play09:43

रहा है जो बहुत ज्यादा प्रक्रिया यू उसे

play09:45

कर रहा है तो इसमें आपको यहां आना है

play09:47

मैंने बोल दिया की भाई मशीन उसे कर रहे

play09:49

हैं तो फिर ठीक है या फिर मैंने बोल दिया

play09:51

की भाई आपको एक कंप्यूटर ऑप्टिमाइज़ बनाना

play09:53

है और पता चल रहा है की आपके कैलकुलेटर का

play09:55

प्रोग्राम बना रहे हैं की अब मेरे को तो

play09:57

कैलकुलेशन कर रहा हूं मैं तो अब मेरे को

play09:58

कंप्यूटराइज बनाना है उसकी बात नहीं कर

play10:00

रहा आपको थोड़े हाई लेवल पे देखना है की

play10:03

आप कंप्यूटेशन किस लेवल की कर रहे हैं

play10:05

मेमोरी किस लेवल का उसे कर रहे हैं से वही

play10:08

अगर आपको जीपीयू बेस कुछ भी चाहिए

play10:12

जो आपको हाइपरफॉर्मेंस प्रोवाइड करें तो

play10:15

आपको तो आपको यह इंस्टेंस उसे करना है और

play10:17

इस पर क्लियर हाई परफॉर्मेंस फॉर मशीन

play10:20

लर्निंग ट्रेनिंग एंड हाइपरफॉर्मेंस

play10:21

कंप्यूट इन डी क्लाउड तो ये चीज आपको

play10:24

ध्यान रखनी है की आपको अगर आई मिन

play10:26

ग्राफिक्स से रिलेटेड कुछ भी करना है तो

play10:28

आपको इस तरीके से लेना है अब आता है की अब

play10:31

बात करते हैं की ये जो स्टोरेज ऑप्टिमाइज़

play10:33

जो इंस्टेंसस है इसको अपन कहा उसे कर सकते

play10:37

हैं तो सी इसको अपन सिंपल सा कब उसे कर

play10:39

सकते हैं दोस्तों की लाइक स्टोरेज वैसे

play10:42

आपको बहुत ज्यादा सीक्वेंस वाली डाटा

play10:44

फटाफट ऐड करना है राइट एड करना या रिमूव

play10:48

करना है एक हाई परफॉर्मेंस में डाटा रीड

play10:50

और राइट करना है ना तो आपको इधर आना है

play10:52

एंड डाटा बेसिस जो है वो आपको इसके अंदर

play10:54

डालना रहता है वो ट्रांजैक्शंस जो होता है

play10:56

तो उसे केस में ये सिनेरियो है अगर आप

play10:59

बहुत ज्यादा करने वाले हैं तो उसे केस के

play11:03

अंदर आपको स्टोरेज ऑप्टिमाइज़

play11:06

उसे करना चाहिए ठीक है फॉर एग्जांपल मुझे

play11:10

पता है की लर्निंग motion.com

play11:18

तो मुझे स्टोरेज ऑप्टिमाइज़ इंस्टेंस लेना

play11:21

चाहिए

play11:26

या फिर कोई भी एक बांदा आया ट्विटर पे एंड

play11:29

एक लाइक

play11:30

ट्वीट किया एंड आउट तो बट ऐसा ना कौन

play11:33

करेंटली एक साथ कितने सारे लोग लिख रहे

play11:35

हैं तो रिलेशन डेटाबेस के केस में या फिर

play11:38

आपको जो बोलते हैं नॉन रिलेशन डेटाबेस के

play11:42

केस में आप स्टोरेज ऑप्टिमाइज़ इंस्टेंस

play11:44

पर ए सकते हैं डाटा वेयरहाउसिंग एप्लीकेशन

play11:47

से रिलेटेड अगर आपका कोई उसे केस है तो

play11:49

आपको इस इंस्टेंस के साइड आना है

play11:51

डिसटीब्युटेड फाइल सिस्टम है अगर आपका तो

play11:54

भी आपको इस इंस्टेंस टाइप के साइड में ए

play11:56

रहा है आई मिन आपको स्टोरेज ऑप्टिमाइज़

play11:58

इंस्टेंस क्रिएट करना चाहिए मेमोरी

play12:06

ऑप्टिमाइज्ड कब उसे करना है

play12:10

और स्टोरेज ऑप्टिमाइज़ था आपको कब उसे

play12:13

करना है बट उसके अलावा एक चीज और मैं

play12:15

सजेस्ट करूंगा बट एक चीज और जो मैं आपको

play12:17

यहां बताना चाहूंगा दोस्तों की देखो आपने

play12:20

आपके उसे केस के हिसाब से और आपने आपकी

play12:22

थ्योरी के हिसाब से आपने इंस्टेंस टाइप तो

play12:24

यहां सिलेक्ट कर लिया बट आई विल सजेस्ट यू

play12:26

की आप जभी भी कोई भी इंस्टेंस टाइप्स

play12:28

सिलेक्ट कर रहे हैं उसे पे आपका एप्लीकेशन

play12:30

लॉन्च करें तो उसके बाद में लोड टेस्ट आप

play12:32

जरूर करें की हान भाई एक साथ कितने

play12:35

कॉन्करेंट यूजर को मेरा ये जो सर्वर है ये

play12:38

हैंडल कर सकता है उसके लिए अलग-अलग टूल्स

play12:40

ऑलरेडी अवेलेबल है मार्केट के अंदर अपन

play12:42

उसके बारे में भी बात कर लेंगे बट हमेशा

play12:45

ध्यान रखना आपको लोन टेस्टिंग जरूर करनी

play12:47

है ठीक है दोस्तों तो मैंने थ्योरी में आप

play12:50

लोगों को केवल इतना बताया की किस इंस्टेंस

play12:52

टाइप को जाके आपको कब चेक करना है कब आपको

play12:55

जनरल purposistance क्रिएट करना है कब

play12:57

आपको कंप्यूटराइज करना है बट मैं आपको एक

play12:59

बार जरूर कमेंट करूंगा की आप इस वेबसाइट

play13:02

पर जाएं एंड इसके एक-एक फीचर्स के बारे

play13:05

में पड़े फॉर एग्जांपल

play13:06

तो जैसे की आप यहां पर देखिए यह टी तू

play13:09

माइक्रो तो आप यहां पर देखिए टी तू

play13:10

माइक्रो के अंदर 1 वर्चुअल सीपीयू है राम

play13:13

भी 1GB है बट ये नेटवर्क परफॉर्मेंस क्या

play13:15

है इसका लो से मोल रेट है ठीक है अब

play13:18

अलग-अलग में आप जाओगे तो आपको अलग-अलग सीन

play13:20

मिलेंगे यहां पे जैसे फॉर एग्जांपल

play13:24

M5 एंड बड़ी जो है मैं इसको लेता हूं और

play13:28

यहां पे आप देखिए इसकी जो बैंडविथ है वो

play13:30

जा रही है 4750 मेगाबाइट तो ये इतना जा

play13:34

सकता है बट ये जो चीज मेरे हिसाब से आपको

play13:36

रत्न की जरूरत नहीं है जभी भी आप कोई भी

play13:38

इंस्टेंस क्रिएट करो आप देखो आपका उसे केस

play13:41

क्या है आपको समझ में ए जाएगा की हान यार

play13:43

इसके अंदर कंप्यूटर ज्यादा उसे हो रहा है

play13:45

तो आपको फिर यहां पर जाना है कंप्यूटर में

play13:48

सेल्स में और यहां पे सिलेक्ट करना है

play13:50

आपको और फिर आपको देखना है की हान भाई आप

play13:52

मेरे को ये इंस्टेंस क्रिएट करना चाहिए

play13:53

यूजुअली हम लोग ऐसे ट्राई करते हैं

play13:55

इंडस्ट्री के अंदर मतलब ऐसा नहीं होता की

play13:57

हम रात के बैठे रहते हैं और क्लाइंट को

play13:59

मतलब क्लियर बताना होता है अच्छा आपको आई

play14:01

प्रोसेसिंग चाहिए आप c7g फैमिली का या फिर

play14:05

c70

play14:06

नहीं हो सकता है की तुरंत मैं गलत आंसर

play14:08

देते हैं प्रॉपर रिक्वायरमेंट लेते हैं

play14:10

उसके बाद में देखते हैं की इसको कितना

play14:12

मेमोरी चाहिए उसको सीपीयू कितना चाहिए

play14:14

कितना ज्यादा लोड रहने वाला है कितना

play14:16

ज्यादा वो उसे करने वाला है उसे हिसाब से

play14:19

फिर हम ये टेबल में से सजेस्ट करते हैं ये

play14:21

देखो अगर आपके इतना लोड आएगा तो ये वाला

play14:24

सही इतना लोड आएगा

Rate This

5.0 / 5 (0 votes)

Related Tags
AWS instancesCloud computingInstance typesCompute optimizedMemory optimizedStorage optimizedGeneral purposePerformance tuningCloud applicationsAWS training