Cantrill Slides Flashcards
What are the 5 key features of Cloud Computing?
- On-demand self-service
- Broad network access
- Resource pooling
- Rapid elasticity
- measured service
What is Hybrid Cloud?
Using Public Cloud and Private Cloud
What is private cloud?
Using on-remises cloud, Ie, AWS Outposts
What are the 9 parts of the infrastructure stack?
- Application
- Data
- Runtime
- Container
- O/S
- Virtualisation
- Servers
- Infrastructure
- Facilities
What level of the infrastructure stack is IaaS?
O/S
What level of the infrastructure stack is PaaS?
Runtime
What level of the infrastructure stack is SaaS?
Application
What are the parts of the OSI 7-Layer model?
- Layer 7 - Application (Host Layer)
- Layer 6 - Presentation (Host Layer)
- Layer 5 - Session (Host Layer)
- Layer 4 - Transport (Host Layer)
- Layer 3 - Network (Media Layer)
- Layer 2 - Data Link(Media Layer)
- Layer 1 - Physical (Media Layer)
What are three different network zones?
- “Public Internet” zone
- “AWS Public” zone
- “AWS Private” zone
3 features on AWS Regions
- Geographic separation
- Geopolitical separation
- location control
3 levels of service resilience
- Globally resilient
- region resilient
- AZ resilient
How many accounts and regions can a VPC be within?
1 and 1
What is the default VPC CIDR?
172.31.0.0/16
True or False; Default VPC subnets assign public IPv4 addresses?
True
What … as a Service is EC2?
IaaS
How are on-demand EC2 instances billed?
per second
What 3 things does an AMI contain?
- Permissions
- Root volume
- Block device mapping
In S3 what are the key and values?
Key = name of file
Value = content being stored
4 S3 bucket name rules
- Must be globally unique
- 3 - 63 characters, all lower case, no underscores
- start with a lowercase letter or a number
- can’t be IP formatted e.g. 1.1.1.1
How many S3 buckets can you have?
- 100 soft limit
- 1,000 hard limit per account
How many objects can you have in an S3 bucket?
Unlimited
What type of storage is S3?
Object store
Are S3 buckets mountable?
No
What does CloudWatch do?
Collects and manages operational data
What is High-Availability?
Short: Minimise any outages
Long:
HA aims to ensure an agreed level of operational performance, usually uptime, for a higher than normal period
What is Fault Tolerance (FT)?
Short: Operate through faults
Long: FT is the property that enable a system to continue operating properly in the event of the failure of some (one or more faults within) of its components
What is Disaster Recovery (DR)?
Short: Used when high availability and fault-tolerance don’t work
Long: a set of policies, tools and procedures to enable the recovery or continuation of vital technology infrastructure and systems following a natural or human-induced disaster
Route53 basic tasks (2):
1- Register domains
2 - Host Zones… managed nameservers
What do A records refer to?
IPv4
What do AAAA records refer to?
IPv6
What are IAM users and when are they used?
IAM Users are an identity used for anything requiring long-term AWS access, e.g. Humans, Applications or Service Accounts
What does an Amazon Resource Name (ARN) do?
Uniquely identify resources within any AWS accounts
What is the max number of IAM users per account?
5,000
How many groups can a IAM user be a member of?
10 groups