Amazon EC2 provides secure, resizable compute capacity in the cloud as Amazon EC2 instances.
What are some of the benefits of using Amazon EC2 servers?
Name the EC2 instance types described below:
Name the EC2 instances described below:
Based on the given scenarios below, suggest a suitable Amazon EC2 instance type:
What is the difference between
Compute Savings Plans and
Spot Instances?
Name the auto scaling approaches described below:
Are these examples of Auto Scaling or Elastic Load Balancing?
1)Name the AWS service for serverless computing.
2) the benefits of using this service.
3) Brief overview of how this service works.
*Pay only for compute time while code is running.
*Use other AWS services to automatically trigger code.
3)
Upload code to Lambda –>
Set event soruce that triggers code –>
Code only runs when triggered –>
Pay only for the compute time used
Name and describe two container orchestration services provided by Amazon
Name the Amazon service described below:
*Serverless compute engine for containers.
* Run serverless containers with Amazon ECS or Amazon EKS
* Pay only for the resources you use
Amazon Fargate
A customer wants to use an
Amazon EC2 instance for a
batch processing workload.
Which Amazon EC2 instance
type should they use?
A. General purpose
B. Compute optimized
C. Memory optimized
D. Storage optimized
B. Compute optimized.
What are the contract
length options for Amazon
EC2 Reserved Instances?
A. 1 year
B. 2 years
C. 3 years
D. 4 years
A. 1 year, and
C. 3 years
A customer has a workload
that will run for a total of 6
months and can withstand
interruptions. What would
be the most cost-efficient
Amazon EC2 instance
purchasing option?
A. Reserved Instance
B. Dedicated Instance
C. On-Demand Instance
D. Spot Instance
D. Spot Instance.
A customer wants to give
users messages for the
specific topics to which they
have subscribed. Which
service should they use?
A. Amazon Simple Notification Service (Amazon SNS)
B. AWS Lambda
C. Amazon Simple Queue Service (Amazon SQS)
D. Amazon Elastic Kubernetes Service (Amazon EKS)
A. Amazon Simple Notification Service (Amazon SNS)
The other response options are incorrect because:
B. AWS Lambda is a service that lets you run code without provisioning or managing servers.
C. Amazon Simple Queue Service (Amazon SQS) is a service that allows you to send, store, and receive messages between software components through a queue. It does not use the message subscription and topic model that is involved with Amazon SNS.
D. Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed Kubernetes service. Kubernetes is opensource software that allows you to deploy and manage containerized applications at scale.