Terminology Flashcards

1
Q

High Availability

A

Concept of something being accessible when you attempt to access it (and/or the ability to access something via multiple platforms).

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

Fault Tolerant

A

The ability to withstand a certain amount of failure and still remain functional (and/or be self-healing and return to full capacity).

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

Scalable

A

The ability to easily grow in size, capacity, and/or scope when required (usually based on demand)

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

Elastic

A

The ability to not only grow (scale) when required, but also reduce in size when required.

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

AWS Certificate Manager (ACM)

A

To enable HTTPS connections to your website or application in AWS, you need an SSL/TLS server certificate. You can use a server certificate provided by AWS Certificate Manager (ACM) or one that you obtained from an external provider. You can use ACM or IAM to store and deploy server certificates. Use IAM as a certificate manager only when you must support HTTPS connections in a region that is not supported by ACM.

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

Amazon Managed Services (AMS)

A

Provides support to companies to migrate to the cloud faster.

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

Artifact

A

Provides on-demand access to AWS compliance reports and AWS customer agreements. You can use AWS Artifact Agreements to review, accept, and track the status of AWS agreements such as the Business Associate Addendum (BAA).

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

Aurora

A

Relational database that can be configured as MySQL or PostgreSQL but much faster than either. Fully managed by RDS to automate provisioning, set ups, patching, backups. Includes serverless feature to allow on-demand usage and scaling.

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

AWS Shield

A

Managed DDOS protection.

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

Budgets

A

Will send alert when cost or usage exceeds or are forecasted to exceed a budget you set.

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

Cloud Formation

A

Model AWS resources and it will configure them for you. Free to use.

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

Cloud9

A

Integrated Development Environment (IDE) for writing, running and debugging code.

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

CloudFront

A

Distribute content globally with low latency. Uses edge locations. Includes Content Delivery Network (CDN) and provides security through DDOS protection.
Pay per use. Integrates with several other AWS services.

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

CloudTrail

A

Enables governance, monitoring and auditing of actions taken in your AWS account. User activity and API usage.

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

CloudWatch

A

Monitoring service that gives view of cloud resources and applications. Set billing alarm triggers based on AWS usage. Can be configured to trigger an SNS notification.
Stores logs of IP traffic on VPC, subnet, etc.
Centralize logs from other AWS services such as: EC2, CloudTrail, Route 53

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

CodePipeline

A

AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.

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

Cognito

A

Use to enable identity federation with Internet identity providers. Ex: allow temporary access via FB/Amazon/Google without creating an IAM user for the person.

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

Config

A

Evaluates your AWS set up. Fully managed service that provides you with an AWS resource inventory, configuration history, and configuration change notifications to enable security and governance.

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

Amazon Connect

A

Self-service contact center service.

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

Cost Explorer

A

View past usage, forecast future usage, get recommendations.

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

Data Pipeline

A

AWS Data Pipeline is a web service that helps you reliably process and move data between different AWS compute and storage services, as well as on-premises data sources.

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

DirectConnect

A

Establish a dedicated network connection from on-premise to AWS.

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

Directory Service

A

AWS Directory Service is a managed Microsoft Active Directory in the AWS Cloud.

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

Data Migration Service (DMS)

A

Migrates data from one database to another.

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

DynamoDB

A

NoSQL database service. No server setup needed.
JSON, key-value pairs, or documents. Fully managed.
Native multi-zone fault tolerance. Global tables provide automatic multi-master replication to AWS Regions world-wide.

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

Elastic Block Storage (EBS)

A

Block level storage. For use with EC2 and RDS.
Storage device is called volumes. Has a feature that allows you to take snapshots of volumes.
Uses multiple servers, automatically replicated within a single Availability Zone.

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

Elastic Cloud Compute (EC2)

A

Provision servers. Configure for server type and size.
Runs continuously. Use key pairs to connect.
During the creation process of EC2 instances you can create and download your key pair. This key pair is required when you want to connect to your Amazon EC2 instances.

Note: You can’t connect to your EC2 instance unless you attach a security group that allows SSH access from your IP.

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

Elastic Container Registry (ECR)

A

Amazon EC2 Container Registry (ECR) is a fully managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images. Amazon ECR is integrated with Amazon EC2 Container Service (ECS), simplifying your development to production workflow.

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

