From 8d873c31d242275931be6c7c2a6c64ee1ed7a37b Mon Sep 17 00:00:00 2001 From: Syed Aahana Date: Sat, 22 Oct 2022 19:11:26 +0530 Subject: [PATCH] updated document --- Cloud_providers/AWS/basics.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cloud_providers/AWS/basics.md b/Cloud_providers/AWS/basics.md index 7c490eb..5c6091e 100644 --- a/Cloud_providers/AWS/basics.md +++ b/Cloud_providers/AWS/basics.md @@ -4,6 +4,8 @@ - [AWS IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html) +- [AWS Troubleshooting IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html) + - ARN - Amazon Resource Names (ARNs) uniquely identify AWS resources. We require an ARN when you need to specify a resource unambiguously across all of AWS, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls. @@ -17,3 +19,7 @@ - update cluster config ```aws eks update-kubeconfig --region --name ``` + +- IAM Policies + +```A policy is an entity in AWS that, when attached to an identity or resource, defines their permissions. AWS evaluates these policies when a principal, such as a user, makes a request. ``` \ No newline at end of file