Terminology 00 Flashcards

1
Q

What is an Access control list (ACL)?

A

A firewall/security layer on the subnet level

ACLs are used to define rules for allowing or denying traffic to and from network resources.

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

What does Auto scaling do?

A

Automates the process of adding or removing EC2 instances based on traffic demand for your application

Auto scaling helps maintain application performance and reduce costs.

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

What are Buckets in the context of AWS?

A

Root-level ‘folders’

Buckets are used to store objects in Amazon S3.

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

What is CloudFront?

A

Content delivery network (CDN) that allows you to store your content at ‘edge locations’ located all around the world, allowing customers to access your content more quickly

This helps improve access speed for customers.

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

What is the purpose of CloudTrail?

A

Allows you to monitor all actions taken by IAM users

It provides an audit trail of user activity.

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

What does CloudWatch do?

A

Service that allows you to monitor various elements of your AWS account

CloudWatch provides metrics and logs to help manage resources.

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

What is Consolidated billing?

A

Allows you to view, manage, and pay bills for multiple AWS accounts in one user interface

This simplifies the billing process for organizations with multiple accounts.

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

What is a DNS server?

A

A database of website domains and their corresponding IP addresses

DNS servers translate domain names into IP addresses.

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

What is DynamoDB?

A

NoSQL database service that does not provide other NoSQL software options

It is designed for applications that require low-latency data access.

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

What is Elastic Block Store (EBS)?

A

Provides persistent block storage volumes for use of EC2 instances

EBS volumes can be attached to EC2 instances for data storage.

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

What is Elastic Compute Cloud (EC2)?

A

A virtual computer, very similar to a desktop/laptop computer

EC2 allows users to run applications in the cloud.

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

What does Elastic Load Balancing (ELB) do?

A

Evenly distributes traffic between EC2 instances that are associated with it

ELB enhances the availability and fault tolerance of applications.

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

What is ElastiCache?

A

Data caching service used to help improve the speed/performance of web applications running on AWS

It supports caching for frequently accessed data.

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

What is Elasticity in cloud computing?

A

The ability of a system to increase and decrease in size

Elasticity allows for efficient resource management based on demand.

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

What is Fault tolerance?

A

Property that enables a system to continue operating properly in the event of the failure of one or more components

This is critical for maintaining uptime and reliability.

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

What is a Firewall?

A

A type of software that either allows or blocks certain kinds of internet traffic to pass through it

Firewalls are essential for network security.

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

What does the term Folder refer to in AWS?

A

Any ‘subfolder’ created in a bucket

Folders help organize objects within an S3 bucket.

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

What does High availability mean?

A

Refers to systems that are durable and likely to operate continuously without failure for a long time

High availability is crucial for mission-critical applications.

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

Who are IAM users?

A

Individuals who have been granted access to an AWS account

IAM users are managed through Identity and Access Management.

20
Q

What is Identity and Access Management (IAM)?

A

Service where AWS user accounts and their access to various AWS services are managed

IAM helps secure AWS resources by controlling access.

21
Q

What is Lambda in AWS?

A

Serverless computing that will replace EC2 instances, for the most part

Lambda allows users to run code without provisioning servers.

22
Q

What is Object availability?

A

Percent over a one-year time period that a file stored in S3 will be accessible

High object availability is critical for user satisfaction.

23
Q

What is Object durability?

A

Percent over a one-year time period that a file stored in S3 will not be lost

Object durability ensures data integrity and reliability.

24
Q

What is Object lifecycle?

A

Set rules to automatically transfer objects between storage classes at defined time intervals

This helps manage storage costs and data retention.

25
Q

What is Object sharing?

A

Ability to make any object publicly available via a URL link

Object sharing is useful for distributing content.

26
Q

What is Object versioning?

A

Automatically keep multiple versions of an object (when enabled)

This feature helps recover from accidental deletions or overwrites.

27
Q

What do Organizations in AWS allow you to do?

A

Access to manage billing and access to multiple AWS accounts in one user interface

Organizations simplify management for companies with multiple AWS accounts.

28
Q

What is the Principle of least privilege?

A

Giving a user only the rights/access to the AWS services and resources they need to do their job and nothing more

This principle enhances security by minimizing access rights.

29
Q

Who are Publishers in the context of AWS SNS?

A

Human/alarm/event that gives SNS the message that needs to be sent

Publishers trigger notifications based on specific events.

30
Q

What is Relational Database Service (RDS)?

A

SQL database service that provides a wide range of SQL database options to select from

RDS supports various database engines such as MySQL, PostgreSQL, and Oracle.

31
Q

What is RedShift?

A

Data warehouse database service designed to handle petabytes of data for analysis

It is optimized for complex queries and large-scale data analysis.

32
Q

What are Roles in AWS?

A

How different AWS services are granted permission to communicate and share data

Roles facilitate secure interactions between services.

33
Q

What is Route 53?

A

Where you configure and manage web domains for websites or applications you host on AWS

Route 53 includes DNS management and domain registration.

34
Q

What does Scalability mean?

A

The ability of a system to easily increase in size and capacity in a cost-effective way

Scalability allows organizations to grow without significant upfront costs.

35
Q

What is a Security group (SG)?

A

Firewall/security layer on the server/instance level

Security groups control inbound and outbound traffic for EC2 instances.

36
Q

What is the Shared responsibility model?

A

Defines what you and AWS are responsible for when it comes to security and compliance

It delineates the security responsibilities between AWS and the customer.

37
Q

What is Simple Notification Service (SNS)?

A

AWS service that allows you to automate the sending of email or text messaging notifications based on events that happen in your AWS account

SNS is used for application alerts and notifications.

38
Q

What is Simple Storage Service (S3)?

A

Online bulk storage service you can access from almost any device

S3 is designed for high durability and availability of data.

39
Q

What is a Storage class in S3?

A

Represents ‘classification’ assigned to each object in S3 (standard, RRS, S3-IA, Glacier)

Different storage classes optimize cost and access speed.

40
Q

What is a Subnet?

A

A subsection of a network and generally includes all the computers in a specific location

Subnets help organize and secure network resources.

41
Q

What are Subscriptions in AWS SNS?

A

Endpoints to which a topic sends messages

Subscriptions can be email addresses, phone numbers, or AWS resources.

42
Q

What are Topics in AWS SNS?

A

How you label and group different endpoints to which you send messages

Topics allow for organized message distribution.

43
Q

What is Trusted Advisor?

A

Service that ‘advises’ and helps you optimize aspects of your AWS account

Trusted Advisor provides insights on cost savings, performance, and security.

44
Q

What are User credentials in AWS?

A

IAM user’s username and password for logging in to AWS

User credentials are essential for accessing AWS resources.

45
Q

What is a Virtual Private Cloud (VPC)?

A

A private subsection of AWS you control and in which you can place AWS resources

VPCs enhance security and provide network isolation.