AWS Cloud Practitioner Flashcards
What is public cloud?
Computing services offered by third-party providers over the public Internet
What is hybrid cloud?
A cloud setup where you have some data on prem and some in the cloud
What type of expense is cloud computing?
With cloud services we reduce our trade capital expense (CAPEX) in exchange for higher operational expense (OPEX)
What does Iaas stand for?
Infrastructure as a service.
What is an example of Iaas in AWS?
EC2
What does Paas stand for?
Platform as a service. Paas removes the need to manage underlying infrastructure.
What is an example of Paas in AWS?
Elastic beanstalk
What does Saas stand for?
Software as a service. A completed product that will be run and managed by the provider.
What is an example of Saas in AWS?
Rekognition
What are the 3 AWS pricing fundamentals?
You pay for compute time, you pay for data stored in the cloud and you pay for data transfer out of the cloud (data transfer into the cloud is free)
What is a region in AWS?
A physical location containing a cluster of data centres which are divided into Availability Zones (AZs).
What are four things you should take into account when choosing an AWS region?
Compliance with data governance, proximity to customers, available services within a region and pricing.
What is an AZ in AWS?
Availability Zone. Each AZ within a region is one or more discrete data centres.
How are AZs organised in a region?
They are separated from each other so they’re less likely to all be affected by a disaster.
What standard defines what is AWS’s responsibility and what is the user’s responsibility?
The shared responsibility model.
What does IAM stand for?
Identity and Access Management
What should you use your AWS root account for?
You should only use the root account to perform a few account and service management tasks (for example, creating other accounts).
What can IAM groups contain?
IAM groups contain users. They cannot contain other groups- although users can belong to multiple groups.
What type of files are used to assign IAM permissions?
In IAM you assign permissions with JSON documents called policies.
Which principle should you use when deciding on the permissions to grant an IAM user?
The least privilege principle. Don’t give anymore permissions than a user needs.
What are tags, and what are they used for?
Tags are used to organise and track AWS resources. They are key-value pairs.
What is within the IAM Policy Structure?
An optional SID (id), an effect (this dictates whether the policy allows or denies access), a principle (the user/account/group to which this policy applies), an action (a list of actions which this policy applies to- e.g., a ‘get’), a resource (list of resources which this action applies to- e.g., a bucket), and an optional condition (condition for execution)
What is the name of the type of device you use for physical MFA?
Universal Second Factor
What are the three ways in which you can access AWS?
The AWS Management Console, the AWS Command Line Interface (CLI) and AWS Software Developer Kit (SDK)