Vocab 2 Flashcards

1
Q

What are the 4 Business Factors when Selecting a Region?

A

1- Compliance with data governance and legal requirements
2- Proximity to your customers
3- Feature Availability of services within a region
4- Pricing

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

What is a single data center or a group of data centers within a Region?

A

Availability Zone

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

What is a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery?

A

Edge Location

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

What does API stand for?

A

Application Programming Interface

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

What is it called when AWS will basically install a fully operational mini Region, right inside your own data center?

A

AWS Outposts

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

What is a web-based interface for accessing and managing AWS services?

You can quickly access recently used services and search for other services by name, keyword, or acronym. It includes wizards and automated workflows that can simplify the process of completing tasks.

A

AWS Management Console

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

What enables you to control multiple AWS services directly from the command line within one tool? You can use this tool to make actions scriptable and repeatable.

A

AWS Command Line Interface (AWS CLI)

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

What is this?

_________ make it easier for you to use AWS services through an API designed for your programming language or platform. It enables you to use AWS services with your existing applications or create entirely new applications that will run on AWS.

A

software development kits (SDKs)

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

What is this?

You provide code and configuration settings, and it deploys the resources necessary to perform the following tasks:

  • Adjust capacity
  • Load balancing
  • Automatic scaling
  • Application health monitoring
A

AWS Elastic Beanstalk

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

What provisions your resources in a safe, repeatable manner, enabling you to frequently build your infrastructure and applications without having to perform manual actions?

It determines the right operations to perform when managing your stack and rolls back changes automatically if it detects errors.

A

AWS CloudFormation

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

What is a content delivery service that uses a network of edge locations to cache content and deliver content to customers all over the world?

When content is cached, it is stored locally as a copy. This content might be video files, photos, webpages, and so on.

Pricing is different across different geographic regions

A

Amazon CloudFront

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

What is a service that lets you to establish a dedicated private connection between your data center and a VPC?

A

AWS Direct Connect

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

What contains resources that need to be accessible by the public, such as an online store’s website?

A

Public subnets

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

What contains resources that should be accessible only through your private network, such as a database that contains customers’ personal information and order histories?

A

Private subnets

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

A ______ is a section of a VPC that can contain resources such as Amazon EC2 instances.

A

Subnet

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

A ________ is a unit of data sent over the internet or a network.

A

Packet

17
Q

What lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define?

A

VPC (Amazon Virtual Private Cloud)

18
Q

What creates a VPN connection between the VPC and the internal corporate network?

A

Virtual private gateway

19
Q

What performs STATELESS packet filtering. They remember nothing and check packets that cross the subnet border each way: inbound and outbound?

A

Network ACLs

20
Q

What performs STATEFUL packet filtering. They remember previous decisions made for incoming packets?

A

Security groups

21
Q

DNS resolution involves a customer DNS resolver communicating with a company DNS server.

What does DNS stand for?

A

Domain Name System (DNS) resolution.

22
Q

What is defined as a DNS web service and gives developers and businesses a reliable way to route end users to internet applications hosted in AWS?

A

Amazon Route 53

23
Q

What connects user requests to infrastructure running in AWS (such as Amazon EC2 instances and load balancers)? It can route users to infrastructure outside of AWS.

A

Amazon Route 53

24
Q

_________ has the ability to manage the DNS records for domain names. You can register new domain names directly. You can also transfer DNS records for existing domain names managed by other domain registrars. This enables you to manage all of your domain names within a single location.

A

Amazon Route 53

25
Q

What does the “Principle of Least Privilege” refer to?

A

You should grant your users only the permissions they need when they need them and nothing more.

26
Q

_________ is the AWS feature that provides an additional level of security above the default authentication mechanism of usernames and passwords

A

Amazon MFA

27
Q

This service can help protect your web applications from SQL injection and other vulnerabilities in your application code

A

AWS WAF (AWS Web Application Firewall)

28
Q

An organization needs to analyze and process a large number of data sets. Which AWS-Managed Service should they use?

A

Amazon EMR (Elastic MapReduce)

29
Q

A company is developing a new application using a microservices framework. The new application is having performance and latency issues. Which AWS Service should be used to troubleshoot these issues?

A

AWS X-Ray