You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2036,7 +2036,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
2036
2036
### A Developer must allow guest users without logins to access an Amazon Cognito-enabled site to view files stored within an Amazon S3 bucket. How should the Developer meet these requirements?
2037
2037
2038
2038
-[ ] Create a blank user ID in a user pool, add to the user group, and grant access to AWS resources.
2039
-
-[x] Create a new identity pool, enable access to authenticated identities, and grant access to AWS resources.
2039
+
-[x] Create a new identity pool, enable access to unauthenticated identities, and grant access to AWS resources.
2040
2040
-[ ] Create a new user pool, enable access to authenticated identifies, and grant access to AWS resources.
2041
2041
-[ ] Create a new user pool, disable authentication access, and grant access to AWS resources.
2042
2042
@@ -2072,9 +2072,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
2072
2072
### A company provides APIs as a service and commits to a service level agreement (SLA) with all its users. To comply with each SLA, what should the company do?
2073
2073
2074
2074
-[ ] Enable throttling limits for each method in Amazon API Gateway.
2075
-
-[] Create a usage plan for each user and request API keys to access the APIs.
2075
+
-[x] Create a usage plan for each user and request API keys to access the APIs.
2076
2076
-[ ] Enable API rate limiting in Amazon Cognito for each user.
2077
-
-[x] Enable default throttling limits for each stage after deploying the APIs.
2077
+
-[] Enable default throttling limits for each stage after deploying the APIs.
2078
2078
2079
2079
**[⬆ Back to Top](#table-of-contents)**
2080
2080
@@ -2090,8 +2090,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
2090
2090
### A Developer needs to create an application that supports Security Assertion Markup Language (SAML) and Facebook authentication. It must also allow access to AWS services, such as Amazon DynamoDB. Which AWS service or feature will meet these requirements with the LEAST amount of additional coding?
0 commit comments