General Flashcards
6 advantages of cloud
- Trade capital expense for variable expense
- Benefit from massive economies of scale
- Stop guessing about capacity
- Increase speed and agility
- Stop spending money running and maintaining data centers
- Go global in minutes
3 types of cloud computing
- IAAS
- PAAS
- SAAS
3 types of Cloud Computing deployments
- Public Cloud (AWS, Azure)
- Private Cloud (Your own datacenter
- Hybrid (Mix of both)
Availability Zone
One or more closely-located data centers, each with redundant power, networking, connectivity
Region
A geographical area
A region always has at least _____ AZs
2
Edge Location
Endpoint for caching content
Factors for choosing the right Region
- Data sovereignty laws (data needs to be physically stored in a certain location)
- Latency to end-users
- AWS Services (us-east-1 has the most services available)
4 Support Plans (Names)
- Basic
- Developer
- Business
- Enterprise
Basic Support Plan (not including response times)
- Free
- No tech support
- No TAM
Developer Support Plan (not including response times)
- $29/month
- Tech support via email during business hours
- No TAM
- 1 person can open unlimited support cases
Business Support Plan (not including response times)
- $100/month (at least)
- 24 x 7 tech support via email, chat, phone
- No TAM
- Unlimited people can open unlimited support cases
Enterprise Support Plan (not including response times)
- $15,000/month
- 24 x 7 tech support via email, chat, phone
- Includes TAM
- Unlimited people can open unlimited support cases
What support level includes a TAM
Enterprise
Basic Support Plan response times
None
Developer Support Plan response times
- General guidance: < 24 business hrs
- System impaired: < 12 business hrs
Business Support Plan response times
- General guidance: < 24 hrs
- System impaired: < 12 hrs
- Prod system impaired: < 4 hrs
- Prod system down: < 1 hr
Enterprise Support Plan response times
- General guidance: < 24 hrs
- System impaired: < 12 hrs
- Prod system impaired: < 4 hrs
- Prod system down: < 1 hr
- Business-critical system down: < 15 min
Root account
Email address account used to set up AWS account. Always has admin access
How are permissions given to users in a group
Policies are associated to the group, and users inherit the permissions in these policies
Credential Report
IAM report that lists all users in your account
7 S3 Storage Classes (names)
- Standard
- Infrequently Accessed (IA)
- One Zone IA
- Intelligent Tiering
- Glacier
- Glacier Deep Archive
- Outposts
“Standard” S3 storage class
99.99% available
“Infrequently Accessed (IA)” S3 storage class
Accessed less frequently, but still need rapid access. Charged retrieval fee.
“One Zone IA” S3 storage class
Same as IA but without multiple AZ resilience
“Intelligent Tiering” S3 storage class
Auto move data to most cost-effective tier
“Glacier” S3 storage class
Retrieval times from minutes to hours
“Glacier Deep Archive” S3 storage class
12 hour retrieval time
“Outposts” S3 storage class
For on-prem Outpost environments
S3 file size range
0B to 5TB
S3 storage limit
Unlimited
Timing for S3 operations (Write/Read, Update, Delete)
- New files are readable instantly
- Update/Delete takes up to a second to propagate
S3 Cross-region replication
Replicating contents of a bucket into another region
3 ways to restrict bucket access
- Bucket policy
- Object policy
- IAM policies to users/groups
What is the advantage of static websites in S3
S3 scales to meet demand, so many concurrent visitors will be handled automatically
Default TTL for CloudFront
Greater of the two: 24 hrs or configured minimum TTL