• AWS – Amazon Lambda

    AWS – Amazon Lambda

    AWS – AWS Lambda Table Of Contents: What Is AWS Lambda? Characteristics Of AWS Lambda. Core Components Of AWS Lambda. How AWS Lambda Works? Benefits Of AWS Lambda. Limitations Of AWS Lambda. Use Cases Of AWS Lambda. Practical Implementation Of AWS Lambda. (1) What Is AWS AWS Lambda ? (2) Characteristics Of AWS Lambda ? (3) Core Components Of AWS Lambda ? (4) How AWS Lambda Works ? (5) Benefits Of AWS Lambda. (6) Limitations Of AWS Lambda. (7) Use Cases Of AWS Lambda. (8) Practical Implementation Of AWS Lambda.

    Read More

  • AWS – Amazon S3

    AWS – Amazon S3

    AWS – S3 Bucket Table Of Contents: What Is S3 Bucket? Key Features Of S3 Bucket. How To Create A New S3 Bucket? How To Store Files In S3 Bucket Using Python? (1) What Is S3 Bucket? An Amazon S3 bucket is a cloud storage container used to store and organize data (files, images, videos, backups, datasets, ML models, etc.) in Amazon Simple Storage Service (S3). Think of an S3 bucket as a folder in the cloud, but with unlimited storage capacity and global accessibility. (2) Key Features Of S3 Bucket? (3) How To Create A New S3 Bucket? (Step-1)

    Read More

  • AWS – Amazon EC2

    AWS – Amazon EC2

    AWS – Amazon EC2 Table Of Contents: How To How To Connect To An EC2 Instance Through VS Code? How To Assign A Static IP To An EC2 Instance ? How To Check If Python Is Installed Or Not In Newly Created EC2 ? How To Install “PIP” In An EC2 Instance ? How To Create A Virtual Environment In EC2 Instance ? (1) How To How To Connect To An EC2 Instance Through VS Code? (2) How To Assign A Static IP To An EC2 Instance ? Your EC2 instance’s public DNS (ec2-13-60-26-161.eu-north-1.compute.amazonaws.com) changes every time you restart or

    Read More

  • AWS – IAM Permissions

    AWS – IAM Permissions

  • AWS – IAM Policies

    AWS – IAM Policies

  • AWS – IAM Roles

    AWS – IAM Roles

    AWS – IAM Roles Table Of Contents: What Is IAM Roles? How IAM Role Works ? Example: IAM Role for EC2 to Access S3 (1) What Is An IAM Role? (2) How IAM Role Works ? (3) Why We Call It As Assume A Role? (4) Example: IAM Role for EC2 to Access S3 (3.1) Go to AWS IAM Console → Roles → Create Role. (3.2) Select Trusted Entity → Choose AWS Service → Select EC2. (3.3) Attach Policy → Select AmazonS3ReadOnlyAccess. (3.4) Name the Role → Example: EC2-S3-ReadOnly-Role. (4) How To Attach Permission To IAM Role For Sagemaker To

    Read More

  • AWS – IAM Group

    AWS – IAM Group

    AWS – IAM Groups Table Of Contents: What Is IAM Group? Why Use IAM Group? Key Features Of IAM Group. How To Create An IAM User? (1) What Is IAM Group? An IAM (Identity and Access Management) Group in AWS is a collection of IAM users that share the same set of permissions. Instead of assigning permissions to each user individually, you can create a group, attach policies to it, and then add users to that group. This simplifies user management and access control in AWS. (2) Why Use IAM Group? (3) Key Features Of IAM Group. (4) How To

    Read More

  • AWS – IAM Users

    AWS – IAM Users

    AWS – IAM Users Table Of Contents: What Is IAM Users? How To Create An IAM User? (1) What Is AWS IAM? AWS Identity & Access Management (IAM) is a security service that controls who can access AWS resources and what actions they can perform. IAM allows you to secure your AWS environment by defining users, roles, policies, and permissions. (2) Core Components of IAM (2.1) IAM Users (2.2) How To Create An IAM User Step-1: Go To AWS IAM Console. You can install CISCO DUO app in your mobile and can add your AWS account by scanning the QR

    Read More

  • AWS – AWS Identity & Access Management (IAM) – Roles, Policies, Permissions.

    AWS – AWS Identity & Access Management (IAM) – Roles, Policies, Permissions.

    AWS Identity & Access Management (IAM) Table Of Contents: What Is AWS IAM? Core Components Of IAM. IAM Users. IAM Groups IAM Roles IAM Policies IAM Permissions How IAM Works ? Examples Use Cases. (1) What Is AWS IAM? AWS Identity & Access Management (IAM) is a security service that controls who can access AWS resources and what actions they can perform. IAM allows you to secure your AWS environment by defining users, roles, policies, and permissions. (2) Core Components of IAM (2.1) IAM Users (2.2) How To Create An IAM User Step-1: Go To AWS IAM Console. You can

    Read More

  • AWS – AWS Global Infrastructure – Regions, Availability Zones, Edge Locations

    AWS – AWS Global Infrastructure – Regions, Availability Zones, Edge Locations

    AWS Global Infrastructure Table Of Contents: What Is AWS Global Infrastructure? What Is AWS Region? What Is AWS Availability Zone ? Edge Locations & AWS Global Network. AWS Wavelength (For 5G Applications) (1) What Is AWS Global Infrastructure? AWS Global Infrastructure refers to the physical and network components that power Amazon Web Services (AWS). It is designed to provide high availability, scalability, security, and low-latency performance for businesses worldwide. (2) What Is AWS Region ? An AWS Region is a geographically isolated area where AWS hosts cloud infrastructure. Each region consists of multiple data centers (called Availability Zones) to provide

    Read More