Domain 3: Cloud Technology and Services Flashcards

1
Q

What are the benefits in accessing a service such as S3 from the console or running the commands in the AWS CLI?

A

Using aws s3 commands in the AWS CLI helps to manage S3 objects.

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

What do you use to connect public Amazon EC2 instances in a public subnet to the public internet?

A

Internet gateway.

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

If you needed to use your existing server-bound software licenses, would you choose a dedicated host or shared host?

A

A dedicated host.

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

Are EC2 instances an Availability Zone resilient service or a Regional resilient service?

A

Availability Zone resilient service.

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

What is the local storage of an EC2 instances?

A

Instance Store.

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

What type of storage would you choose if you needed persistent storage for your EC2 instance?

A

Elastic Block Store (EBS)

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

Where would you check to find the Amazon EC2 instances ID, instance profile permissions, and kernel information?

A

You can get the instance ID, public keys, public IP address, and other information from the instance metadata using:
http://169.254.169.254/latest/meta-data/.

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

Which AWS Snow Family service would you choose to transfer hundreds of petabytes of data and exabyte scale data sets into AWS?

A

AWS Snowmobile.

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

Is an Amazon VPC a globally resilient service or a Regional resilient service?

A

Regional resilient service.

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

Are network access control lists (network ACLs) stateful or stateless?

A

Stateless.

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

Are security groups stateful or stateless?

A

Stateful.

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

Can you use a NAT gateway in a private subnet?

A

No, NAT gateways sit in a public subnet to allow private resources access to the internet or the AWS public zones.

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

What type of storage does S3 offer? Block, file, or object?

A

Object storage.

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

What type of storage does EBS offer? Block, file or object?

A

Block storage.

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

What type of storage does EFS? Block, file, or object?

A

File storage.

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

What type of level service is Amazon Rekognition?

A

Rekognition is an AI service level.

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

What type of level service is Amazon Sagemaker?

A

Sagemaker is a machine learning level service.

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

What AWS analytic service can help you identify personable identifiable information (PII)?

A

Amazon Macie.

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

What AWS analytic service is a query service?

A

Amazon Athena.

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

Which AWS service would you use for inter-process and services messaging?

A

Amazon SQS

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

What are benefits of running a database on Amazon RDS compared to an on-premises database?

A
  1. RDS provides backups by default
    you can decide how frequently backups are completed. However, AWS manages the backing up of the data and the storing of the backup. Backups are automated based on the frequency that you define.
  2. RDS database computer can be easily scaled
    can be scaled up or down based on demand. Often with little or no downtime. Database instances can also be scaled vertically to give it more memory or compute capacity.
22
Q

A systems admin wants to migrate a static website to AWS. The systems admin wants to stop paying for the compute power necessary to run the web servers.
Which AWS service will meet these requirements?

A

S3.
S3 provides object storage. Additionally, you can use S3 to host static website content, including HTML, JavaScript, and CSS files. With S3, you don’t need an always-running EC2 instance.

23
Q

A web developer has limited knowledge of AWS networking services such as VPC, Elastic Load Balancing, and Auto Scaling, but wants to host a highly available web app.
Which AWS service would automatically handle the deployment and reduce the complexity for the developer?

A

AWS Elastic Beanstalk.

gives you the ability to deploy and manage web apps in AWS Cloud without having to understand or manage the underlying infrastructure.

24
Q

Which AWS service automatically handles app health monitoring?

A

AWS Elastic Beanstalk.

Elastic Beanstalk gives you the ability to deploy and manage apps in AWS Cloud without you having to understand or manage the underlying infrastructure. Elastic Beanstalk also includes functionality to monitor the health of your app.

25
Q

A business-critical app requires multi-Region deployment to meet availability service level agreements (SLAs).
Which AWS service or feature should be used for network routing and load balancing? for this app?

A

Route 53.

Route 53 is a DNS service that can route traffic to resources. You can use Route 53 to implement traffic routing across multiple Regions to meet availability SLAs.

26
Q

What element defines an AWS Availability Zone?

A

One or more physical data center with redundant power and network.
AWS infrastructure built with redundancy to avoid single points of failure. AZs have low-latency connections between them within a Region.

27
Q

What should AWS edge locations be used for?

A
  1. Delivering content closer to users.
    Edge locations are used to host the content delivery network (CDN) service Amazon CloudFront, which gives you the ability to cache frequently accessed data closer to end users. This can reduce latency in data retrieval times for end users all over the world.
  2. Reducing the load on Amazon EC2 based web servers
    When data is cached to an edge location and an end user requests data, the request is first routed to the edge location. If the data is found there, it’s returned to the end user and the request never reaches the back-end server.
28
Q

A company needs to securely deliver data, videos, apps, and APIs to users globally with low latency.
Which AWS service will meet this requirement?

A

CloudFront.

CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, apps and APIs to users globally with low latency and high transfer speeds.

