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