DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Designing a Multi-Principal IAM Role using AWS CDK

1 year ago towardsthecloud.com

Summary: This is a summary of an article originally published by Towards the Cloud. Read the full original article here →

Identity and Access Management (IAM) is a core component of AWS, enabling security by granting authenticated entities granular permissions to AWS services and resources. A principal can be an IAM user, an AWS service, or even an anonymous internet user.

A principal in AWS IAM is an entity that can perform actions on AWS resources. There are various types of principals, but we’ll focus on two primary ones: The IAM user principal and the AWS service principal. The IAM user principal represents the person or application that uses the IAM user to interact with AWS.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com