Skip to content

Commit

Permalink
updated document
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAahana committed Oct 22, 2022
1 parent 4d56159 commit 8d873c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cloud_providers/AWS/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -17,3 +19,7 @@
- update cluster config

```aws eks update-kubeconfig --region <region-name> --name <cluster-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. ```

0 comments on commit 8d873c3

Please sign in to comment.