What is the factor in multi-factor authentication?
A piece of evidence that proves your identity.
In MFA, what is something we as users know, such as a username or password?
Knowledge
In MFA, what is something we as users have, such as a bank card or MFA device?
Possession.
What does “inherent” mean in the context of MFA?
Something we as users are, for example, fingerprint, face, voice.
AWS ________ are a feature of AWS Identity and Access Management (IAM) that enable secure access to resources in one AWS account by identities (users or resources) in a different AWS account
Cross Account Roles
IAM Policies are written as
JSON
What are the three types of IAM policies.
AWS Managed, Customer Managed, and In-line Policies.
What are IAM policies that are attached to AWS services such as S3 and SQS?
Resource Based Policies
True or false?
When we assume a role (user application or service), we give up our original permission and take the permission to sign to the role.
When using a _____ based policy, principal does not have to give up any permissions
resource
One IAM User per ____
person
One IAM Role per ____
application
Instant Store vs. EBS. What are the two cheapest options?
ST1 or SC1
Instant store vs EBS. If the question is asking for throughput or streaming, you want to pick?
ST1
What storage type goes up to 16,000 IOPS?
GP2/3
What storage type goes up to 64,000 IOPS?
IO1/2
Storage type that supports up to 260,000 IOPS.
Raid 0 + EBS
Storage type that supports more than 260,000 IOPS.
Instance store.
What AWS services does AWS Transfer Family support?
S3 and EFS.
What are the four protocols that AWS Transfer Family supports?
FTP, SFTP, FTPS, and AS2.
In AWS Transfer Family, which protocols only support custom IDP or directory service identity integration?
FTP and FTPS.
Is FSX for Luster resilient against AZ failure?
No, but FSX for Windows is.