Elastic File System (EFS)

A

Storage service that is scalable. Allows for file sharing. Uses multiple Availability Zones. Designed to support EC2.

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

Elastic Beanstalk

A

AWS Elastic Beanstalk is used to simplify the process of deploying an application on AWS.

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

Elasticache

A

Caches data for databases, keeping most used data in memory. ElastiCache is a web service that makes it easy to set up, manage, and scale a distributed in-memory data store or cache environment in the cloud.

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

Elastic Load Balancer (ELB)

A

Performs health checks and distributes traffic only to healthy instances.
Elastic Load Balancing automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda functions. Elastic Load Balancing offers three types of load balancers: 1- Application Load Balancer. 2- Network Load Balancer. 3- Classic Load Balancer.

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

Elastic Map Reduce (EMR)

A

Runs big data frameworks. Hadoop framework for processing large amounts of data across scalable EC2 instances.

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

GuardDuty

A

Amazon GuardDuty is a threat detection service that continuously monitors for smalicious activity and unauthorized behavior to protect your AWS accounts and workloads. GuardDuty analyzes tens of billions of events across multiple AWS data sources, such as AWS CloudTrail, Amazon VPC Flow Logs, and DNS logs.

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

Identity and Access Management (IAM)

A

A web service that helps you control who is authenticated (signed in) and authorized (has permissions) to the AWS resources in your account.

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

Infrastructure Event Management (IEM)

A

A service available to enterprise customers (or business level for a fee). Short term support for a specific event. AWS team provides architectural and scaling advice.

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

Inspector

A

Check your applications for vulnerabilities. Automated security assessment service.

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

Instance Store

A

Block level storage.

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

Kinesis

A

Used to collect, process and analyze video and data streams in real time.

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

Key Management & Storage (KMS)

A

Used for data encryption.

41
Q

Lambda

A

Compute service that runs code without needing to provision servers. Runs only when triggered. Scales automatically.

42
Q

Lightsail

A

Creates Virtual Private Server on the cloud.

43
Q

Limit Monitor

A

You can configure the AWS Limit Monitor to send email notification when usage approaches a service limit. (Is this for SES only?)

44
Q

Migration Acceleration Program (MAP)

A

MAP has been created to provide consulting support, training and services credits to reduce the risk of migrating to the cloud, build a strong operational foundation and help offset the initial cost of migrations. Includes migration methodology, tools, Partners and Professional Services.

45
Q

Marketplace

A

Online store for buying third-party software or services that run on AWS.

46
Q

Migration Hub

A

AWS Migration Hub provides a single location to track the progress of application migrations across multiple AWS and partner solutions.

47
Q

Neptune

A

Fully managed graph database that works with highly connected datasets.

48
Q

OpsWorks

A

AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet. Chef and Puppet are automation platforms that allow you to use code to automate the configurations of your servers. OpsWorks lets you use Chef and Puppet to automate how servers are configured, deployed, and managed across your Amazon EC2 instances or on-premises compute environments.

49
Q

Personal Health Dashboard

A

Provides alerts and remediation guidance when AWS events may impact you. Gives a personalized view of the performance and availability of the services you are using.

50
Q

Relational Database Service (RDS)

A

Configure a database instance as Aurora, PostgreSQL, MySQL, Oracle, MS SQL Server, MariaDB. Structured data.

Runs on EC2 in the background, but no need to configure the compute capacity. Amazon handles patching and backups.

  - Uses multiple AZs. 
  - Uses EBS storage.
51
Q

Rekognition

A

AWS Rekognition is a service that lets developers working with Amazon Web Services add image analysis to their applications. With AWS Rekognition your apps can detect, remember and recognize objects, scenes, and faces in images

52
Q

Redshift

A

Data warehouse for large data. Based on but NOT the same as PostgreSQL. Standard SQL and BI tools. Single zone use.

53
Q

Route 53

A

Domain Name System (DNS) provider. Registration and health checks.

54
Q

Simple Storage Service (S3)

A
  • Object level storage
  • 11x9 durability
  • Any amount of data
  • Infinitely scalable
  • Only limitation is object size: max of 5 terabytes
  • Native multi-zone fault tolerance.
55
Q

Serverless Application Repository

A

