ConsideringCompute Flashcards
Using a computer to process something
Compute
Individual compute instances
Virtual Machines
Service that helps you run fault tolerant workloads for up to 90% of EC2
Amazon Spot
Service that can automatically add or remove computing capacity to meet your changes in computing demand
Amazon EC2 Auto Scaling
A service that provides a really easy to use cloud platform to build an application or website.
Amazon LightSail.
A service to run secure, reliable and scalable containers
Amazon Elastic Container Service
also known as ECS
Service to store, manage and deploy container images
Amazon Elastic Container Registry
also known as ECR
Fully managed Kubernetes service
Amazon Elastic Kubernetes Service
also known as EKS
A SERVERLESS service that lets you run code without servers
AWS Lambda
Edge service that allows you to run your AWS services on your OWN servers, instead of Amazons.
AWS Outposts
Edge Service: allows you to bring a LOT of data into AWS
Snow Family
Edge Service: super fast service that allows access to AWS services from 5g devices WITHOUT having to go via the internet
AWS Wavelength
Edge Service: that assists in migrating your VMware workloads to AWS
VMware Cloud on AWS
Edge service that lets you run latency sensitive applications closer to end users
AWS Local Zones
Elastic Cloud Compute
EC2
Most common way to pay for services, with no long term commitment, and by the hour or second.
On Demand
Pieces of programming code that someone else writes, so you can include them in your programs to save time and effort.
Libraries
Two popular web programming languages
Python and nodeJS
The purpose of this is to create a package of your program and all of its libraries and dependencies that it uses, all the specific versions to produce an image that can be run on any computer around the world WITHOUT ISSUES.
Container
Compute without servers
Serverless
Serverless compute service that runs your programming code in response to events.
AWS Lambda
Charges for Lambda are time based and the price changes according to the amount of RAM that you use by this length of time.
Millisecond
Event Sources are: your lambda functions
Triggers.
Based on an event source (trigger) Lambda
Executes code.
Lambda does this with services
Interacts
Permissions to invoke Lambda functions
IAM Resource Policy
The actions that a Lambda function can do/achieve.
IAM Execution Role