29
Q

A company needs a database for queries. The database must summarize columns of data for analytical reports.
Which AWS service will meet these requirements?

A

Amazon Redshift.

Redshift is a fully managed, petabyte-scale data warehouse service. You can use Redshift as a columnar database. Redshift can provide fast retrieval, which is often necessary in analytical apps.

30
Q

What is Amazon Neptune?

A

A fast, reliable, fully managed graph database service that makes it easy to build and run apps that work with highly connected datasets.

31
Q

What is Amazon Aurora?

A

A fully managed relational database engine that’s compatible with MySQL and PostgreSQL.

32
Q

What is DynamoDB?

A

A serverless, NoSQL, fully managed database with single digit millisecond performance at any scale.

33
Q

What AWS services offer compute capabilities?

A
  1. EC2.
    Provides you with with the ability to provision virtual servers in the AWS Cloud.
  2. AWS Lambda.
    a serverless service that provides you with the ability to run code without the need to provision or manage servers.
34
Q

Which AWS service can convert text to lifelike speech?

A

Amazon Polly.

gives you the ability to create apps that talk. with Polly you can build entirely new categories of speech-enabled products.

35
Q

Which services or features support data replication across AWS Regions?

A
  1. S3.
    supports cross-region replication. When cross-region replication is turned on, any new object that’s uploaded will be replicated to the destination S3 bucket.
  2. RDS.
    One RDS DB instance resides in a single region. With RDS, you can create read replicas across Regions. RDS replicates any data from the primary DB instance to the read replicas across Regions.
36
Q

Which AWS service can be used to decouple apps?

A

Amazon Simple Queue Service (SQS)

SQS is a fully managed message queue service that provides you with the ability to decouple and scale microservices, distributed systems, and serverless apps. Amazon SQS eliminates the complexity and overhead associated with managing and operating message-oriented middleware, and empowers developers to focus on differentiating work.

37
Q

Which AWS service can be used to provide an on-demand, cloud-based contact center?

A

Amazon Connect.

38
Q

Which AWS service can analyze a set of documents to generate valuable insights from text?

A

Amazon Comprehend.

uses a pre-trained model to gain insights about the content of documents.

39
Q

Company is running an app replicated on 6 Linux-based EC2 instances across 2 AZs in a Region. The app needs shared access to data. The data is going to be frequently changed by the app within existing data files.
Which AWS storage solution would meet the company’s needs with the LEAST operational overhead?

A

Elastic File Storage (EFS).

a shared file system that gives EC2 instances the ability to share access to data in different AZs in the same Region.

40
Q

Company needs to establish a dedicated and isolated network connection between the company’s on premises data center and AWS.
Which AWS service will meet this requirement?

A

AWS Direct Connect.

can establish a secure and consistent network connection with dedicated links that are isolated from the internet.

41
Q

Company requires an encrypted connection from the company’s on-premises data center to AWS. The connection must use the company’s existing internet connection.
Which solution will meet these requirements?

A

Site-to-Site VPN.

creates an encrypted network path between your on-premises network and your cloud network. uses the internet.

42
Q

What is AWS Client VPN?

A

a managed, client-based VPN service. Client VPN give you the ability to securely access your AWS resources and resources in your on-premises network. You can access your resources from any location by using an OpenVPN-based VPN client.
provides network connections for laptops, not data centers.

43
Q

A company would like to host its MySQL databases on AWS and maintain full control over the operating system, database installation, and configuration.
Which AWS service should the company use to host the databases?

A

EC2.

44
Q

Which AWS service provides virtually unlimited throughput and scale?

A

DynamoDB

45
Q

What is Amazon Transcribe?

A

A speech recognition service that you can use to convert audio to text.

46
Q

What is Amazon Textract?

A

a service that uses ML to automatically extract text, handwriting, and data from scanned documents. Can use Textract to extract data from documents like IDs, receipts and invoices, forms tables and more.

47
Q

What is AWS CodeDeploy?

A

a deployment service used to automate app deployment on compute resources like EC2 instances, on-premises instances, serverless Lambda functions or ECS services.

48
Q

What is AWS Resource Access Manager (RAM)?

A

a service that gives you the ability to securely share AWS resources with any AWS account or within your Organization.

49
Q

What is AWS CloudFormation?

A

a service used to model, provision, and manage AWS resources with infrastructure as code.
CloudFormation requires knowledge of networking services to provision the resources.

50
Q

What is Amazon Lightsail?

A

a virtual private server (VPS) provider and is the easiest way to get started with AWS for developers, small businesses, students, and other users who need a solution to build and host their apps on cloud.
Provided developers compute, storage, and networking capacity and capabilities to deploy and manage websites and web apps in the cloud.

51
Q

Which AWS service provides serverless data integration?

A

AWS Glue

•A serverless data integration service. You can use AWS Glue to prepare, move, and integrate data from multiple sources and manage all the data in one centralized location.