AWS Serverless Application Repository is used to share solutions with developers or to help your customers quickly understand the value of products and services you sell and support.

56
Q

Service Catalog

A

AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS.

57
Q

Service Health Dashboard

A

Displays general status of AWS services.

58
Q

Simple Email Service (SES)

A

Use to send marketing, notification or transactional emails. Cannot be used to send billing notifications from CloudWatch.

59
Q

Simple Monthly Calculator

A

The AWS Simple Monthly Calculator helps customers and prospects estimate their monthly AWS bill more efficiently. The calculator can be used to determine your best and worst case scenarios and identify areas of development to reduce your monthly costs and even compare it with other service providers who do not offer utility-style of billing (pay-as-you-go).

60
Q

SimpleDB

A

Just another AWS database.

61
Q

Snowball

A

Secure transfer of large amounts (petabyte) of data in and out of AWS cloud. Much cheaper than standard data costs.

62
Q

Snowmobile

A

Exabyte-scale data transfer service used to move extremely large amounts of data to AWS.

63
Q

Simple Notification Service (SNS)

A

Messaging service. Automate messages based on AWS events such as CloudWatch events.

64
Q

Storage Gateway

A

AWS Storage Gateway is a hybrid cloud storage service.
You can use the service for backup and archiving, disaster recovery, cloud data processing, storage tiering, and migration. The gateway connects to AWS storage services, such as Amazon S3, Amazon S3 Glacier, Amazon S3 Glacier Deep Archive, Amazon EBS, and AWS Backup, providing storage for files, volumes, snapshots, and virtual tapes in AWS.

65
Q

Security Token Service (STS)

A

A web service that enables you to request temporary, limited privilege credentials for IAM users or federated users. Tracked in CloudTrail.
Can enable single sign-on without creating new IAM user. Can also allow users from one AWS account to access another.

66
Q

Simple Workflow Service (SWF)

A

Amazon Simple Workflow Service (SWF) is a web service that makes it easy to coordinate work across distributed application components.

67
Q

Total Cost of Ownership Calculator (AKA TCO Tool)

A

The AWS TCO tool only asks you about server and storage configuration details, but if you are going to perform the TCO analysis yourself, you should consider other factors such as cooling and power consumption, data center space, IT labor cost and so on.

68
Q

Trusted Advisor

A

Get (automated) cost optimization recommendations. Optimize for cost, performance, security, fault tolerance, service limits.

69
Q

Virtual Private Cloud (VPC)

A

Provision a section of the cloud for your virtual network. Add whatever you want. Not a resource, but a place to deploy resources.
Spans all AZ in region. A default VPC comes with each new account.

70
Q

Virtual Private Network (VPN)

A

Establish a secure private tunnel from your network or device to AWS.

Has Gateways at either end (Virtual Private Gateway = Amazon, Customer = customer). Serves as the connection between your computer and your Amazon VPC cloud-based network.

71
Q

Web Application Firewall (WAF)

A

Protects web applications on AWS.

72
Q

X-Ray

A

Analyzes and de-bugs distributed applications. Applications in production or under development, including those using microservices architecture.

73
Q

Availability Zones

A

Geo isolated locations within a region where data is replicated. Each AZ has one or more data centers.
Currently 61 AZs. AZ names are mapped to different data centers for different users.

74
Q

AWS Regions

A

Each region has 2 or more AZs. Each region has a name, ex: us-east.
There are 21 Regions and 61 Availability Zones currently. Always growing. Supports distributed infrastructure.

75
Q

Edge Cache

A

Regional Edge Caches sit between CloudFront servers and Edge Locations.

76
Q

Edge Locations

A

Amazon data centers that do not host apps, just cache content delivered by CloudFront.
Edge locations are Content Delivery Network (CDN) endpoints for CloudFront. Currently > 100.

77
Q

Endpoint

A

An endpoint is a URL that is the entry point for a web service.

78
Q

SPOF

A

Single Point of Failure – eliminated with well-built cloud system. High availability.

79
Q

Well-Architected Framework

A

1-Operational Excellence: run, monitor, continually improve

2-Security: protect through risk assessment and mitigation

3-Reliability: recover from disruption, scale

4-Performance Efficiency: use compute resources efficiently, scale

