AWS Fundamentals Flashcards

1
Q

What is on-demand access in cloud computing?

A

Users can provision and utilize resources like virtual machines, storage, and applications as needed, typically paying only for what they use.

This allows for flexibility and responsiveness to user needs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define resource pooling in the context of cloud computing.

A

Cloud providers maintain pools of computing resources shared among multiple users, enabling efficient resource utilization and scalability.

This involves resources like servers, storage, and networking equipment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does elasticity mean in cloud services?

A

Cloud services are designed to scale up or down dynamically in response to changing demands.

This allows users to accommodate fluctuations in workload without manual intervention.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the pay-as-you-go pricing model?

A

Users are billed based on their actual resource usage, offering cost savings compared to traditional IT infrastructure.

This model eliminates the need for large upfront investments in hardware and software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does IaaS stand for?

A

Infrastructure as a Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What resources are typically included in the IaaS model?

A

Virtual machines, storage, and networking components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What level of control do users have in the IaaS model?

A

Users control the operating systems, applications, and development frameworks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which AWS services are included in the IaaS model?

A

EC2, S3, and VPC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does PaaS stand for?

A

Platform as a Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the primary purpose of PaaS?

A

To provide a platform for developers to build, deploy, and manage applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which AWS service is mentioned as part of the PaaS model?

A

AWS RDS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does SaaS stand for?

A

Software as a Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How are SaaS applications delivered to users?

A

Over the internet on a subscription basis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a key characteristic of SaaS applications?

A

Users access applications through a web browser or API without installing software locally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Name three examples of SaaS offerings.

A
  • Microsoft 365
  • Netflix
  • Slack
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does FaaS stand for?

A

Function as a Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is a defining feature of FaaS?

A

Allows developers to execute code responding to events without provisioning or managing servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How do developers typically write code in FaaS?

A

As functions triggered by events

20
Q

What types of events can trigger functions in FaaS?

A
  • HTTP requests
  • Database changes
  • File uploads
21
Q

How does FaaS charge users for its services?

A

Only for the resources consumed during execution

22
Q

What is the public cloud model?

A

Cloud services provided by third-party providers over the public internet, available to anyone on a pay-as-you-go or subscription basis.

23
Q

What characterizes a private cloud?

A

Dedicated to a single organization, hosted on-premises or by a third-party provider, with infrastructure not shared with others.

24
Q

What are the benefits of a private cloud?

A

Greater control, security, and customization.

25
Q

What is the hybrid cloud model?

A

Combines elements of both public and private clouds, allowing deployment across multiple environments.

26
Q

What are common use cases for hybrid cloud?

A
  • Disaster recovery
  • Bursting into the public cloud during peak demand
27
Q

True or False: A public cloud infrastructure is shared with other organizations.

28
Q

Fill in the blank: A __________ cloud is dedicated to a single organization.

29
Q

Fill in the blank: In a __________ cloud, workloads can be deployed across on-premises data centers, public clouds, and private clouds.

30
Q

What is an S3 bucket?

A

An S3 bucket is a fundamental storage unit in Amazon S3, serving as a container for storing and organizing objects (files or data) within the S3 storage system.

31
Q

What are the four major access tiers for S3 object storage classes?

A

The four major access tiers are:
* Frequent access
* Infrequent access
* Archive
* Intelligent-Tiering

32
Q

What characterizes the S3 Standard class?

A

The S3 Standard class has the lowest access latency and highest cost, making it ideal for the most frequently accessed objects.

33
Q

What are the storage classes offered by S3 for infrequently accessed objects?

A

S3 offers:
* S3 Standard-IA
* S3 Standard One Zone Express IA

34
Q

Name the three storage classes that S3 offers for archival purposes.

A

The archival storage classes are:
* S3 Glacier Flexible Retrieval
* S3 Glacier Instant Retrieval
* S3 Glacier Deep Archive

35
Q

What is S3 Intelligent-Tiering?

A

S3 Intelligent-Tiering is a storage class that automates the transition of objects between multiple storage classes based on the access pattern.

36
Q

What is AWS Lambda?

A

AWS Lambda is a FaaS, serverless computing service that allows running code without provisioning or managing servers.

37
Q

How is an AWS Lambda function triggered?

A

An AWS Lambda function is invoked by an Event.

38
Q

What is a Virtual Private Cloud (VPC) in AWS?

A

A VPC is the foundation of AWS infrastructure, providing isolated, secure, and customizable cloud spaces.

39
Q

What does AWS create by default in each Region?

A

AWS creates a default VPC in each Region, pre-configured with default subnets, route tables, internet gateways, and security settings.

40
Q

What is Amazon Elastic Container Service (ECS)?

A

ECS is a fully managed container orchestration service that simplifies the deployment and management of containerized applications, allowing running Docker containers at scale.

41
Q

What is Amazon Elastic Kubernetes Service (EKS)?

A

EKS is a fully managed container orchestration service that simplifies managing Kubernetes clusters on AWS.

42
Q

Where is the control plane for EKS hosted?

A

The control plane for EKS is hosted in an AWS-managed VPC.

43
Q

True or False: An S3 bucket can only store one type of object.

44
Q

Fill in the blank: The S3 storage class for the most frequently accessed objects is called _______.

A

S3 Standard

45
Q

What is the primary benefit of using AWS Lambda?

A

It allows running code without provisioning or managing servers.