Quiz Questions Flashcards
Amazon Web Services
What is cloud computing?
On-demand delivery of IT resources and applications through the internet with pay-as-you-go pricing
Amazon Web Services
What does it mean to be ‘serverless’?
You cannot see or access the underlying infrastructure.
You don’t need to maintain the servers
Amazon Web Services
What is another name for on-premises deployment?
- Private cloud deployment
- Cloud-based application
- Hybrid deployment
- AWS Cloud
Private cloud deployment.
The other response options are incorrect because:
- Cloud-based applications are fully deployed in the cloud and do not have any parts that run on premises.
- A hybrid deployment connects infrastructure and applications between cloud-based resources and existing resources that are not in the cloud, such as on-premises resources. However, a hybrid deployment is not equivalent to an on-premises deployment because it involves resources that are located in the cloud.
- The AWS Cloud offers three cloud deployment models: cloud, hybrid, and on-premises. This response option is incorrect because the AWS Cloud is not equivalent to only an on-premises deployment.
Amazon Web Services
What are the three cloud deployment models offered by AWS Cloud?
- Cloud
- Hybrid
- On-premises
Amazon Web Services
What is a hybrid deployment?
A hybrid deployment connects infrastructure and applications between cloud-based resources and existing resources that are not in the cloud, such as on-premises resources
Amazon Web Services
How does the scale of cloud computing help you to save costs?
The aggregated cloud usage from a large number of customers results in lower pay-as-you-go prices.
Customers can benefit from massive economies of scale in cloud computing
Compute in the Cloud
What does EC2 Stand for?
Amazon Elastic Compute Cloud (Amazon EC2)
Compute in the Cloud
Name the 5 EC2 Instance Families / Types
- General purpose
- Compute optimised
- Memory optimised
- Accelerated computing
- Storage optimised
Compute in the Cloud
You want to use an Amazon EC2 instance for a batch processing workload.
What would be the best Amazon EC2 instance type to use?
Compute Optimized
Compute in the Cloud
You want to use an Amazon EC2 instance for game or application streaming.
What would be the best Amazon EC2 instance type to use?
Accelerated Computing
Compute in the Cloud
You want to use an Amazon EC2 instance for a high-performance database or processing large amounts of data.
What would be the best Amazon EC2 instance type to use?
Memory Optimized
Compute in the Cloud
You want to use an Amazon EC2 instance for read and write access to large datasets
What would be the best Amazon EC2 instance type to use?
Storage Optimized
Compute in the Cloud
Name the 5 Amazon EC2 pricing Models
- On-Demand Instances
- Amazon EC Savings Plans
- Reserved Instances
- Spot Instances
- Dedicated Hosts
Compute in the Cloud
What is the most expensive EC2 Pricing model?
Dedicated Hosts
Compute in the Cloud
What are the 2 contract length options for Amazon EC2 Reserved Instances?
- 1 year
- 2 years
- 3 years
- 4 years
- 5 years
1 and 3 years
Compute in the Cloud
You have a workload that will run for a total of 6 months and can withstand interruptions.
What would be the most cost-efficient Amazon EC2 purchasing option?
- Reserved Instance
- Spot Instance
- Dedicated Instance
- On-Demand Instance
Spot Instance
The other response options are incorrect because:
- Reserved Instances require a contract length of either 1 year or 3 years. The workload in this scenario will only be running for 6 months.
- Dedicated Instances run in a virtual private cloud (VPC) on hardware that is dedicated to a single customer. They have a higher cost than the other response options, which run on shared hardware.
- On-Demand Instances fulfill the requirements of running for only 6 months and withstanding interruptions. However, a Spot Instance would be the best choice because it does not require a minimum contract length, is able to withstand interruptions, and costs less than an On-Demand Instance.
Compute in the Cloud
You require dedicated servers with Amazon EC2 instance capacity.
What would be the best Amazon EC2 purchasing option?
- Reserved Instance
- Spot Instance
- Dedicated Instance
- On-Demand Instance
Dedicated Hosts
The other response options are incorrect because the run on shared servers.
Compute in the Cloud
Name 3 types of Reservered Instances
- Standard Reserved
- Convertible Reserved
- Scheduled Reserved
Compute in the Cloud
Which AWS service provides the functionality to scale automatically?
Amazon EC2 Auto Scaling
Compute in the Cloud
What is elasticity?
The ability to acquire resources as you need them and release resources when you no longer need them
Compute in the Cloud
Which process is an example of Elastic Load Balancing?
- Ensuring that no single Amazon EC2 instance has to carry the full workload on its own
- Removing unneeded Amazon EC2 instances when demand is low
- Adding a second Amazon EC2 instance during an online store’s popular sale
- Automatically adjusting the number of Amazon EC2 instances to meet demand
Ensuring that no single Amazon EC2 instance has to carry the full workload on its own
Elastic Load Balancing is the AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances. This helps to ensure that no single resource becomes overutilized.
The other response options are all examples of Auto Scaling.
Compute in the Cloud
You want to deploy and manage containerized applications. Which service should you use?
- AWS Lambda
- Amazon Simple Notification Service (Amazon SNS)
- Amazon Simple Queue Service (Amazon SQS)
- Amazon Elastic Kubernetes Service (Amazon EKS)
Amazon Elastic Kubernetes Service (Amazon EKS)
Amazon EKS is a fully managed Kubernetes service. Kubernetes is open-source software that enables you to deploy and manage containerized applications at scale.
The other response options are incorrect because:
- AWS Lambda is a service that lets you run code without provisioning or managing servers.
- Amazon Simple Queue Service (Amazon SQS) is a service that enables you to send, store, and receive messages between software components through a queue.
- Amazon Simple Notification Service (Amazon SNS) is a publish/subscribe service. Using Amazon SNS topics, a publisher publishes messages to subscribers.
Compute in the Cloud
You want to send, store and receive messages between software components through a queue. Which service should you use?
Amazon Simple Queue Service (Amazon SQS)
Compute in the Cloud
You want to publish messages to subscribers. Which service should you use?
Amazon Simple Notification Service (Amazon SNS)
Global Infrastructure and Reliability
Which statement is TRUE for the AWS global infrastructure?
- A Region consists of a single Availability Zone.
- An Availability Zone consists of two or more Regions.
- A Region consists of two or more Availability Zones.
- An Availability Zone consists of a single Region.
A Region consists of two or more Availability Zones.
Global Infrastructure and Reliability
Which factors should be considered when selecting a Region?
(hint: select 2)
- Compliance with data governance and legal requirements
- Access to the AWS Command Line Interface (AWS CLI)
- Access to 24/7 technical support
- Ability to assign custom permissions to different users
- Proximity to your customers
- Compliance with data governance and legal requirements
- Proximity to your customers
Two other factors to consider when selecting a Region are pricing and the services that are available in a Region
The other response options are incorrect because:
- The level of support that you choose is not determined by Region. AWS Support plans are explored later in this course.
- Assigning custom permissions to different users is a feature that is possible in all AWS Regions.
- The AWS Command Line Interface (AWS CLI) is available in all AWS Regions.