AWS Security & Encryption Flashcards
KMS can only help in encrypting up to ___ of data per call
4KB
What does STS do?
• Allows to grant limited and temporary access to AWS resources.
Token is valid for how long?
1 hour
Explain what Cross Account Access is
Allows users from one AWS account access resources in another
• Define an IAM Role for another account to access
• Define which accounts can access this IAM Role
• Use AWS STS (Security Token Service) to retrieve credentials and impersonate the IAM Role you have access to (AssumeRole API)
• Temporary credentials can be valid between 15 minutes to 1 hour
What’s Identity Federation?
Federation lets users outside of AWS to assume temporary role for accessing AWS resources.
Federation assumes a form of 3rd party • Microsoft Active Directory (~= SAML) • Single Sign On • Open ID • Cognito
Using federation, you don’t need to create IAM users (user management is outside of AWS)
Goal of Cognito?
Provide direct access to AWS Resources from
the Client Side