AWS Compute Services Flashcards
When might Batch be used and how does it work?
For jobs with a well defined start and end (batch jobs). It is a fully managed service that helps managed deployed servers such as EC2 (the user must still deploy the server meaning it is not serverless) using data form storage such as S3
What service might one use for creating a Hadoop cluster?
EMR (Elastic MapReduce) a managed service
What service can be used to provision instances for running containers?
Faregate
What is AWS Lambda?
Lambda is an event triggered time limited service use to deploy compute resource. Payment is per request and compute time - on demand. Has auto scaling
What is Outpost used for?
Running AWS services on premises - it is therefore a hybrid cloud service
What is the easiest way to launch a server in AWS?
Lightsail
How might a organisation automate the set up of it’s EC2 servers in AWS?
OpsWorks - allows users to use Chef and Puppet (automation tools) to automate config, deployment and managing of instances
What service might a user use to manage on-premises and or EC2 instances at scale?
SSM (SyStems Manager)