0% found this document useful (0 votes)
44 views2 pages

M1 Homework

M1Homework

Uploaded by

Bennet Ordonez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views2 pages

M1 Homework

M1Homework

Uploaded by

Bennet Ordonez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ORDOÑEZ, Benedict Jose A.

2021101965

M1 – HOMEWORK AWS Documentation Scavenger Hunt

Question # 1 – What guides and references exist for the Amazon EC2 Service?

 User Guide for Linux Instances


 User Guide for Windows Instances
 User Guide for AWS Nitro Enclaves
 API Reference
 EC2 Section of the AWS CLI Reference
 EC2 Instance Connect API Reference

Question # 2 – Can you find the documentation that describes how to create an Amazon S3 Bucket?

Document - https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html

 Creating a Bucket – After accessing the AMAZON S3 console, the “Create Bucket” is in the
Buckets Section.
 Bucket Name - Select a name that complies with AWS naming guidelines. It should be between
three and sixty-three characters long, unique across all AWS partitions, and contain only
lowercase, digits, dots, and hyphens. It should be noted that the name of the bucket cannot be
altered after it is created, and sensitive information should not be included in the name.
 Region Selection - Select a nearby AWS Region to reduce latency and expenses while adhering
to regulatory requirements. prerequisites. The selected Region will be home to the data.
 Object Ownership ACLS - Set up the object ownership configuration. Normally, Access
Control Lists Lists) are deactivated, and the object ownership belongs entirely to the bucket
owner. This is advised in order to the majority of usage situations.
 Blocking Public Access - To prevent unwanted access, AWS advises turning on all Block Public
Access settings. However, for some use situations, these settings can be turned off.
 Bucket Versioning and Tags - Enable versioning if you'd like to maintain many versions of an
item and add tags for grouping purposes.
 Default Encryption - Select AWS Key Management or Amazon S3 managed keys (SSE-S3).
Your data is protected by default encryption using service keys (SSE-KMS).
 S3 Bucket Keys - Turn on S3 Bucket Keys if you want to lower the cost of encryption.
 S3 Object Lock - You may use Object Lock for increased security, but doing so necessitates
turning on versioning and establishing the default retention parameters.
Question # 3 – Can you find one sentence summary of the AWS Cloud9 service?

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and
debug your code with just a browser.

Question # 4 – Which programming languages does the AWS Lambda service API support?

AWS Lambda natively supports Java, Go, PowerShell, Node. js, C#, Python, and Ruby code, and
provides a Runtime API which allows you to use any additional programming languages to author your
functions.

Question # 5 – Find the tutorial that describes how to run a serverless Hello World application,
then scroll through the documented steps. What two AWS services does the tutorial have you use?

 AWS Lambda
 API Gateway

You might also like