التخطي إلى المحتوى الرئيسي

المشاركات

عرض الرسائل ذات التصنيف Cloud

IAM in AWS | What is Roles | What is Policy | What is Users | What is Group

 IAM in AWS | What is Roles | What is Policy | What is Users | What is Group: In this article i will discuss about IAM(Indetity and Access Management in AWS) with step by step process: AWS Identity and Access Management (IAM) is a key component for securely managing access to AWS services and resources. By learning IAM, you gain control over user permissions and roles, helping maintain a secure environment and ensuring users can only access what they’re authorized for. Here's a structured guide to understanding AWS IAM, followed by practical assignments to reinforce learning. 1. What is IAM in AWS? IAM (Identity and Access Management) is a service that enables you to control access to AWS resources securely. IAM helps you: Create and manage AWS users and groups. Control access permissions for each user or group. Define policies that grant or deny specific AWS service access. 2. How IAM Works IAM works by using policies to define permissions: User: A person or application accessing...

What is cloud?

 What is cloud? Cloud is a virtual machine that provide complete system to store, compute & stream application. Cloud use internet protocol to communicate front end to backend. Cloud  handled by various service provider such as AWS(Amazon web service), Microsoft Azure, Google Cloud, IBM Cloud, etc. Type of Cloud 1)  Private Cloud: we will create cloud services in private machine that will be accessed for particular user's.it is for specific users to access the cloud machine. We will create separate VPC (Virtual private cloud environment) to access cloud machine. Bank employee can communicate and transfer and share data from each other using private cloud. 2)  Public Cloud: it is most useful cloud system that provide global scope to access cloud machine from anywhere, user's can connect cloud system using mobile device, laptop and desktop via internet services. AWS, Azure these are the part of public cloud. 3)  Community Cloud: it is for associated partners...