CS CLOUD COMPUTING EXAN 1

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 27

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

28 Terms

1
Cloud Computing
On-demand delivery of computing services over the internet with pay-as-you-go pricing.
New cards
2
Two Essential Characteristics
(1) On-demand self-service, (2) Broad network access.
New cards
3
IaaS
Provides compute, storage, and networking; customer manages OS & applications.
New cards
4
PaaS
Offers a development environment; provider manages infrastructure & OS.
New cards
5
Public Cloud
Shared resources, cost-effective, scalable (e.g., AWS, Azure).
New cards
6
Private Cloud
Dedicated to one organization, more secure but costly.
New cards
7
Amazon EC2
Introduced pay-as-you-go virtual server instances, boosting cloud adoption.
New cards
8
Hypervisor
Software that manages virtual machines by abstracting hardware.
New cards
9
Two Advantages of Containers
Faster startup (no separate OS) and Efficient resource usage (shared kernel).
New cards
10
One Drawback of Containers
Weaker isolation than VMs due to shared host OS.
New cards
11
Ideal Container Use Case
Microservices-based apps for rapid deployment & scaling.
New cards
12
Horizontal Scaling
Adding more instances.
New cards
13
Vertical Scaling
Upgrading machine resources.
New cards
14
Load Balancer
Distributes traffic across servers to improve reliability & performance.
New cards
15
Auto-Scaling
Adjusts active resources based on real-time demand for stability.
New cards
16
Shared Responsibility Model
Cloud Provider: Security of physical infrastructure & platform. Customer: Secure configurations, access management, data protection.
New cards
17
Cloud Storage
Object Storage: Stores data as unique-key objects (e.g., Amazon S3). Block Storage: Raw storage volumes like virtual disks (e.g., Amazon EBS).
New cards
18
Two Common Cloud Threats
Unauthorized Access - Weak credentials, brute-force attacks. Data Breaches - Misconfigurations, poor encryption.
New cards
19
Security Mitigation Strategies
Use MFA & role-based access control. Enable encryption & monitoring tools.
New cards
20
Hybrid Cloud Strategy
Keep sensitive data in private cloud. Use public cloud for scalable workloads.
New cards
21
Hybrid Cloud Challenges
Complex integration between clouds. Consistent security monitoring.
New cards
22
Two Pricing Models
On-Demand: Pay for usage (good for unpredictable workloads). Reserved Instances: Commit for 1-3 years for cost savings.
New cards
23
Reserved Instances
Lower cost for predictable workloads due to long-term commitment.
New cards
24
Spot Instances
Cheaper but can be interrupted; ideal for batch processing.
New cards
25
Cloud Cost Optimization
Right-Sizing: Adjust resource allocation. Monitoring Tools: Track usage & set alerts.
New cards
26
New cards
27
Monitoring Tools: Track usage & set alerts.
New cards
28
Cloud Migration Lesson
Re-architecting is crucial; 'lift & shift' without planning can be inefficient.
New cards
robot