Technical Essentials - IntroToAWS Flashcards
Which cloud computing advantage is being described:
The cloud computing model is based on paying only for the resources that you use. This is in contrast to on-premises models of investing in data centers and hardware that might not be fully used.
a) stop guessing capacity
b) go global in minutes
c) pay-as-you-go
d) increase speed and agility
e) realize cost savings
f) benefit from massive economies of scale
c) pay-as-you-go
Which cloud computing advantage is being described:
By using cloud computing, you can achieve a lower cost than you can get on your own. Because usage from hundreds of thousands of customers is aggregated in the cloud, AWS can achieve higher economies of scale, which translates into lower pay-as-you-go prices.
a) stop guessing capacity
b) go global in minutes
c) pay-as-you-go
d) increase speed and agility
e) realize cost savings
f) benefit from massive economies of scale
f) benefit from massive economies of scale
Which cloud computing advantage is being described:
Stop guessing on your infrastructure capacity needs. When you make a capacity decision before deploying an application, you often end up either sitting on expensive idle resources or dealing with limited capacity. With cloud computing, these problems go away. You can access as much or as little capacity as you need, and scale up and down as required with only a few minutes notice.
a) stop guessing capacity
b) go global in minutes
c) pay-as-you-go
d) increase speed and agility
e) realize cost savings
f) benefit from massive economies of scale
a) stop guessing capacity
Which cloud computing advantage is being described:
IT resources are only a click away, which means that you reduce the time to make resources available to developers from weeks to minutes. This results in a dramatic increase in agility for the organization, because the cost and time it takes to experiment and develop is significantly lower.
a) stop guessing capacity
b) go global in minutes
c) pay-as-you-go
d) increase speed and agility
e) realize cost savings
f) benefit from massive economies of scale
d) increase speed and agility
Which cloud computing advantage is being described:
Companies can focus on projects that differentiate their business and remove the “undifferentiated heavy lifting”, instead of maintaining data centers. With cloud computing, you can focus on your customers, rather than racking, stacking, and powering physical infrastructure.
a) stop guessing capacity
b) go global in minutes
c) pay-as-you-go
d) increase speed and agility
e) realize cost savings
f) benefit from massive economies of scale
e) realize cost savings
Which cloud computing advantage is being described:
Applications can be deployed in multiple Regions around the world with a few clicks. This means that you can provide lower latency and a better experience for your customers at a minimal cost.
a) stop guessing capacity
b) go global in minutes
c) pay-as-you-go
d) increase speed and agility
e) realize cost savings
f) benefit from massive economies of scale
b) go global in minutes
In AWS, the physical infrastructure that makes up the AWS Global Infrastructure is in the form of ____.
Regions and Availability Zones
____ are geographic locations worldwide where AWS hosts its data centers.
Regions
Without explicit customer consent and authorization, data is not replicated from one ____ to another.
Region
What are the four main aspects to consider when choosing a Region to host your applications and workloads?
data compliance
latency
pricing
service availability
If your application is sensitive to ____ (the delay between a request for data and the response), choose a Region that is close to your user base.
latency
Due to the local economy and the physical nature of operating data centers, ____ vary from one Region to another.
prices
T/F: AWS services are available in all Regions.
False
The AWS documentation provides a table that shows the services available in each Region.
Enterprise companies often must comply with regulations that require customer data to be stored in a specific ____ territory.
geographic
Inside every Region is a cluster of ____.
Availability Zones
An Availability Zone consists of ____ data centers with redundant power, networking, and connectivity.
one or more
T/F: Availability Zones have code names. Because they are located inside Regions, they can be addressed by appending a letter to the end of the Region code name. us-east-1a or sa-east-1b
True
Depending on the AWS service that you use, your resources are either deployed at the ____, ____ or ____. Each service is different, so you must understand how the scope of a service might affect your application architecture.
Availability Zone, Region, or Global level
If you are not asked to specify an individual Availability Zone to deploy the service in, this is an indicator that the service operates on a ____ level.
Region-scope
For ____ services, AWS automatically performs actions to increase data durability and availability.
Region-scoped
Some services ask you to specify an Availability Zone. With these services, you are often responsible for increasing the ____ and ____ of these resources.
data durability
high availability
A well-known best practice for cloud architecture is to use ____-scoped managed services to maintain high availability and resiliency.
Region
When Region-scoped services are not available, make sure your workload is replicated across multiple ____.
Availability Zones
At a minimum, you should use ____ Availability Zones. That way, if an Availability Zone fails, your application will have infrastructure up and running in a second Availability Zone to take over the traffic.
two