Concepts Flashcards
The ability to horizontally scale Amazon EC2 instances based on demand is an example of which concept?
Economy of scale
Elasticity
High availability
Agility
Elasticity
The AWS shared responsibility model is included in which pillar of the AWS Well-Architected Framework?
Operational excellence
Performance efficiency
Reliability
Security
Security
As part of its cloud architecture, a company wants its workloads to be resilient, perform correctly, consistently, and recover from errors in a timely manner. Which pillar of the AWS Well-Architected Framework are these requirements related to?
Security
Performance efficiency
Operational excellence
Reliability
Reliability
What charges are applicable to Amazon S3 Standard storage class? (Select two)
Per GB/month storage fee
Retrieval fee
Minimum capacity charge per object
Data ingress
Data egress
Per GB/month storage fee
Data egress
Which service is used for caching data?
Amazon Simple Queue Service (SQS)
Amazon DynamoDB DAX
AWS Key Management Service (KMS)
Amazon Elastic File System (EFS)
Amazon DynamoDB DAX
Which service can you use to monitor, store and access log files generated by EC2 instances and on-premise servers?
AWS CloudTrail
AWS OpsWorks
Amazon CloudWatch Logs
Amazon Kinesis
Amazon CloudWatch Logs
How can you configure Amazon Route 53 to monitor the health and performance of your application?
Using DNS lookups
Using Route 53 health checks
Using the Route 53 API
Using CloudWatch
Using Route 53 health checks
Which type of Amazon RDS automated backup allows you to restore the database with a granularity of as little as 5 minutes?
Snapshot backup
Full backup
Incremental backup
Point-in-time recovery
Point-in-time recovery
Which support plan is the lowest cost option that allows unlimited cases to be open?
Basic
Developer
Business
Enterprise
Developer
What offerings are included in the Amazon Lightsail product set? (select two)
Virtual Private Server
NoSQL database
Managed MySQL database
File storage
Serverless functions
Virtual Private Server
Managed MySQL database
Which of the following must be used together to gain programmatic access to an AWS account? (Select two)
An access key ID
A primary key
A secret access key
A user ID
A secondary key
An access key ID
A secret access key
A company has deployed several relational databases in Amazon RDS. Every month, the database software vendor releases new security patches that need to be applied to the database. What is the most efficient way to apply the security patches?
Connect to each database instance on a monthly basis and download and apply the necessary security patches from the vendor
Enable automatic patching for the instances using Amazon RDS console
In AWS Config, configure a rule for the instances and the required patch level
Use AWS Systems Manager to automate database patching according to a schedule
Enable automatic patching for the instances using the Amazon RDS console
Which AWS support plan provides email only support by Cloud Support Associates?
Basic
Developer
Business
Enterprise
Developer
An Elastic IP Address can be remapped between EC2 instances across which boundaries?
Regions
Edge locations
Availability zones
DB Subnets
Availability zones
What feature of Amazon S3 enables you to set rules to automatically transfer objects between different storage classes at defined time intervals?
Elastic Data Management
Object Lifecycle Management
Auto Lifecycle Scaling
S3 Archiving
Object Lifecycle Management
Which AWS components aid in the construction of fault tolerant applications? (select two)
Elastic IP addresses
ARNs
AMIs
Tags
Block device mappings
Elastic IP addresses
AMIs
Which AWS program can help an organization to design, build, and manage Their workloads on AWS?
APN Consulting Partners
APN Technology consultants
AWS Business Development Manager
AWS Technical Account Manager
APN Consulting Partners
What are the primary benefits of using AWS Elastic Load Balancing? (select two)
High availability
Elasticity
Automation
Caching
Regional resilience
High availability
Elasticity
A cloud practitioner needs to decrease application latency and increase performance for globally distributed users. Which services can assist? (Select two)
Amazon ECS
Amazon S3
Amazon AppStream 2.0
Amazon ElastiCache
Amazon CloudFront
Amazon S3
Amazon CloudFront
S3 bucket can be configured as an origin for the CloudFront distribution
What advantages does the AWS Cloud provide in relation to cost? (Select two)
Fine-grained billing
One-off payments for on-demand resources
Ability to turn off resources and not pay for them
Enterprise licensing discounts
Itemized power costs
Fine-grained billing
Ability to turn off resources and not pay for them
What do you need to log into the AWS console?
User name and password
Key pair
Access key and secret ID
Certificate
User name and password
The AWS Cost Management tools give users the ability to do which of the following? (Select TWO.)
Terminate any AWS resource automatically if budget thresholds are exceeded
Break down AWS costs by day, service, and linked AWS account
Create budgets and receive notifications if current or forecasted usage exceeds the budgets
Switch automatically to Reserved Instances or Spot Instances, whichever is most cost-effective
Move data stored in Amazon S3 to a more cost-effective storage class
Break down AWS costs by day, service, and linked AWS account
Create budgets and receive notifications if current or forecasted usage exceeds the budgets
How can a company facilitate the sharing of data over private connections between two accounts they own within a region?
Create an internal ELB
Create a subnet peering connection
Create a VPC peering connection
Configure matching CIDR address ranges
Create a VPC peering connection
A VPC peering connection helps you to facilitate the transfer of data. For example, if you have more than one AWS account, you can peer the VPCs across those accounts to create a file sharing network. You can also use a VPC peering connection to allow other VPCs to access resources you have in one of your VPCs.
Which AWS support plans provide 24x7 access to customer service?
Basic
Business
Developer
All plans
All plans
Which AWS service or feature helps restrict the AWS service, resources, and individual API actions the users and roles in each member account can access?
Amazon Cognito
AWS Organizations
AWS Shield
AWS Firewall Manager
AWS Organizations
AWS Organizations offers the following policy types:
Service control policies (SCPs) offer central control over the maximum available permissions for all of the accounts in your organization.
Tag policies help you standardize tags across resources in your organization’s accounts.
How can you deploy your EC2 instances so that if a single data center fails you still have instances available?
Across regions
Across subnets
Across Availability Zones
Across VPCs
Across Availability Zones
An AZ spans one or more data centers and each AZ is physically isolated from other AZs and connected by high speed networking. If you want to deploy a highly available application you should spread your instances across AZs and they will be resilient to the failure of a single DC
Which type of AWS database is ideally suited to analytics using SQL queries?
Amazon DynamoDB
Amazon RedShift
Amazon RDS
Amazon S3
Amazon RedShift
“Amazon RDS” is incorrect. Amazon RDS is a transactional DB, not an analytics DB.
Which AWS Glacier data access option retrieves data from an archive in 1-5 minutes?
Standard
Express
Accelerated
Expedited
Expedited
“Standard” is incorrect. Standard takes 3-5 hours.
Other two are not retrieval options
According to the AWS Shared Responsibility Model, which of the following is a shared control?
Operating system patching
Awareness and training
Protection of infrastructure
Client-side data encryption
Awareness and training
Shared Controls are controls which apply to both the infrastructure layer and customer layers. Examples include patch management, configuration management, and awareness and training.
“Operating system patching” is incorrect. Though patch management is a shared control, operating system patching specifically is a customer responsibility.
You need to connect your company’s on-premise network into AWS and would like to establish an AWS managed VPN service. Which of the following configuration items needs to be setup on the Amazon VPC side of the connection?
A Virtual Private Gateway
A Customer Gateway
A Network Address Translation device
A Firewall
A Virtual Private Gateway
A virtual private gateway is the VPN concentrator on the Amazon side of the VPN connection. You create a virtual private gateway and attach it to the VPC from which you want to create the VPN connection.
Which AWS Cloud design principles can help increase reliability? (Select TWO.)
Using monolithic architecture
Measuring overall efficiency
Testing recovery procedures
Adopting a consumption model
Automatically recovering from failure
Testing recovery procedures
Automatically recovering from failure
“Adopting a consumption model” is incorrect. A consumption model has benefits more aligned with cost and agility than reliability.
According to the AWS Well-Architected Framework, what change management steps should be taken to achieve reliability in the AWS Cloud? (Select TWO.)
Use AWS Config to generate an inventory of AWS resources
Use service limits to prevent users from creating or making changes to AWS resources
Use AWS CloudTrail to record AWS API calls into an auditable log file
Use AWS Certificate Manager to create a catalog of approved services
Use Amazon GuardDuty to record API activity to an S3 bucket
Use AWS Config to generate an inventory of AWS resources
Use AWS CloudTrail to record AWS API calls into an auditable log file
AWS Config can be used to track the configuration state of your resources and how the state has changed over time. With CloudTrail you can audit who made what API calls on what resources at what time. This can help with identifying changes that cause reliability issues.
The 6 Pillars of the AWS Well-Architected Framework
Operational Excellence
Security
Reliability
Performance Efficiency
Cost Optimization
Sustainability
In the AWS Cloud Adoption Framework, which perspective focuses on identifying capability gaps and helping your organization align its readiness for cloud adoption?
Envision
Align
Launch
Scale
Align
Align is the correct answer. During the Align phase in the AWS Cloud Adoption Framework, organizations work to identify capability gaps and ensure their readiness for adopting cloud services, thereby aligning their existing processes and systems with the requirements and features offered by AWS services.
Which AWS service makes it easy to coordinate the components of distributed applications as a series of steps in a visual workflow?
Amazon SWF
AWS Step Functions
Amazon SNS
Amazon SES
AWS Step Functions
“Amazon SWF” is incorrect. Amazon SWF helps developers build, run, and scale background jobs that have parallel or sequential steps. SWF is not a visual workflow tool.
Which feature of Amazon S3 enables you to create rules to control the transfer of objects between different storage classes?
Object sharing
Versioning
Lifecycle management
Bucket policies
Lifecycle management
CORRECT: “Lifecycle management” is the correct answer.
INCORRECT: “Object sharing” is incorrect. Object sharing refers to the ability to make any object publicly available via a URL.
INCORRECT: “Bucket policies” is incorrect. Bucket policies are used for controlling access to buckets, they can’t be used to move data between storage classes.
Which of the following are NOT features of AWS IAM? (Select TWO.)
Shared access to your AWS account
Logon using local user accounts
Identity federation
PCI DSS compliance
Charged for what you use
Logon using local user accounts
Charged for what you use
Which of the authentication options below can be used to authenticate using AWS APIs? (Select TWO.)
Key pairs
Access keys
Server passwords
Security groups
Server certificates
Access keys
Server certificates
Access keys are long-term credentials for an IAM user or the AWS account root user. You can use access keys to sign programmatic requests to the AWS CLI or AWS API (directly or using the AWS SDK).
Server certificates are SSL/TLS certificates that you can use to authenticate with some AWS services.
INCORRECT: “Key pairs” is incorrect. Key pairs are used for encrypting logon information when accessing EC2 instances.
Which AWS technology enables you to group resources that share one or more tags?
Tag groups
Organization groups
Resource groups
Consolidation groups
Resource Groups
A user needs to identify underutilized Amazon EC2 instances to reduce costs. Which AWS service or feature will meet this requirement?
AWS CodeBuild
AWS Trusted Advisor
AWS Cost Explorer
AWS Health DashBoard
AWS Trusted Advisor
Cost Explorer can be used to view itemized costs but you cannot check resource utilization
Which of the following can an AWS customer use to launch a new ElastiCache cluster? (Select two)
AWS CloudFormation
AWS Concierge
AWS Systems Manager
AWS Management Console
AWS Data Pipeline
AWS CloudFormation
AWS Management Console
How does the AWS cloud increase the speed and agility of execution for customers? (Select two)
Fast provisioning of resources
Private connections to data centers
Secured data centers
Lower cost of deployment
Scalable compute capacity
Fast provisioning of resources
Scalable compute capacity
An Amazon Virtual Private Cloud can include multiple:
AWS Regions
Edge Locations
Internet gateways
Availability Zones
Availability Zones
A Cloud Practitioner anticipates an increase in application traffic at a future date and time when a sales event will take place. How can the Cloud Practitioner configure Amazon EC2 Auto Scaling to ensure the right number of Amazon EC2 instances are available ahead of the event?
Configure predictive scaling.
Configure a target tracking scaling policy.
Configure a scheduled scaling policy.
Configure a step scaling policy.
Configure a scheduled scaling policy.
INCORRECT: “Configure predictive scaling” is incorrect. Predictive scaling uses daily and weekly trends to determine when to scale. In this case the Cloud Practitioner knows about the event that will require more resources.
INCORRECT: “Configure a target tracking scaling policy” is incorrect. This policy will cause the ASG to attempt to keep resource utilization at the target value.
INCORRECT: “Configure a step scaling policy” is incorrect. Step scaling will launch resources in response to demand, this will not ensure the resource are ready at the right time as there will be a delay.
An individual IAM user must be granted access to an Amazon S3 bucket using a bucket policy. Which element in the S3 bucket policy should be updated to define the user account for which access will be granted?
Action
Principal
Resource
Condition
Principal
Which of the following will help a user determine if they need to request an Amazon EC2 service limit increase?
AWS Health Dashboard
AWS Cost Explorer
AWS Trusted Advisor
Amazon RDS
AWS Trusted Advisor
“AWS Health Dashboard” is incorrect. The AWS Health dashboard shows issues or upcoming events that may impact your resources. It does not notify of service limit breaches.
A company plans to deploy a relational database on AWS. The IT department will perform database administration. Which service should the company use?
Amazon EC2
Amazon RedShift
Amazon ElastiCache
Amazon DynamoDB
Amazon EC2
A company is designing a new a service that must align with the operational excellence pillar of the AWS Well-Architected Framework.
Which design principles should the company follow? (Select TWO.)
Anticipate failure.
Make large-scale changes.
Perform operations as code.
Perform manual operations.
Create static operational procedures.
Anticipate failure.
Perform operations as code.
A corporation with multiple departments each having their own AWS accounts wants to implement a solution to customize billing data to match their specific showback or chargeback business logic. They wish to group accounts with similar financial owners and generate a distinct Cost and Usage Report (CUR) for each group.
Which AWS service should they use to meet these requirements?
AWS Budgets
AWS Cost Explorer
AWS Billing and Cost Management
AWS Billing Conductor
AWS Billing Conductor
AWS Billing Conductor is the correct answer because it is a customizable billing service that allows the organization to define billing groups, set pricing rules, create custom line items, and generate a unique Cost and Usage Report (CUR) for each billing group. This service would help the corporation to streamline and customize their billing data efficiently according to different business logics.
INCORRECT: “AWS Budgets” is incorrect. AWS Budgets is incorrect because, while it allows organizations to set custom cost and usage budgets, it does not offer the extensive customization and grouping features that are central to the scenario described.
INCORRECT: “AWS Cost Explorer” is incorrect. AWS Cost Explorer is incorrect because, although it helps in visualizing and managing AWS spending and usage over time, it doesn’t offer functionalities to create billing groups and set pricing rules at a granular level as described in the scenario
INCORRECT: “AWS Billing and Cost Management” is incorrect. This answer is incorrect because, while it is a tool to track your AWS usage and expenditures, it doesn’t offer the specialized functionalities for creating billing groups and defining custom billing parameters as provided by AWS Billing Conductor.
A newly founded tech startup is looking for a program that offers AWS credits, training, technical support, and other resources to help them build their business.
Which AWS program would be the best fit for them?
AWS Educate
AWS Activate for Startups
AWS Marketplace
AWS Partner Network
AWS Activate for Startups
INCORRECT: “AWS Educate” is incorrect because this program is primarily targeted at the educational sector, providing students and educators with the resources needed to accelerate cloud-related learning.
INCORRECT: “AWS Partner Network” is incorrect because it is aimed at helping APN Partners to build successful AWS-based businesses or solutions by providing business, technical, marketing, and go-to-market support. It is more suited for established companies or businesses that are partnering with AWS, rather than startups looking to build their business.
A Cloud Practitioner requires a simple method to identify if unrestricted access to resources has been allowed by security groups. Which service can the Cloud Practitioner use?
AWS Trusted Advisor
Amazon CloudWatch
VPC Flow Logs
AWS CloudTrail
AWS Trusted Advisor
AWS Trusted Advisor checks security groups for rules that allow unrestricted access (0.0.0.0/0) to specific ports. Unrestricted access increases opportunities for malicious activity (hacking, denial-of-service attacks, loss of data). The ports with highest risk are flagged red, and those with less risk are flagged yellow. Ports flagged green are typically used by applications that require unrestricted access, such as HTTP and SMTP.
A Cloud Practitioner noticed that IP addresses that are owned by AWS are being used to attempt to flood ports on some of the company’s systems.
To whom should the issue be reported?
AWS Professional Services
AWS Partner Network (APN)
AWS Trust & Safety team
AWS Technical Account Manager (TAM)
AWS Trust & Safety team
Which AWS dashboard displays relevant and timely information to help users manage events in progress, and provides proactive notifications to help plan for scheduled activities?
AWS Service Health Dashboard
AWS Personal Health Dashboard
AWS Trusted Advisor dashboard
Amazon CloudWatch dashboard
Amazon CloudWatch dashboard
AWS Personal Health Dashboard
AWS Personal Health Dashboard provides alerts and remediation guidance when AWS is experiencing events that may impact you. While the Service Health Dashboard displays the general status of AWS services, Personal Health Dashboard gives you a personalized view into the performance and availability of the AWS services underlying your AWS resources.
NCORRECT: “AWS Service Health Dashboard” is incorrect. This shows the current status of services across regions. However, it does not provide proactive notifications of scheduled activities or guidance of any kind.
To gain greater discounts, which services can be reserved? (Select TWO.)
Amazon RedShift
Amazon S3
AWS Lambda
Amazon DynamoDB
Amazon CloudWatch
Amazon RedShift
Amazon DynamoDB
Reservations provide you with greater discounts, up to 75%, by paying for capacity ahead of time. Some of the services you can reserve include: EC2, DynamoDB, ElastiCache, RDS, and RedShift.
How can an organization track resource inventory and configuration history for the purpose of security and regulatory compliance?
Configure AWS Config with the resource types
Create an Amazon CloudTrail trail
Implement Amazon GuardDuty
Run a report with AWS Artifact
Configure AWS Config with the resource types
Which AWS service supports an in-memory data structure store, compatible with Redis, that delivers sub-millisecond latency for use cases such as caching, session stores, and real-time analytics?
Amazon DynamoDB
Amazon RDS
Amazon MemoryDB
Amazon Redshift
Amazon MemoryDB
Which AWS tools can be used for automation? (Select TWO.)
AWS Elastic Beanstalk
Elastic Load Balancing
AWS CloudFormation
AWS Lambda
AWS Elastic Beanstalk
AWS CloudFormation