AWS Service Flashcards

1
Q

Amazon RDS for SQL Server?

A

Amazon RDS for SQL Server is a fully managed SQL database service which you can migrate your on-premises database into. You do not need to refactor or change your on-premises database and you can perform homogeneous migrations with ease.

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

AWS Global Accelerator?

A

AWS Global Accelerator is a service that improves the availability and performance of applications with local or global users.

It provides static IP addresses that act as a fixed entry point to application endpoints in a single or multiple AWS Regions, such as Application Load Balancers, Network Load Balancers or EC2 instances.

Uses the AWS global network to optimize the path from users to applications, improving the performance of TCP and UDP traffic.

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

CloudWatch Logs Insights?

A

CloudWatch Logs Insights enables you to interactively search and analyze your log data in Amazon CloudWatch Logs. You can perform queries to help you more efficiently and effectively respond to operational issues. If an issue occurs, you can use CloudWatch Logs Insights to identify potential causes and validate deployed fixes.

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

AWS Organizations?

A

AWS Organizations offers the following policy types:

Service control policies (SCPs) offer central control over the maximum available permissions for all of the accounts in your organization.

Tag policies help you standardize tags across resources in your organization’s accounts.

SCPs are used to restrict access within member accounts. For instance you can create an SCP that restricts a specific API action such as deploying a particular Amazon EC2 instance type. The policy would then prevent anyone, including administrators, from being able to launch EC2 instances using that instance type.

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

AWS CloudFormation?

A

AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment.

CloudFormation allows you to use a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts.

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

AWS Elastic Beanstalk?

A

AWS Elastic Beanstalk is used for running applications in a managed environment.

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

AWS Direct Connect?

A

AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated network connection from your premises to AWS. Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections.

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

CloudFront?

A

CloudFront is a content delivery network (CDN) that allows you to store (cache) your content at “edge locations” located around the world. This allows customers to access content more quickly and provides security against DDoS attacks. CloudFront can be used for data, videos, applications, and APIs.

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

Internet gateway:

A

An Internet gateway is attached to a VPC and allows inbound traffic from the internet to access the VPC. It is also used as a target in route tables for outbound internet traffic.

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

AWS Step Functions?

A

AWS Step Functions lets you coordinate multiple AWS services into serverless workflows so you can build and update apps quickly. AWS Step Functions lets you build visual workflows that enable fast translation of business requirements into technical requirements.

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

Amazon SWF:

A

Amazon SWF helps developers build, run, and scale background jobs that have parallel or sequential steps. SWF is not a visual workflow tool.

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

SNS:

A

Amazon Simple Notification Service (SNS) is a highly available, durable, secure, fully managed pub/sub messaging service.

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

NAT instances:

A

NAT instances are not used for VPN, they are used by EC2 instances in private subnets to access the Internet.

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

Amazon Glacier:

A

Amazon Glacier is an archival storage service provided by Amazon Web Services (AWS). It is designed for long-term data archival and storage at a very low cost. Glacier is suitable for data that is infrequently accessed and for which retrieval times of several hours are acceptable.

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

Amazon CloudWatch:

A

Amazon CloudWatch is a performance monitoring tool that receives metrics from AWS services. This data can be used for monitoring the operational health of resources as well as being used to optimize costs through ensuring systems are right-sized and just enough capacity is provisioned.

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

AWS Control Tower:

A

AWS Control Tower is a service that is intended for organizations with multiple accounts and teams who are looking for the easiest way to set up their new multi-account AWS environment and govern at scale

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

Inspector:

A

Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS. Inspector automatically assesses applications for vulnerabilities or deviations from best practices. Inspector uses an agent installed on EC2 instances.

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

Trusted Advisor:

A

Trusted Advisor is an online resource to help you reduce cost, increase performance, and improve security by optimizing your AWS environment. Trusted Advisor provides real time guidance to help you provision your resources following AWS best practices. Offers a Service Limits check (in the Performance category) that displays your usage and limits for some aspects of some services.

19
Q

AWS Personal Health Dashboard:

A

AWS Personal Health Dashboard provides alerts and remediation guidance when AWS is experiencing events that may impact you.

20
Q

AWS TCO calculator:

A

The AWS TCO calculator can be used to compare the cost of running your applications in an on-premises or colocation environment to AWS.

21
Q

Amazon DynamoDB Accelerator (DAX):

A

Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for DynamoDB that delivers up to a 10x performance improvement – from milliseconds to microseconds – even at millions of requests per second.

DAX does all the heavy lifting required to add in-memory acceleration to your DynamoDB tables, without requiring developers to manage cache invalidation, data population, or cluster management.

22
Q

AWS Site-to-Site VPN

A

By default, instances that you launch into an Amazon VPC can’t communicate with your own (remote) network. You can enable access to your remote network from your VPC by creating an AWS Site-to-Site VPN (Site-to-Site VPN) connection, and configuring routing to pass traffic through the connection.

