Week 2:

Spread the love

AWS Building Serverless Applications Week 2 INTRODUCTION

Objectives of Learning

  • Use Amazon CloudFront to build the Content Delivery Network (CDN).
  • Test your application on Amazon API Gateway.

PRACTICE QUIZ: AMAZON CLOUDFRONT

1. From which of the following services can Amazon CloudFront retrieve content? Select all that apply.

  • Amazon Lex
  • Your own datacenter (CORRECT)
  • Amazon EC2 (CORRECT)
  • Amazon S3 (CORRECT)

2. With Amazon CloudFront, your S3 bucket permissions must be Public Read Access.

  • True
  • False (CORRECT)

3. AWS WAF allows you to specify restrictions on access to content based upon IP address.

  • True (CORRECT)
  • False

PRACTICE QUIZ: AMAZON API GATEWAY

1. Amazon API Gateway is used to create a content distribution network.

  • True
  • False (CORRECT)

Correct: “Essentially, it is a content delivery network (CDN) of Amazon.”

2. CORS is configured in which Amazon service?

  • Amazon API Gateway (CORRECT)
  • AWS Lambda
  • Amazon CloudFront
  • Amazon S3

CONCLUSION

To be written

Leave a Comment