Practice 1 Flashcards
Insert the missing deployment model.
Cloud-based, on-premises, and ….
Cloud-based, on-premises, and
Hybrid
Insert the missing benefit of cloud computing.
Cost savings, scalability, flexibility, and…
Cost savings, scalability, flexibility, and security
Complete the full name of AWS EC2.
AWS blank Cloud Compute
AWS Elastic Cloud Compute
Which instances are best used when you have compute-intensive needs?
The best used instances for this need are: Compute Optimized Instances
Which instaces are best used when you are working with large datasets on local storage?
The best used instances for this need are: Storage Optimized Instances
Which pricing model lets you pay only for what you use?
On Demand Instances
Which pricing model is the most expensive?
Dedicated Hosts
What do we need to have in place to handle changes in demand?
We need to design a scalable Architecture
What are the three types of configurations to control the instance capacity?
- Minimum capacity
- Desired number
- Maximum capacity
What is the Elastic Load Balancing service a single point of contact for?
Incoming web traffic
What does components do with each other?
They communicate
What is AWS SNS short for?
Simple Notification Service
What kind of system is AWS SNS?
AWS SNS is a notification system
What kind of system is AWS SQS?
AWS SQS is a queuing service
What does AWS SQS do?
AWS SQS adds messages in a queue
AWS handles the infrastructure behind serverless. What is important to know?
I do not have to think about servers. I
only have to think about code