Please enable JavaScript.
Coggle requires JavaScript to display documents.
Arch IAM - Coggle Diagram
Arch IAM
Components
2 type of credential
1, password for accessing console
- (Access key and secret key) to access the
CLI
-
supported on Window, Linux, MAC
SDK (phython, Node JS. . Net...)
-
-
Policy
set of permissions
Specify
-
action
Example for S3 action
put, get, list bucket, list object, delete object
Example for Ec2
launch, terminate, start& stop, describe
-
-
-
-
roles
-
can be assumed
-
-
-
- Assume by AWS resource, example Phyton in Ec2 to access S3
1, create the role and assign to Ec2
-
-
-
-
features
- Manage users & their access control
-
-
-
-