AWS Developer Certification
Shared by main admin
Flash cards for studying for your AWS Developer certification.
Sample cards (3 of 239)
A quick look at a few cards in this box.
| Front |
What does an AWS Region consist of? |
| Back |
An independent collection of AWS computing resources in a defined geography. |
| Front |
Which is NOT a feature of IAM? |
| Back |
Allows you to setup biometric authentication, so that no passwords are required |
| Front |
When using active directory to authenticate to AWS what are the correct steps performed? |
| Back |
B. 1) The user navigates to ADFS webserver, 2) The user enter in their single sign on credentials, 3) The user's web browser receives a SAML assertion from the AD server, 4) The user's browser then posts the SAML assertion to the AWS SAML end point for SAML and the AssumeRoleWithSAML API request is used to request temporary security credentials. 5) The user is then able to access the AWS Console. |