AWS Document
AWS Document
4) Which AWS service is specifically designed to run a developer's code on an infrastructure that is
automatically provisioned to host that code?
Elastic Beanstalk
5) Which AWS service allows you to run code without having to worry about provisioning any underlying
resources (such as virtual machines, databases, etc.)
Lambda
7) Which AWS compute service is specifically designed to assist you in processing large data sets?
Elastic Map Reduce
9) Which AWS service is used a CDN to distribute content around the world?
CloudFront
10) Which of the following AWS solutions offers durable, available storage for flat files?
S3
11) Which of the following AWS services would be the best choice for long term data archival?
Glacier
12) Which AWS service offers the following database engines: SQL, MySQL, MariaDB, PostgreSQL, Aurora,
and Oracle?
RDBS (Relational Database services)
14) Which AWS service is used for collating large amounts of data streamed from multiple sources?
Kinesis
15) You need to add users to your AWS account and set password rotation policies for these new users. Which
AWS service would best fit your requirements?
Identity Access Management
16) You need to supply auditors with logs detailing the individual users that provision specific resources on
your AWS platform. Which service would best meet this need?
CloudTrail
17) You need a configuration management service that enables your system administrators to configure and
operate your web applications using Chef. Which AWS service would best suit your needs?
Opsworks
18) Your digital media agency needs to convert their media files in to different formats to suit different devices.
Which AWS service should you consider using to meet these needs?
Elastic Transcoder
IAM
It allows you to manage users, groups,roles and their corresponding level of access to the AWS Platform. It
is important to understand IAM for administering a company’s AWS account.
Critical Terms
1) Users- End users
2) Group - A collection of users under one set of permissions
3) Roles- Create roles and then assign them to AWS resources
So, you might have an EC2 instance which is a virtual machine and you might give it
the role in order to access S-3 and then that EC2 instance can write files directly to S-3
and you don't need to set up usernames and passwords for that EC2 instance.
4) Policies- A document that defines one (or more permissions)
They can they connect up to each other, so you can attach a policy to a user to group
to a row and users groups and roles can all share the same policy document. So,
policy document basically sits on top of each of those three pillars .
A content delivery network (CDN) is a system of distributed servers (network) that deliver pages
and other Web content to a user, based on the geographic locations of the user, the origin of the
webpage and the content delivery server