DEV Community

t3chflicks
t3chflicks

Posted on

AWS Solutions Architect Quiz 6 ๐ŸŽ“ (IAM)

The AWS solutions architect certification shows that you can use AWS services to solve software engineering problems and understand core best practices of the industry. In this article, I will quiz you on one of the sections from the material required for the exam: IAM.

I will now briefly state some key facts about this AWS service, and then provide some example questions for the exam.

N.B: The following information on its own will not be enough to answer the questions.

IAM

The Identity and Access Management (IAM) service enables authorisation and authentication on AWS resources.

Authentication โ€” are you who you claim to be?

Authorisation โ€” are you allowed to do what you want to do?

IAM Service Diagram โ€” [Source](https://docs.aws.amazon.com/IAM/latest/UserGuide/intro-structure.html)*

IAM Service Diagram โ€” Source*

It is also useful to know that:

  • The top level user is called a principal and is allowed to interact with AWS resources โ€” Root user, IAM user, and Roles are principles.

  • A Root user is created when the AWS account is created and has console and programmatic access.

  • IAM users + groups โ€” persistent identities that can be controlled through IAM. IAM user must have the rights to assume the role.

  • Roles โ€” allow people or processes the ability to operate temporarily with a different identity. Assume a role by being granted a temporary security token.

  • A policy is a JSON document that defines one or more permissions to interact with AWS resources. Each permission includes: Effect, Action and Resource.

  • You can write your own policies or use one of the managed policies provided by AWS.

  • IAM enables rotation by allowing two active access keys.

Quiz ๐ŸŽ“

The quiz can also be accessed in full size here. These questions were sourced from multiple locations (mainly the certification sample test) over a long period of time.

Thanks For Reading

I hope you have enjoyed this article. If you like the style, check out T3chFlicks.org for more tech focused educational content (YouTube, Instagram, Facebook, Twitter).

We hope to cover the rest of the topics with similar articles very soon โญ

Quiz 1

**AWS Solutions Architect Quiz ๐ŸŽ“(VPC, Load balancing, CloudWatch Autoscaling)
**T*he AWS solutions architect certification shows that you can use AWS services to solve software engineering problemsโ€ฆm*edium.com

Quiz 2

**AWS Solutions Architect Quiz 2 ๐ŸŽ“ (S3, EC2, EBS)
**T*he AWS solutions architect certification shows that you can use AWS services to solve software engineering problemsโ€ฆm*edium.com

Quiz 3

**AWS Solutions Architect Quiz 3 ๐ŸŽ“ (CloudFront, ElastiCache)
**T*he AWS solutions architect certification shows that you can use AWS services to solve software engineering problemsโ€ฆm*edium.com

Quiz 4

*AWS Solutions Architect Quiz 4๐ŸŽ“ (SQS, SNS)
*
* The AWS solutions architect certification shows that you can use AWS services to solve software engineering problemsโ€ฆm*edium.com

Quiz 5

**AWS Solutions Architect Quiz 5 ๐ŸŽ“ (DNS and Route53)
**T*he AWS solutions architect certification shows that you can use AWS services to solve software engineering problemsโ€ฆt*3chflicks.medium.com

Top comments (0)