Multiple Choice
You are building a mobile app for consumers to post cat pictures online. You will be storing the images in AWS S3. You want to run the system very cheaply and simply. Which one of these options allows you to build a photo sharing application without needing to worry about scaling expensive uploads processes, authentication/authorization and so forth?
A) Build the application out using AWS Cognito and web identity federation to allow users to log in using Facebook or Google Accounts. Once they are logged in, the secret token passed to that user is used to directly access resources on AWS, like AWS S3.
B) Use JWT or SAML compliant systems to build authorization policies. Users log in with a username and password, and are given a token they can use indefinitely to make calls against the photo infrastructure.
C) Use AWS API Gateway with a constantly rotating API Key to allow access from the client-side. Construct a custom build of the SDK and include S3 access in it.
D) Create an AWS oAuth Service Domain ad grant public signup and access to the domain. During setup, add at least one major social media site as a trusted Identity Provider for users.
Correct Answer:

Verified
Correct Answer:
Verified
Q98: A company updated the AWS CloudFormation template
Q99: A company is beginning to move to
Q100: Your application consists of 10% writes and
Q101: A company's legacy application uses IAM user
Q102: A DevOps Engineer is launching a new
Q104: An education company has a Docker-based application
Q105: A company wants to migrate a legacy
Q106: Which one of the following is a
Q107: A company has microservices running in AWS
Q108: You set up a scalable continuous integration