A Tale of Two Cloud IAM(s) – Part 1 – AWS

Introduction

AWS Identity And Access ManagementThe IAM Story

Finally a comparison of Managed – AWS and Customer Managed and Inline Policies

Short-term credentials have a third element that long-term credentials do not. Every API call made with temporary credentials must include the session token or it will be rejected. This is how AWS knows the credential is temporary and can enforce expiry. The prefix of the Access Key ID tells you which type it is: AKIA – Long-term — IAM User access key,. ASIA – Short-term — temporary STS credential,. AROA – Role ID — not a credential but identifies a role and AIDA – IAM User ID — not a credential but identifies a user

Conclusion

In this article, We have taken a deep dive into AWS IAM, It’s components, how they are related and how do they compliment each other and work along with external Identity providers to provide robust security

Scroll to Top