AWS Compute Services Flashcards
EC2
Elastic Compute Cloud allows you to rent and manage virtual servers in the cloud
Lambda
Serverless compute service that lets you run code without managing servers
- Event-driven workloads
- continuous scaling (scaling out)
Fargate
Serverless compute engine for containers
- docker containers
- cluster optimization
Lightsail
Allows you to quickly launch all the resources you need for small projects
- easiest way to launch and manage private server in AWS
- suitable for those with little to no AWS experience
Product set: - virtual private servers (instances)
- managed mySQL databases
- block and object storage
- simplified load balancers
- CDN distributions
Outposts
Allow you to run cloud services in your internal data center
Batch
Allows you to process large workloads in smaller chunks (or batches)
Elastic Beanstalk
Allows you to deploy your web applications and web services to AWS
- Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker
- Servers: Apache, Nginx, Passenger, and IIS
- upload code using ZIP or WAR file or Git archive
Elastic Container Service (ECS)
Fully managed container service that helps you deploy, manage and scale containerized applications using Docker contains
- run and scale applications without worrying about the underlying infrastructure
Elastic Kubernetes Service (EKS)
Simplifies the deployment, management and scaling of Kubernetes clusters
- run containerized applications using Kubernetes without needing to install or operate your own Kubernetes control plane.
Kubernetes: open-source platform for containerized applications
Amazon Workspaces
- managed Desktop-as-a-Service (DaaS) solution
- provision either Windows or Linux desktops
- simplifies delivery of desktops compared to traditional virtual desktop infrastructure (VDI) deployments
AWS AppStream 2.0
- fully-managed non-persistent application streaming service
AWS WorkLink
- provides secure, one-click access to your internal websites and web apps using mobile phone browsers
- does not require VPN client or App
AWS WorkDocs
- fully managed, secure content creation, storage, and collaboration service
- create, edit, and share content that’s centrally stored on AWS
EC2 Launch Type
Method of deploying virtual server instances on Amazon EC2