Cloud Concepts and Tech Flashcards
What is cloud computing?
On demand delivery of IT resources via the internet - pay as you go
What are the 6 advantages of cloud computing?
- Trade capital expenses for variable expenses
- Economies of scale
- Stop guessing about capacity
- Increase speed & agility
- Stop spending money running/maintaining data centers
- Go global in minutes
What are the 3 types of cloud computing?
- Infrastructure as a service
- Platform as a service
- Software as a service
What are the 3 types of deployments
- Public cloud
- Private cloud
- Hybrid
What are some of the high level services in AWS global infrastructure?
AWS cost management, security identity & compliance, storage, compute, DB, migration & transfer, network & content delivery
What is a region?
Physical location that consists of 2 or more availability zones
Around how many regions are there?
19+
What is an availability zone?
Like a data center, each with redundant power/networking/connectivity housed in separate facilities
How many availability zones are there?
57+
What is an edge location?
Endpoint for caching content
Around how many edge locations are there?
150+
What is a collection of a CDN’s edge locations called?
Distribution
What should I think about when determining the right AWS region? (3)
Data sovereignty laws, latency to end users, AWS services
Basic support plan - notes, response time/case severity, cost, who can open cases?
Free, no one can opencases
Developer support plan - notes, response time/case severity, cost, who can open cases?
Technical support rep, general guidance <24hr, system impaired <12hr, $29/mo (scales on usage), 1 person unlimited cases
Business support plan - notes, response time/case severity, cost, who can open cases?
24/7 support with an advisor on all channels, same support as developer + prod system impaired <4hr, prod system down <1hr, $100/mo (scales on usage), unlimited contact + unlimited cases
Enterprise support plan - notes, response time/case severity, cost, who can open cases?
TAM!, 24x7 support via all channels, same support as business + business critical system down <15min, $15,000/mo (scales on usage), unlimited contact + unlimited cases
What is IAM?
Identity access management - way for users to access AWS
Is IAM global or regional
global
What are the 3 ways for someone to access AWS?
Programatically (via command line)
AWS admin console
SDK
What is a root account?
Email address used to set up AWS account and has full admin access
What is a group and in what format is that policy stored?
Groups are used to set permissions to multiple people based on categories. Policies are in JSON format
What is S3?
Simple storage service - flat file storage
Can you put an OS on S3?
No
What is the file size range and storage range?
0-5TB file size, unlimited storage
What is an S3 “folder” called?
Bucket
Are S3 bucket names unique globally or regionally?
Globally
What is the format of an S3 bucket name?
S3-region.amazonaws.com/bucketname
What is the data consistency rule for a new file
Can read immediately on a PUT of new objects (read after write consistency)
What is the data consistency rule for PUTS and DELETES
Eventual - it takes time to propagate
What are the 6 storage standards?
Standard, IA, One zone IA, Intelligent tiering, Glacier, Glacier deep archive
What is S3 standard
Reliable, designed to sustain loss of 2 facilities, stored redundancy
S3 IA
Infrequently accessed - lower fee but retrieval fee
S3 one zone IA
Lower cost than IA, no multiple availability zones