Products Flashcards
Learn about the products that AWS provides as basic building blocks.
1
Q
Elastic Compute Cloud (EC2)
A
- Computing in the cloud on Amazon Servers.
- Runs an Amazon Machine Image (AMI)
- Can store data in EBS, S3, or in the instance itself.
- Instance storage ends when machine is stopped.
2
Q
Elastic Map Reduce (EMR)
A
- Provides the ability to run map-reduce jobs on an Amazon hosted cluster without having to configure individual machines.
- Jobs are Hadoop jobs with Hive job flows.
3
Q
Compute Auto-Scaling
A
- Launches or terminates EC2 instances based on user-defined policies, schedules, and health checks.
4
Q
Cloudfront
A
- Speeds up distribution of static and dynamic web content.
- Examples include html, css, js, and image files.
- Not designed for durable storage – use S3 for that instead.
5
Q
DynamoDB
A
- Fully managed NoSQL database service
- Cluster of boxes according to requested traffic
- Tables are collections of items
- High performance and cost efficient
6
Q
SimpleDB
A
- Non-relational data store
- Store and query through web service requests
- Originally much simpler than DynamoDB
7
Q
Relational Database Service (RDS)
A
- Relational databases in the cloud
* Supports MySQL, Oracle, or SQLServer
8
Q
ElastiCache
A
- In-memory cache environment
* Protocol-compliant with Memcached
9
Q
Elastic Beanstalk
A
- Quickly deploy and manage applications in the AWS cloud without worrying about the infrastructure that runs those applications.
- For Java, upload a war file and servers will automatically be deployed.
10
Q
CloudFormation
A
- Define a template in json of what servers you want to run.
11
Q
Data Pipeline
A
- Automate the movement and transformation of data.
12
Q
Fulfillment Web Service (FWS)
A
- Helps you automate the process of shipping your inventory to an Amazon fulfillment center
- If sold on places other than Amazon, automate shipping items from fulfillment center to seller.
13
Q
Identity and Access Management (IAS)
A
- Helps you securely controll access to Amazon Web Services and your account resources.
- Can also keep account credentials private
- Can assign credentials for users under the umbrella of your account.
14
Q
CloudSearch
A
- Add search to your website
* Index and search structured data and plain text.
15
Q
Elastic Transcoder
A
- Convert media files that are stored in S3 into media files in the formats required by consumer playback devices
16
Q
Simple Workflow Service (SWF)
A
- Help developers build asynchronous and distributed applications that process work asynchronously and distribute the processing across components that execute remotely.
17
Q
Simple Queue Service (SQS)
A
- Reliable and Scalable hosted queues for storing messages as they travel between computers.
- No exactly-once guaranteed delivery semantics.
- Delivery may be delayed from 1s to 1m.
18
Q
Simple Notification Service (SNS)
A
- Enables applications, end-users, and devices to instantly send and receive notifications from the cloud.
19
Q
Simple Email Service (SES)
A
- Outbound-only email-sending service that sends email
20
Q
CloudWatch
A
- Collect, view, and analyze metrics
* Retrieve individual stats or graph over time
21
Q
Route 53
A
- DNS for AWS Services
22
Q
Virtual Private Cloud (VPC)
A
- Private virtual network in which you can launch your services
- Logically isolated from other networks in the AWS cloud.
23
Q
Direct Connect
A
- Links your internal network to a AWS VPC
24
Q
Elastic Load Balancing
A
- Automatically distribute your incoming application traffic across multiple EC2 instances.
- Detects unhealthy instances and removes them from the pool.