How to choose a AWS region? - correct answer Compliance
Proximity
Available services
Pricing
Availability Zones - correct answer Discrete datacenters in a region
min. 2
max. 6
Shared Responsibility Model - correct answer Customer = security in the cloud
AWS = security of the cloud
You ONLY want to manage Applications and Data. Which type of Cloud Computing model should you
use?
On-prem
IaaS
SaaS
PaaS - correct answer PaaS
Pricing model of cloud computing?
Discounts over time
PAYG (pay-as-you-go)
Pay once per year
flat-rate - correct answer PAYG
,Global Infra composed of one or more datacenters
Edge Locations
Availability Zones
Regions - correct answer Availability Zones
Not a characteristic of cloud computing
elasticity and scalability
multi-tenancy and resource pooling
dedicated support agents
on-demand self service - correct answer dedicated support agents
Not an advantage of cloud computing
Trade CAPEX (capital expenditure) for OPEX (operational expenditure)
train your employees less
go global in minutes
stop spending money running data centers - correct answer train your employees less
which service has a global scope
EC2
IAM
Lambda
Rekognition - correct answer IAM
IAM Policies - correct answer Define permissions for users and groups
, IAM Policy Structure - correct answer Version: language version
ID: optional
Statement: (see next term)
Statement: - correct answer Sid: statement id (optional)
Effect: allow or deny
Principal: account/user/role to which policy applies
Action: list of actions effected
Resource: resources to which actions apply
Condition: optional
AWS SDK - correct answer Software Development Kit
Language-specific APIs
Embedded within your application
Bootstrapping - correct answer running scripts when EC2 instance starts
EC2 Instance Name convention
Example:
m5.2xlarge - correct answer m: instance class
5: generation
2xlarge: size within a class
Ports to know
21
22