Although the term VPN connection is a general term, in this documentation, a VPN connection refers to the connection between your VPC and your own on-premises network. Site-to-Site VPN supports Internet Protocol security (IPsec) VPN connections.

23
Q

Route 53:

A

Route 53 is a highly available and scalable DNS web service. The three main functions of Route 53 are registering domain names, routing internet traffic to the resources for your domain, and checking the health of those resources. Route 53 can direct traffic to S3 buckets. But because the question describes only one S3 bucket, Route 53 would have only one potential route and could not reduce latency.

24
Q

Amazon Transcribe:

A

Amazon Transcribe is a service that uses machine learning to convert audio data to text. Amazon Transcribe is not a text-to-speech conversion service.

25
Q

Amazon Polly:

A

Amazon Polly is a machine learning service that converts text to speech. This service provides the ability to read text out loud.

26
Q

Amazon Textract:

A

Amazon Textract is a machine learning service that can extract text from scanned documents. Amazon Textract is not a text-to-speech conversion service.

27
Q

AWS CodeBuild:

A

CodeBuild is a service that helps users to automatically compile source code, run unit tests, and produce software packages that are ready for deployment. CodeBuild is not a code management service.

28
Q

AWS CodePipeline:

A

CodePipeline is a service that manages the movement of code between the individual services. CodePipeline is not a source code storage service.

29
Q

AWS CodeCommit

A

AWS is a source code version control service. CodeCommit helps users store and manage developers’ source code in AWS.

30
Q

AWS CodeArtifact:

A

CodeArtifact is a managed artifact repository service that stores and shares software that is ready for deployment. CodeArtifact is not a source code management service.

31
Q

Amazon FSx for Windows File Server:

A

Amazon FSx for Windows File Server provides fully managed Microsoft Windows file servers, backed by a fully native Windows file system. Amazon FSx supports a broad set of enterprise Windows workloads with fully managed file storage built on Microsoft Windows Server. Amazon FSx has native support for Windows file system features and for the industry-standard Server Message Block (SMB) protocol to access file storage over a network.

32
Q

When storing passwords on AWS, what is the MOST secure method?

AWS Secrets Manager?

A

AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. Users and applications retrieve secrets with a call to Secrets Manager APIs, eliminating the need to hardcode sensitive information in plain text.

33
Q

AWS CloudHSM?

A

AWS CloudHSM is a cloud-based hardware security module (HSM) that enables you to easily generate and use your own encryption keys on the AWS Cloud

34
Q

What is the benefit of using fully managed services compared to deploying 3rd party software on EC2?

A

Reduced operational overhead.

Fully managed services reduce your operational overhead as AWS manage not just the infrastructure layer but the service layers above it. Examples are Amazon Aurora and Amazon ElastiCache where the database is managed for you.

35
Q

In order to perform analytical tasks, a company needs a data warehouse. Standard SQL queries must be supported by the data warehouse.

Which AWS service meets these requirements?

A

Amazon Redshift uses SQL to analyze structured and semi-structured data across data warehouses, operational databases, and data lakes, using AWS-designed hardware and machine learning to deliver the best price performance at any scale.

Data warehouses are built on databases designed for online analytics processing (OLAP) use cases.

36
Q

Amazon EMR?

A

Amazon EMR is a cloud big data platform for running large-scale distributed data processing jobs, interactive SQL queries, and machine learning (ML) applications using open-source analytics frameworks such as Apache Spark, Apache Hive, and Presto.

37
Q

AWS Config?

A

AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations. It does not detect threats.

38
Q

Which tool can be used to create alerts when the actual or forecasted cost of AWS services exceed a certain threshold?

A

AWS Budgets

39
Q

Which aspects of security on AWS are customer responsibilities?

A
  • Server-side encryption
  • Setting up account password policies

AWS are responsible for the “security of the cloud”. This includes protecting the infrastructure that runs all of the services offered in the AWS Cloud. This infrastructure is composed of the hardware, software, networking, and facilities that run AWS Cloud services.

The customer is responsible for “security in the cloud”. Customer responsibility depends on the service consumed but includes aspects such as Identity and Access Management (includes password policies), encryption of data, protection of network traffic, and operating system, network and firewall configuration.

40
Q

Amazon Athena?

A

Amazon Athena is a serverless, interactive analytics service built on open-source frameworks, supporting open-table and file formats. Athena provides a simplified, flexible way to analyze petabytes of data where it lives. Analyze data or build applications from an Amazon Simple Storage Service (S3) data lake and 30 data sources, including on-premises data sources or other cloud systems using SQL or Python. Athena is built on open-source Trio and Presto engines and Apache Spark frameworks, with no provisioning or configuration effort required.

41
Q
A
42
Q
A

Provides data for financial reporting, budgeting, and cost allocation.
Suitable for organizations with complex cost structures and specific reporting needs.

43
Q

AWS Pricing Calculator:

A

Used for high-level cost estimation and planning.
Helps users quickly assess the cost impact of different service configurations.
Ideal for users who want a quick estimate before deploying resources.