Unit 4 & 5 Review

12345678910111213141516
Across
  1. 3. automatically handles the deployment details of capacity provisioning, load balancing, automatic scaling, and application health monitoring of an application.
  2. 6. A collection of datasets organized as records and columns in tables. In a relational database system, relationships are defined between the database tables.
  3. 9. A web service that makes it easy to deploy, operate, and scale an in-memory cache in the cloud.
  4. 10. A relational database engine compatible with MySQL and PostgreSQL, built for the cloud, combining the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open-source databases.
  5. 11. This service gives developers and businesses an easy way to create a collection of related AWS resources and provision them in an orderly and predictable fashion.
  6. 12. The AWS nonrelational database service. Data is stored in key-value pairs.
  7. 13. A computing method that lets users efficiently and selectively extract and query data to analyze it from different points of view.
  8. 14. a high-speed data storage layer that stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than is possible by accessing the data’s primary storage location.
  9. 15. Volatile, temporary memory storage.
Down
  1. 1. automatically distributes incoming application traffic across multiple targets, such as Amazon Elastic Compute Cloud (Amazon EC2) instances, containers, IP addresses, and AWS Lambda functions.
  2. 2. A category of data processing that is focused on transaction-oriented tasks.
  3. 4. lets developers create and manage relational databases in the cloud.
  4. 5. A collection of AWS resources that you can manage as a single unit.
  5. 7. The AWS data-warehousing service that can store massive amounts of data in a way that makes it fast to query for business intelligence (BI) purposes.
  6. 8. Also called a "NoSQL" or "Not only SQL" database. Each entry is stored in a key-value pair in which each key is attached to values. Each entry can have a different number of values attached to a key.
  7. 16. An open-source relational database management system.