Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Storage Security data-protection (Securing Data at Rest (Data stored…
AWS Storage Security
-
Securing Data in-transit
-
-
SSL/TLS Encryption
-
-
If we communicate via HTTPS, we are communicating via a secured tunnel
-
-
-
-
IAM
IAM Users
-
-
-
-
If a user needs access to another AWS account, they can be granted cross-account access or a separate user can be created in that other AWS account
-
IAM Roles
A role is meant to be assumable by anyone or anything which needs it instead of being uniquely tied to one person
-
-
Federation : can be used with 3rd party sign ins (i.e. Facebook, Google, etc.). Our user can access AWS account with one of the these services assuming/using authentication from them.
IAM Policies
Policies are JSON documents we can apply to roles, users, groups, and resources in order to specify permissions
-
The principal specifies who the effect and actions apply to - which is only necessary when applied to a resource
-