AWS Cloud Practioner Cards Flashcards
What is cloud computing?
A) Backing up files that are stored on desktop and mobile devices to prevent data loss
B) Deploying applications connected to on-premises infrastructure
C) Running code without needing to manage or provision servers
D) On-demand delivery of IT resources and applications through the internet with pay-as-you-go pricing
D) On-demand delivery of IT resources and applications through the internet with pay-as-you-go pricing
What is another name for on-premises deployment?
A) Private cloud deployment
B) Cloud-based application
C) Hybrid deployment
D) AWS Cloud
A) Private cloud deployment
How does the scale of cloud computing help you to save costs?
A) You do not have to invest in technology resources before using them.
B) The aggregated cloud usage from a large number of customers results in lower pay-as-you-go prices.
C) Accessing services on-demand helps to prevent excess or limited capacity.
D) You can quickly deploy applications to customers and provide them with low latency.
B) The aggregated cloud usage from a large number of customers results in lower pay-as-you-go prices.
Which Amazon EC2 instance type is suitable for data warehousing applications?
A) Memory optimized
B) Storage optimized
C) General purpose
D) Compute optimized
B) Storage optimized
Which Amazon EC2 instance type balances compute, memory, and networking resources?
A) Memory optimized
B) Storage optimized
C) General purpose
D) Compute optimized
C) General purpose
Which Amazon EC2 instance type is ideal for high-performance databases?
A) Memory optimized
B) Storage optimized
C) General purpose
D) Compute optimized
D) Compute optimized
Which Amazon EC2 pricing option provides a discount when you specify a number of EC2 instances to run a specific OS, instance family and size, and tenancy in one Region?
A) Convertible Reserved Instances
B) EC2 Instance Savings Plans
C) Spot Instances
D) Standard Reserved Instances
D) Standard Reserved Instances
Which Amazon EC2 pricing option provides a discount when you make an hourly spend commitment to an instance family and Region for a 1-year or 3-year term?
A) On-demand
B) EC2 Instance Savings Plans
C) Spot Instances
D) Reserved Instances
B) EC2 Instance Savings Plans
Which AWS service is the best choice for publishing messages to subscribers?
A) Amazon Simple Queue Service (Amazon SQS)
B) Amazon EC2 Auto Scaling
C) Amazon Simple Notification Service (Amazon SNS)
D) Elastic Load Balancing
C) Amazon Simple Notification Service (Amazon SNS)
You want to use an Amazon EC2 instance for a batch processing workload. What would be the best Amazon EC2 instance type to use?
A) General purpose
B) Memory optimized
C) Compute optimized
D) Storage optimized
C) Compute optimized
The correct response option is Compute optimized.
The other response options are incorrect because:
* General purpose instances provide a balance of compute, memory, and networking resources. This instance family would not be the best choice for the application in this scenario. Compute optimized instances are more well suited for batch processing workloads than general purpose instances.
* Memory optimized instances are more ideal for workloads that process large datasets in memory, such as high-performance databases.
Storage optimized instances are designed for workloads that require high, sequential read and write access to large datasets on local storage. The question does not specify the size of data that will be processed. Batch processing involves processing data in groups. A compute optimized instance is ideal for this type of workload, which would benefit from a high-performance processor.
What are the contract length options for Amazon EC2 Reserved Instances? (Select TWO.)
A) 1 year
B) 2 years
C) 3 years
D) 4 years
E) 5 years
A) 1 year
C) 3 years
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?
A) Reserved Instance
B) Spot Instance
C) Dedicated Instance
D) On-Demand Instance
B) Spot Instance
The correct response option is 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. 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.
Which process is an example of Elastic Load Balancing?
A) Ensuring that no single Amazon EC2 instance has to carry the full workload on its own
B) Removing unneeded Amazon EC2 instances when demand is low
C) Adding a second Amazon EC2 instance during an online store’s popular sale
D) Automatically adjusting the number of Amazon EC2 instances to meet demand
A) Ensuring that no single Amazon EC2 instance has to carry the full workload on its own
The correct response option is 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 over utilized.
The other response options are all examples of Auto Scaling.
Learn more:
* Elastic Load Balancing(opens in a new tab)
* Amazon EC2 Auto Scaling
You want to deploy and manage containerized applications. Which service should you use?
A) AWS Lambda
B) Amazon Simple Notification Service (Amazon SNS)
C) Amazon Simple Queue Service (Amazon SQS)
D) Amazon Elastic Kubernetes Service (Amazon EKS)
D) Amazon Elastic Kubernetes Service (Amazon EKS)
The correct response option is 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.
Which statement best describes an Availability Zone?
A) A geographical area that contains AWS resources
B) A single data center or group of data centers within a Region
C) A data center that an AWS service uses to perform service-specific operations
D) A service that you can use to run AWS infrastructure within your own on-premises data center in a hybrid approach
B) A single data center or group of data centers within a Region
The other response options are incorrect because:
* A Region is a geographical area that contains AWS resources.
* An edge location is a data center that an AWS service uses to perform service-specific operations. Edge locations are examined in the next section of this module.
* AWS Outposts is a service that you can use to run AWS infrastructure, services, and tools in your own on-premises data center in a hybrid approach. AWS Outposts is explored later in this module.
Learn more:
* AWS global infrastructure(opens in a new tab)
* Regions and Availability Zones
Which statement is TRUE for the AWS global infrastructure?
A) A Region consists of a single Availability Zone.
B) An Availability Zone consists of two or more Regions.
C) A Region consists of three or more Availability Zones.
D) An Availability Zone consists of a single Region.
C) A Region consists of three or more Availability Zones.
The correct response option is A Region consists of three or more Availability Zones.
For example, the South America (São Paulo) Region is sa-east-1. It includes three Availability Zones: sa-east-1a, sa-east-1b, and sa-east-1c.
Learn more:
* AWS global infrastructure(opens in a new tab)
Regions and Availability Zones
Which factors should be considered when selecting a Region? (Select TWO.)
A) Compliance with data governance and legal requirements
B) Proximity to your customers
C) Access to 24/7 technical support
D) Ability to assign custom permissions to different users
E) Access to the AWS Command Line Interface (AWS CLI)
A) Compliance with data governance and legal requirements
B) Proximity to your customers
The correct two response options are:
* 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.
Learn more:
Choosing Regions and Availability Zones
Which statement best describes Amazon CloudFront?
A) A service that enables you to run infrastructure in a hybrid cloud approach
B) A serverless compute engine for containers
C) A service that enables you to send and receive messages between software components through a queue
D) A global content delivery service
D) A global content delivery service
The correct response option is A global content delivery service.
Amazon CloudFront is a content delivery service. It uses a network of edge locations to cache content and deliver content to customers all over the world. When content is cached, it is stored locally as a copy. This content might be video files, photos, webpages, and so on.
The other response options are incorrect because:
* AWS Outposts is a service that enables you to run infrastructure in a hybrid cloud approach.
* AWS Fargate is a serverless compute engine for containers.
* Amazon Simple Queue Service (Amazon SQS) is a service that enables you to send, store, and receive messages between software components through a queue.
Learn more:
Amazon CloudFront
Which site does Amazon CloudFront use to cache copies of content for faster delivery to users at any location?
A) Region
B) Availability Zone
C) Edge location
D) Origin
C) Edge location
The correct response option is Edge location.
The other response options are incorrect because:
* A Region is a separate geographical location with multiple locations that are isolated from each other.
* An Availability Zone is a fully isolated portion of the AWS global infrastructure.
* An origin is the server from which CloudFront gets your files. Examples of CloudFront origins include Amazon Simple Storage Service (Amazon S3) buckets and web servers. Note: Amazon S3 is explored later in this course.
Learn more:
* Amazon CloudFront infrastructure
Which action can you perform with AWS Outposts?
A) Automate actions for AWS services and applications through scripts.
B) Access wizards and automated workflows to perform tasks in AWS services.
C) Develop AWS applications in supported programming languages.
D) Extend AWS infrastructure and services to different locations including your on-premises data center.
D) Extend AWS infrastructure and services to different locations including your on-premises data center.
The other response options are incorrect because:
* The AWS Command Line Interface (AWS CLI) is used to automate actions for AWS services and applications through scripts.
* The AWS Management Console includes wizards and workflows that you can use to complete tasks in AWS services.
* Software development kits (SDKs) enable you to develop AWS applications in supported programming languages.
Learn more:
AWS Outposts
Which statement best describes an AWS account’s default network access control list?
A) It is stateless and denies all inbound and outbound traffic
B) It is stateful and allows all inbound and outbound traffic
C) It is stateless and allows all inbound and outbound traffic
D) It is stateful and denies all inbound and outbound traffic
C) It is stateless and allows all inbound and outbound traffic
The correct response option is It is stateless and allows all inbound and outbound traffic.
Network access control lists (ACLs) perform stateless packet filtering. They remember nothing and check packets that cross the subnet border each way: inbound and outbound.
Each AWS account includes a default network ACL. When configuring your VPC, you can use your account’s default network ACL or create custom network ACLs.
By default, your account’s default network ACL allows all inbound and outbound traffic, but you can modify it by adding your own rules. For custom network ACLs, all inbound and outbound traffic is denied until you add rules to specify which traffic should be allowed. Additionally, all network ACLs have an explicit deny rule. This rule ensures that if a packet doesn’t match any of the other rules on the list, the packet is denied.
Learn more:
* Network ACLs
Which statement best describes DNS resolution?
A) Launching resources in a virtual network that you define
B) Storing local copies of content at edge locations around the world
C) Connecting a VPC to the internet
D) Translating a domain name to an IP address
D) Translating a domain name to an IP address
The correct response option is Translating a domain name to an IP address.
For example, if you want to visit AnyCompany’s website, you enter the domain name into your PC and this request is sent to a DNS server. Next, the DNS server asks the web server for the IP address that corresponds to AnyCompany’s website. The web server responds by providing the IP address for AnyCompany’s website, 192.0.2.0.
Learn more:
* Amazon Route 53
Your company has an application that uses Amazon EC2 instances to run the customer-facing website and Amazon RDS database instances to store customers’ personal information. How should the developer configure the VPC according to best practices?
A) Place the Amazon EC2 instances in a private subnet and the Amazon RDS database instances in a public subnet.
B) Place the Amazon EC2 instances in a public subnet and the Amazon RDS database instances in a private subnet.
C) Place the Amazon EC2 instances and the Amazon RDS database instances in a public subnet.
D) Place the Amazon EC2 instances and the Amazon RDS database instances in a private subnet.
B) Place the Amazon EC2 instances in a public subnet and the Amazon RDS database instances in a private subnet.
The correct response option is Place the Amazon EC2 instances in a public subnet and the Amazon RDS databases instances in a private subnet.
A subnet is a section of a VPC in which you can group resources based on security or operational needs. Subnets can be public or private.
Public subnets contain resources that need to be accessible by the public, such as an online store’s website.
Private subnets contain resources that should be accessible only through your private network, such as a database that contains customers’ personal information and order histories.
Learn more:
* Amazon VPC(opens in a new tab)
* VPCs and subnets
Which component can be used to establish a private dedicated connection between your company’s data center and AWS?
A) Private subnet
B) DNS
C) AWS Direct Connect
D) Virtual private gateway
C) AWS Direct Connect
The correct response option is AWS Direct Connect.
The other response options are incorrect because:
* A private subnet is a section of a VPC in which you can group resources that should be accessed only through your private network. Although it is private, it is not used for establishing a connection between a data center and AWS.
* DNS stands for Domain Name System, which is a directory used for matching domain names to IP addresses.
* A virtual private gateway enables you to create a VPN connection between your VPC and a private network, such as your company’s data center. Although this connection is private and encrypted, it travels through the public internet, not through a dedicated connection.
Learn more:
* AWS Direct Connect