SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Through which tool can we grant permissions to different users in our AWS products?
A
IAM
B
CloudWatch events
C
Code Lock
D
Each tool has its own permissions manager
Explanation: 

Detailed explanation-1: -Managing access keys (console) You can use the AWS Management Console to manage the access keys of an IAM user.

Detailed explanation-2: -You manage access in AWS by creating policies and attaching them to IAM identities (users, groups of users, or roles) or AWS resources. A policy is an object in AWS that, when associated with an identity or resource, defines their permissions.

Detailed explanation-3: -How it works: In IAM, you define who can access your AWS resources by using policies. You attach policies to IAM roles in your AWS accounts and to your AWS resources. For each request to AWS, IAM authorizes the request by comparing it to your policies, and it allows or denies the request.

There is 1 question to complete.