AWS Cloud Practicitioner Flashcards
Why is AWS more economical than traditional data centers for applications with varying compute workloads?
A) Amazon EC2 costs are billed on a monthly basis.
B) Users retain full administrative access to their Amazon EC2 instances.
C) Amazon EC2 instances can be launched on demand when needed.
D) Users can permanently run enough instances to handle peak workloads.
C) Amazon EC2 instances can be launched on demand when needed.
*The ability to launch instances on demand when needed allows users to launch and terminate instances in response to a varying workload. This is a more economical practice than purchasing enough on-premises servers to handle the peak load.
Which AWS service would simplify the migration of a database to AWS?
A) AWS Storage Gateway
B) AWS Database Migration Service (AWS DMS)
C) Amazon EC2
D) Amazon AppStream 2.0
B) AWS Database Migration Service (AWS DMS)
*AWS DMS helps users migrate databases to AWS quickly and securely. The source database remains fully operational during the migration, minimizing downtime to applications that rely on the database. AWS DMS can migrate data to and from most widely used commercial and open-source databases.
Which AWS offering enables users to find, buy, and immediately start using software solutions in their AWS environment?
A) AWS Config
B) AWS OpsWorks
C) AWS SDK
D) AWS Marketplace
D) AWS Marketplace
*AWS Marketplace is a digital catalog with thousands of software listings from independent software vendors that makes it easy to find, test, buy, and deploy software that runs on AWS.
Which AWS networking service enables a company to create a virtual network within AWS?
A) AWS Config
B) Amazon Route 53
C) AWS Direct Connect
D) Amazon Virtual Private Cloud (Amazon VPC)
D) Amazon Virtual Private Cloud (Amazon VPC)
*Amazon VPC lets users provision a logically isolated section of the AWS Cloud where users can launch AWS resources in a virtual network that they define.
Which of the following is an AWS responsibility under the AWS shared responsibility model?
A) Configuring third-party applications
B) Maintaining physical hardware
C) Securing application access and data
D) Managing guest operating systems
B) Maintaining physical hardware
*Maintaining physical hardware is an AWS responsibility under the AWS shared responsibility model.
Which component of the AWS global infrastructure does Amazon CloudFront use to ensure low-latency delivery?
A) AWS Regions
B) Edge locations
C) Availability Zones
D) Virtual Private Cloud (VPC)
B) Edge locations
*To deliver content to users with lower latency, Amazon CloudFront uses a global network of points of
presence (edge locations and regional edge caches) worldwide.
How would a system administrator add an additional layer of login security to a user’s AWS Management Console?
A) Use Amazon Cloud Directory
B) Audit AWS Identity and Access Management (IAM) roles
C) Enable multi-factor authentication
D) Enable AWS CloudTrail
C) Enable multi-factor authentication
*Multi-factor authentication (MFA) is a simple best practice that adds an extra layer of protection on top of a username and password. With MFA enabled, when a user signs in to an AWS Management Console, they will be prompted for their username and password (the first factor—what they know), as well as for an authentication code from their MFA device (the second factor—what they have). Taken together, these multiple factors provide increased security for AWS account settings and resources.
Which service can identify the user that made the API call when an Amazon EC2 instance is terminated?
A) AWS Trusted Advisor
B) AWS CloudTrail
C) AWS X-Ray
D) AWS Identity and Access Management (AWS IAM)
B) AWS CloudTrail
*AWS CloudTrail helps users enable governance, compliance, and operational and risk auditing of their AWS accounts. Actions taken by a user, role, or an AWS service are recorded as events in CloudTrail. Events include actions taken in the AWS Management Console, AWS Command Line Interface (CLI), and AWS SDKs and APIs.
Which service would be used to send alerts based on Amazon CloudWatch alarms?
A) Amazon Simple Notification Service (Amazon SNS)
B) AWS CloudTrail
C) AWS Trusted Advisor
D) Amazon Route 53
A) Amazon Simple Notification Service (Amazon SNS)
*Amazon SNS and Amazon CloudWatch are integrated so users can collect, view, and analyze metrics for every active SNS. Once users have configured CloudWatch for Amazon SNS, they can gain better insight into the performance of their Amazon SNS topics, push notifications, and SMS deliveries.
Where can a user find information about prohibited actions on the AWS infrastructure?
A) AWS Trusted Advisor
B) AWS Identity and Access Management (IAM)
C) AWS Billing Console
D) AWS Acceptable Use Policy
D) AWS Acceptable Use Policy
*The AWS Acceptable Use Policy provides information regarding prohibited actions on the AWS infrastructure.
Can I move a Reserved Instance from one Region to another?
a. No
b. Only if they are moving into GovCloud
c. Yes
d. Only if they are moving to US East from another region:
a. No
A company has launched a News application within single region but intended for global usage. What service can help provide low latency access with best possible performance globally?
a. AWS Route 53
b. AWS CloudWatch
c. AWS CloudFront
d. AWS Elastic Load Balancer
c. AWS CloudFront
A company has several departments with separate AWS accounts. Which feature helps centrally manage multiple accounts to help scale?
a. AWS IAM
b. AWS Billing System
c. AWS Lightsail
d. AWS Organizations
d. AWS Organizations
A company wants to implement best practices on AWS. Which implementation would help eliminate “Single Point of failure”?
a. ElastiCache Memcached deployment
b. RDS Single-AZ deployment
c. EC2 instances on a single AZ
d. ElastiCache Redis deployment
d. ElastiCache Redis deployment
A company wants to launch an application to support one day campaign which would run for 24 hours without interruptions. The instances would not be required after 24 hours. Which AWS EC2 purchase types would help fulfill the requirement?
a. Reserved Instances
b. Spot Instances
c. Dedicated Instances
d. On-demand instances
d. On-demand instances
The concept of elasticity is most closely associated with which of the following?
a. Elastic load balancing
b. Auto scaling
c. Network Security
d. Serverless computing
b. Auto scaling
Every user you create in the IAM system starts with _________.
a. Partial permissions
b. Full permissions
c. No permissions
d. None of the above.
c. No permissions