5-Cost Optimization: avoid or eliminate unneeded cost or sub-optimal resources

80
Q

CDN

A

Content Delivery Network

81
Q

DDOS

A

Distributed Denial of Service – type of web attack.

82
Q

Subnet

A

A range of IP addresses in your VPC.

83
Q

VPN vs VPC

A

VPN is the connection between your PC and your cloud network.

VPC is your cloud-based network of resources.

84
Q

IaaS

A

Infrastructure as a Service – provides access to networking, computers, data storage. Allows most flexibility and user control.

85
Q

PaaS

A

Platform as a Service – manages infrastructure hardware and operating systems.

86
Q

SaaS

A

Software as a Service – provides completed product. Offers end user application.

87
Q

APN Consulting Partners

A

APN Consulting Partners are professional services firms that help customers design, architect, build, migrate, and manage their workloads and applications on AWS. Consulting Partners include System Integrators, Strategic Consultancies, Agencies, Managed Service Providers, and Value-Added Resellers.

88
Q

APN Technology Partners

A

APN Technology Partners provide software solutions that are either hosted on, or integrated with, the AWS platform.

89
Q

AWS Customer Service team

A

Help customers understand cloud computing and if it can help their business.

90
Q

AWS Professional Services

A

AWS Professional Services shares a collection of offerings to help you achieve specific outcomes related to enterprise cloud adoption. AWS Professional Services also trains your team with specialized skills and provides global specialty practices to support your efforts in focused areas of enterprise cloud computing.

91
Q

Organizations

A

A service available to enterprise customers that allows for consolidated billing of several accounts to share some resources (Reserved Instances) and benefit from volume discounts.

Also, Organizations APIs can create new accounts automatically and add them to groups.

92
Q

Service Limits

A

AWS maintains service limits for each account to help guarantee the availability of AWS resources, as well as to minimize billing risks for new customers. Some service limits are raised automatically over time as you use AWS, though most AWS services require that you request limit increases manually. Most service limit increases can be requested through the AWS Support Center.

93
Q

Support Concierge Team

A

AWS billing and account experts for enterprise customers. Help with best practices for cost efficiency. Can increase service limits.

94
Q

Support Plans

A

1-Developer: 7 core checks in Trusted Advisor; business hours email to Cloud Support Associates; general architectural guidance.

2-Business: All Trusted Advisor checks; 24x7 phone, email and chat with Cloud Support Engineers; more detailed support and guidance.

3-Enterprise: All Trusted Advisor checks; 24x7 phone, email and chat with Cloud Support Engineers; faster response (15 min) for critical system outages; well-architected reviews, etc.

95
Q

TAM

A

Technical Account Manager – primary contact for enterprise customers. Very high-level support.

96
Q

Performance Efficiency

A

1- Democratize advanced technologies: Rather than having your IT team learns how to host and run a new technology, they can simply consume it as a service.

2- Go global in minutes: provide lower latency and a better experience for your customers at minimal cost.

3- Use serverless architectures: In the cloud, serverless architectures remove the need for you to run and maintain servers to carry out traditional compute activities.

4- Experiment more often: test using different types of instances, storage, or configurations.

5- Mechanical sympathy: Use the technology approach that aligns best to what you are trying to achieve.

97
Q

Bootstrapping

A

When you launch an AWS resource like an Amazon EC2 instance or Amazon Relational Database (Amazon RDS) DB instance, you start with a default configuration. You can then execute automated bootstrapping actions. That is, scripts that install software or copy data to bring that resource to a particular state. You can parameterize configuration details that vary between different environments (e.g.,production, test, etc.) so that the same scripts can be reused without modifications.

98
Q

Golden Images

A

Certain AWS resource types like Amazon EC2 instances, Amazon RDS DB instances, Amazon Elastic Block Store (Amazon EBS) volumes, etc., can be launched from a golden image: a snapshot of a particular state of that resource. When compared to the bootstrapping approach, a golden image results in faster start times and removes dependencies to configuration services or third-party repositories. This is important in auto-scaled environments where you want to be able to quickly and reliably launch additional resources as a response to demand changes.

99
Q

Software Development Kit (SDK)

A

Helps take the complexity out of coding by providing Java APIs for many AWS services including Amazon S3, Amazon EC2, DynamoDB, and more