Sherry IT Blog

[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 3편 - IAM 기본문제 유형 정리 본문

AWS Certification/AWS Cloud Practitioner(CLF-C01)

[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 3편 - IAM 기본문제 유형 정리

sherrylover 2021. 10. 20. 00:34
728x90
반응형

1. What is a proper definition of IAM Roles?

1) An IAM entity that defines a set of permissions for making AWS service requests, thet will be used by AWS services

2) IAM Users in multiple Groups

3) A password policy

4) Permission assingned to Users to perform actions

-> Some AWS service will need to perform actions on your behalf. To do so, you assign permission to AWS services with IAM Roles.

 

2. Which of the following is an IAM Security Tool?

1) IAM Credential Report

2) IAM Root Account Manager

3) IAM Services Report

4) IAM Security Advisor

 

3. Which answer is INCORRECT regarding IAM Users?

1) IAM Users can belong to multiple groups

2) IAM Users don't have to belong to a group

3) IAM Users can have policies assigned to them

4) IAM Users access AWS with the root account credentials

-> IAM Users access AWS using a username and a password

 

 

4. Which priciple should you apply regarding IAM Permissions?

1) Grant most privilege

2) Grant least privilege

3) Grant permission if your employee asks you to

3) Restrict root account permissions

->최소한의 권한 부여 , Don't give more permissions than the user needs.

728x90
반응형
Comments