Services Flashcards
Robomaker
Uses robomaker to simulate and test robots to scale
IOT Core
Collects data from robots updates software and manages them remotely
Ground station
Connect data through ground station service
Bracket
Interacts with quantum computer to experiment and research future of computing
Elastic compete cloud EC2
Building block to create vm in the cloud that you can rent that space in the cloud.
Elastic load balancing
Distribute traffic to multiple instances automatically
Cloud watch
Collects logs and metrics from each individual instance
Auto scaling
Gets data from cloud watch to then auto scale which creates new instances when needed
Elastic beanstalk
Choose template deploy code and let’s auto scaling stuff happen automatically. This is called platform as a service (paas)
Lambda
Serverless computing upload code choose an event for when that code should run.
Serverless repo
Finds prebuilt functions that you can deploy easily
Outpost
Runs aws api on own infrastructure
Snow
Able to run from remote or extreme environments. Can work without internet and hostile environments and are like mini data centers
Container registry
To run a container you run docker image and store it somewhere
Elastic Container service
Pulls back down the image and runs it
EKS kubernetes service
Is a tool for running kubernetes and Allows more control over how their app scales
Fargate
Allows containers to run automatically without the need to allocate ec2 instances for containers
App runner
For apps that is already conatainered and are ready to deploy to aws. Point to container and it’ll do all the work behind the scenes
S3 simple storage service
Stores any type of file or object like file or video.
Glacier
For archiving files you don’t access often and has higher latency but much lower cost
(Elastic) Block storage
Extremely fast storage for applications that have intense data processing requirements. Also will require more manual configurations from the developer
Elastic file system
Highly performant and fully managed but comes at a much higher cost
Simple db (database)
General purpose no sql database
Dynamo do (database)
Scales horizontally, inexpensive and has fast read performance but sucks at modeling relational data
Document db (database)
Gets around restrictive open source licensing
Elastic search
For things like full tech search engine
Rds (Amazon relational database service)
Supports variety of sql and can manage things like backups, patching and scale
Aurora
Is like sql and compatible with MySQL and operates with better performance at a lower cost
Neptune
Graph database that achieves better performance on highly connected data sets like a recommendation engine
Elastic cache
For slow databases and is a fully managed version of redis which is an in memory database which delivers data to end users with low latency
Timestream
For time series data like the stock market. Also has additional analytical features
Quantum ledger db
Immutable set of transactions
Redshift
Stores data so you can analyze it. And is a data warehouse to analyze it all together. For structured data (sql)
Lake formation
For repositories that store a lot of unstructured data
Kinesis
Analyze real time data and visualize them
Map produce
Service which allows you to operate on massive datasets efficiently
MSK
Fully managed service
Glue
Serverless product makes it easy to mess with data and can connect with other data sources like redshift and s3
Data exchange
To purchase and subscribe to data
Sagemaker
Use sagemaker to connect to data and build machine learning models
Recognition
For image analysis
Lex
Conversational bot to analyze text like Alexa
Deep racer
Race car device that you can drive with your machine learning code
IAM
Create rules and determine access for users on your aws account
Cognito
Web or app for users that login to accounts allows people to login with different authentication methods
SNS (simple notification service)
Allows you to push out notifications
SES (simple email service)
Sends out emails to users
Could formation
Creates templates based on your infrastructure in yaml or json
Amplify
Privides sdk that connects to your infrastructure