Learning Portal @T9

  • Version control system

    A Version Control System (VCS) is a critical tool for software development, enabling teams to track and manage changes to code over time. It…


  • BPM APIs Integration

    Business Process Management (BPM) APIs enable seamless integration of business processes with external systems and services, fostering automation, efficiency, and agility in enterprise workflows.…


  • Data Lineage

    Dataineage: A Comprehend refers to the process of tracking and visualizing the flow and transformation of data as it moves through various stages of…


  • Data Pipeline

    A data pipeline is a series of processes and tools that move data from one or more sources to a destination, where it can…


  • Instance Profiles Roles in Identity Access Management

    In AWS, Instance Profiles act as containers for IAM roles, enabling EC2 instances to assume the permissions defined in the role. This integration allows…


  • CIDR Block

    A Classless Inter-Domain Routing (CIDR) block is a method for allocating and managing IP addresses in a flexible manner, reducing wastage of IP space.…


  • Private Subnet

    In Amazon Web Services (AWS), a private subnet is a subnet within a Virtual Private Cloud (VPC) that does not have direct access to…


  • Instruction Pipelining in Computer Organization and Architecture

    Instruction pipelining is a key technique used in modern processor design to enhance CPU performance. It allows overlapping of instruction execution by dividing the…


  • Data Path in Computer Organization and Architecture

    In computer organization and architecture, the data path is a critical component of a processor’s architecture. It encompasses the hardware elements responsible for performing…


  • MAN use cases

    A Metropolitan Area Network (MAN) is a high-speed network spanning a city or a large campus, designed to interconnect local area networks (LANs) over…


  • Searching algorithm : DSA

    Search algorithms are fundamental in computer science and are used to retrieve data from a collection of elements efficiently. They are employed in a…


  • Provisioned IOPS

    In the world of cloud computing, Amazon Elastic Block Store (EBS) is one of the most widely used services for persistent storage. When high-performance…


  • Security Groups

    In AWS, Security Groups act as virtual firewalls to control inbound and outbound traffic to your EC2 instances, ensuring that only authorized access occurs…


  • Identity-Based Policies in Identity Access Management

    In AWS Identity and Access Management (IAM), Identity-Based Policies are used to assign permissions to IAM users, groups, or roles. These policies define what…


  • Public Subnet

    In cloud computing, a public subnet refers to a subnet within a Virtual Private Cloud (VPC) that is connected to the internet through an…


  • NAT Gateway

    A Network Address Translation (NAT) Gateway is an essential component for managing outbound internet traffic from private subnets within an Amazon Virtual Private Cloud…


  • Route Tabels

    In cloud infrastructure management, route tables are a critical component of Amazon Virtual Private Cloud (VPC). They play a pivotal role in directing traffic…


  • S3 Bucket & S3 Objects lifecycle

    Amazon S3 (Simple Storage Service) provides a scalable, durable, and secure storage solution. Understanding the lifecycle management of S3 Buckets and S3 Objects is…


  • Integrate EC2 Instance wit SNS Instance

    Amazon Simple Notification Service (SNS) is a fully managed messaging service that enables the publication of messages to subscribers. Integrating an EC2 instance with…