Cloud concepts Flashcards
What is a geographical area of the world that is a collection of logically grouped data centers?
- Availability Zone (AZ)
- Data center
- Region
- Edge location
Región, a region is a geographical area of the world that is a collection of data centers logically grouped into availability zones
When configuring an Application Load Balancer (ALB), what step should you take to ensure a highly available architecture?
Set up multiple edge locations for your load balancer.
Set up more than 1 ALB
Configure the load balancer to serve traffic to multiple Availability Zones.
Set up cross-region Load Balancing
Configure the load balancer to serve traffic to multiple Availability Zones.
You would set up the load balancer to deliver traffic across multiple Availability Zones.
A company is considering a serverless architecture and wants to build and run applications without having to manage infrastructure. Which AWS services should the company consider using when building applications?
choose 4
s3
Lambda
DynamoDB
EC2
Fargate
s3, lambda, dynamodb, fargate
A solutions architect is designing a system to withstand the failure of one or more components. What type of system is able to withstand failure?
choose 1
Secure
Elastic
Durable
Highly available
Highly available
Highly available systems are designed to operate continuously without failure for a long time. These systems avoid loss of service by reducing or managing failures.
Which statement below is one of the 6 advantages of cloud computing?
a. Trade variable expense for capital expense.
b. Benefit from increased speed and agility.
c. Benefit from minor economies of scale.
d. Easily guess capacity.
Benefit from increased speed and agility.
In a cloud computing environment, new IT resources are only a click away, which means you reduce the time to make those resources available to your developers from weeks to just minutes. This results in a dramatic increase in agility for the organization since the cost and time it takes to experiment and develop is significantly lower.
The CTO of a software company has requested an executive summary detailing the advantages of a potential move to the AWS Cloud. What can you say is an advantage of an RDS database over a traditional database?
a. It is 5 times faster than traditional databases.
b. AWS maintains the underlying OS and performs software patching on the database.
c. It is much easier to convert to a NoSQL database.
d. There is much greater access for DBAs.
B. AWS maintains the underlying OS and performs software patching on the database.
RDS is a managed service that makes it easy to launch and manage relational databases. RDS does provide a lot of value, like automated backups and software patching, and frees you up to focus on your applications. https://aws.amazon.com/rds/
A small company has purchased a new system which they want to deploy in the AWS Cloud but does not have anyone with the required AWS skill set to perform the deployment. Which service can help with this?
choose 1
a. AWS Support
b.Trusted Advisor
c. AWS Partner Network (APN) Technology Partners
d. AWS Partner Network (APN) Consulting Partners
d. AWS Partner Network (APN) Consulting Partners
APN Consulting Partners include professional services organizations like system integrators, strategic consultancies, agencies, managed service providers (MSPs), and value-added resellers. In this case, we would engage a Consulting Partner to help us deploy a new system to the AWS Cloud. AWS Documentation:
A company has an application with user bases in both Australia and Canada. The company has deployed their application to servers currently provisioned in the Canada (Central) Region. Unfortunately, Australian users are experiencing high latency and slow download times. How can the company reduce latency?
choose 1
a. Use S3 Transfer Acceleration to speed up delivery of static content to users in Australia.
b. Provision resources across Availability Zones in the Canada (Central) Region to handle the demand.
c. Set up Direct Connect for users in Australia.
d. Provision resources to the Asia Pacific (Sydney) Region in Australia.
d. Provision resources to the Asia Pacific (Sydney) Region in Australia.
A multi-Region deployment solves the issue by deploying the application closest to the user base.
A company is considering the cloud deployment models when planning a new application. Which deployment model allows the company to fully stop spending money running and maintaining data centers?
choose 1
a. Private cloud
b. Hybrid cloud
c. Public cloud
d. Infrastructure as a Service (IaaS)
c. Public cloud
With the public cloud, all resources run in the cloud. Don’t forget: This is the AWS Cloud.
IS NOT—-A
Private cloud
With the private cloud, all resources run on-premises. Don’t forget: This is your internal data center.
Which of the following is an AWS global service?
choose 1
a. Amazon RDS
b. EC2
c. IAM
d. VPC
c. IAM
Identity and Access Management is a global service.
IS NOT____A
Amazon RDS
RDS is a regional service.
You have an EC2 instance that contains a web application being put into operation. To prepare for the application going live for public use, you add a few more instances in a distributed manner in order to handle an increase in load. Which concept is used to measure a system’s ability to grow to accommodate an increase in demand?
choose 1
a. Reliability
b. Elasticity
c. Scalability
d. Durability
c. Scalability
Scalability means the systems can adapt to meet new levels of demand. There are both horizontal and vertical scaling in regards to compute resources. Horizontal scaling involves the adding of instances of the same size. Vertical scaling is typically a manual process where the size of the instance is changed. AWS Documentation:
IS NOT B—-
Elasticity
Elasticity describes the ability to acquire resources as you need them and release resources when you no longer need them. In the cloud, you want to do this automatically. Most people, when thinking of cloud computing, think of the ease with which they can procure resources when needed. This is only one aspect to elasticity. The other aspect is to contract when they no longer need resources. Scale out and scale in. Scale up and scale down. AWS Documentation:
Your company has decided to migrate entirely to the AWS Cloud. Which answers are a part of the 6 advantages of cloud computing?
choose2
a. Benefit from minor economies of scale.
b. Stop spending money running and maintaining data centers.
c. Trade variable expense for capital expense.
d. Go global in minutes
b. Stop spending money running and maintaining data centers.
d. Go global in minutes
Which of the following best describes a system that will remain operational even in the event of a component failure?
choose 1
a. Elastic
b. Scalable
c. Highly available
d. Fault tolerant
d. Fault tolerant
A fault-tolerant system will remain operational even in the event of a component failure
IS NOT C—
c. Highly available
Highly available systems are designed to operate continuously without failure for a long time.
Which of the following is a shared control of the AWS shared responsibility model?
choose 1
a. Identity and Access Management
b. Data center security
c. EC2 instance application configuration
d. Awareness and training
d. Awareness and training
Shared controls are elements of the shared responsibility model where both AWS and the customer have shared responsibilities within their own contexts. Awareness and training is a shared control, since AWS trains AWS employees, but a customer must train their own employees.
IS NOT — C
EC2 instance application configuration
Shared controls are elements of the shared responsibility model where both AWS and the customer have shared responsibilities within their own contexts. Configuration of an application within an EC2 instance remains the responsibility of the customer.
When you access tools provided to build a storefront application that runs on another company’s server, which cloud computing model are you using?
a. Platform as a Service (PaaS)
b. Function as a Service (FaaS)
c. Software as a Service (SaaS)
d. Infrastructure as a Service (IaaS)
a. Platform as a Service (PaaS)
PaaS is often used by developers to develop software using web-based tools.
IS NOT —d
Infrastructure as a Service (IaaS)
IaaS offers building blocks that can be rented. When you pay a web hosting fee, you’re using IaaS.