False Feedback Correct a: That’s right.. Feedback Correct if b is chosen: That’s right.. b Users can only upload a certain number of files to each bucket, while configuring it.. c Users
Trang 1QUIZ
Module-4
Using S3 for Static Website Hosting
1) Websites are a combination of HTML, CSS and JavaScript
a True
b False
Feedback
Correct a: That’s right Websites are a combination of HTML, CSS and JavaScript This helps
you to deliver the media you use, and determines what your web app is
Incorrect b: No That’s not quite right Websites are a combination of HTML, CSS and
JavaScript This helps you to deliver the media you use, and determines what your web app is
2) Which of the following statements is NOT true?
a) To create a bucket users have to first, select the S3 link under ’Storage & Content Delivery’ in the AWS management console
b) Static websites have a server side component
c) After clicking the ‘CreateBucket’ button, users have to specify the name of their bucket and choose any region
Feedback
Correct if b) is chosen: That’s right Static websites don’t have a server side component The logic does not reside on the server side, or on the backend of where your application is
hosted So, it’s completely HTML, CSS, Java Script and the media you serve to the user, that describes what your web application is
Correct if c) is chosen: That’s right After selecting the ‘CreateBucket’ button, you have to
specify the name of your bucket, and then select a region that is nearest to your audience This will reduce any unnecessary latency and deliver your application faster to your audience
Incorrect if a) is chosen: No That’s not quite right You have to first, navigate to the AWS
management console, and under ’Storage & Content Delivery’, select the S3 link And, then in the S3 management console, you can create your bucket
3) Which of the following statements is true?
a) Users with applications needs to write logs continuously, but less analytics needs can choose ‘Use Standard - Infrequent Access Storage’, while configuring their bucket b) Users can only upload a certain number of files to each bucket, while configuring it c) Users will get an error message while accessing their application, if they don’t check the ‘Make everything public’ checkbox, when setting bucket permissions
Trang 2d) Users can specify the starting point of their static website in the ‘Set Metadata’ tab, while configuring their bucket
Feedback
Correct if a) is chosen: That’s right You can choose ‘Use Standard - Infrequent Access
Storage’, if your application writes logs continuously, but does analytics less This option provides you great write speeds, but less read speeds to suit your needs
Correct if c) is chosen: That’s right You will get an error message, when you try to open your
application and your application won’t be visible to anyone So, remember to check the
‘Make everything public’ checkbox, when setting bucket permissions
Incorrect if b) is chosen: No That’s not quite right You can upload any number of files to
your bucket in S3 There is no upwards limit as to how many files you can include
Incorrect if d) is chosen: No That’s not quite right You cannot specify the starting point of
your static website in the ‘Set Metadata’ tab The ‘Set Metadata’ tab only allows you to set http headers To specify the starting point of your static application you can use the ‘Set Properties’ tab
4) Which of the following statements is true?
a) Users can render an error document by specifying it in the ‘Error Document’ section
of the ‘Set Properties’ tab
b) Whenever users configure and upload files using the S3 bucket, they should make sure that the region name corresponds with the proper end point
c) ‘Snowball’ service allows users to use their own domain name
Feedback
Correct if a) is chosen: That’s right You can render an error document by specifying it in the
‘Error Document’ section of the ‘Set Properties’ tab If someone enters a URL that does not exist in your bucket, this allows you to render an error document to them mentioning the reason
Correct if b) is chosen: That’s right You should make sure that the region name corresponds
with the proper endpoint Whenever you upload your application, you should always have the corresponding endpoint with it
Incorrect: No That’s not quite right You can use your own domain name by employing the
‘Route 53’ service ‘Route 53’ is a domain registrar