click below
click below
Normal Size Small Size show me how
Cloud Vocab M11-M16
| Term | Definition |
|---|---|
| Amazon ElastiCache | makes it easy to deploy + run Memcached or Redis protocol-compliant server nodes in the cloud; easy to deploy, operate, and scale an in-memory cache in the cloud |
| Cache | technique that stores previously calculated data for future use; high-speed data storage layer that stores a subset of data |
| Data Caching | Storing data in a cache lets you efficiently reuse previously retrieved or computed data. |
| Random Access Memory | high speed storage for data stored on an integrated-circuit chip |
| Elastic Load Balancing | automatically distributes incoming app. traffic across multiple targets |
| Elastic Beanstalk | fastest + easiest way to get web app up + running on AWS |
| Cloud Formation | provide common lang. to describe + provision all infras. resource in cloud |
| Stack | A collection of AWS resources that you can manage as a single unit. |
| Machine Learning | A subset of artificial intelligence (AI) in which a computer algorithm can modify its own behavior |
| AI | A computer system able to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages |
| Amazon Sagemaker | platform that enables developers + scientists to quickly and easily build, train, and deploy ML models |
| Deep Learning | An AI learning process; the process of the AI scanning the artificial neural network |
| DeepRacer | A fully autonomous, 1/18th-scale race car driven by reinforcement learning, a 3D racing simulator, and a global racing league |
| Deep Lens | A fully programmable video camera, with tutorials, code, and pretrained models designed to expand ML skills |
| Neural Network | A model or algorithm that is designed to make decisions in a way similar to a human brain |
| Simple monthly calculator | show how much pay in AWS if move resource; Provides an estimated monthly bill based on the storage and compute requirements of the user. |
| Support plan | give right mix of tools and access to expertise so successful with AWS while optimizing performance, managing risk, and keeping costs under control. |
| Organizations | consolidate multiple accounts into an org that create + manage; Helps you centrally manage billing; control access, compliance, and security; and share resources across your AWS accounts. |
| Consolidated billing | consolidate billing and payment for multiple AWS accounts |
| TAM | support person and cloud advisor for enterprise-level AWS accounts answers support questions, monitors your cloud account, and gives recommendations for optimization. |
| Blockchain | database technology that maintains a set of transactions and smart contracts hardened against tampering and revision using cryptography |
| Block | A growing list of records in a blockchain |
| Transaction | An exchange in a blockchain |
| Ledger | Digital record of transactions |
| Immutable | The ability of a blockchain to remain unchanged |
| Trust | The dispersed confidence in accuracy among blockchain users |
| Transparency | Clear and open accounting of transaction |
| AWS Cloud Development Kit (AWS CDK) | An open-source software development framework that models and provisions cloud application resources |
| Application Load Balancer | Best suited for load balancing of HTTP + HTTPS traffic also provide advanced request routing targeted @ delivery of modern app |
| Network Load Balancer | best for TCP traffic + extreme performance required |
| Classic Load Balancer | basic load balance across multiple EC2 instance + operate on both request lvl + connection lvl |
| Amazon Athena | interactive query make easy to analyze data in S3 using SQL |
| Amazon Macie | security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS |
| Constructs | cloud components that encode configuration detail, boilerplate, and glue logic for using one or multiple AWS services. |