Aws Practice 5 Flashcards
Which AWS service lets connected devices easily and securely interact with cloud applications and other devices?
AWS Server Migration Service (SMS)
AWS IoT Core
AWS Directory Service
Amazon Workspaces
AWS IoT Core
AWS IoT Core is a managed cloud service that lets connected devices easily and securely interact with cloud applications and other devices. AWS IoT Core can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely.
Which of the following statements is correct about Amazon S3 cross-region replication?
Both source and destination S3 buckets must have versioning disabled
The source and destination S3 buckets cannot be in different AWS Regions
S3 buckets configured for cross-region replication can be owned by a single AWS account or by different accounts
The source S3 bucket owner must have the source and destination AWS Regions disabled for their account
S3 buckets configured for cross-region replication can be owned by a single AWS account or by different accounts
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Buckets that are configured for object replication can be owned by the same AWS account or by different accounts. You can copy objects between different AWS Regions or within the same Region.
Both source and destination buckets must have versioning enabled. The source bucket owner must have the source and destination AWS Regions enabled for their account. The destination bucket owner must have the destination Region-enabled for their account.
Which services allow you to store files on AWS? (Select TWO.)
Amazon EFS
Amazon LightSail
Amazon EBS
Amazon SQS
AWS Lambda
Amazon EFS
Amazon EBS
How can you configure Amazon Route 53 to monitor the health and performance of your application?
Using the Route 53 API
Using DNS lookups
Using CloudWatch
Using Route 53 health checks
Using Route 53 health checks
Amazon Route 53 health checks monitor the health and performance of your web applications, web servers, and other resources.
None of the other options provide a solution that can check the health and performance of an application.
Which AWS feature of Amazon EC2 allows an administrator to create a standardized image that can be used for launching new instances?
Amazon Golden Image
Amazon Block Template
Amazon Machine Image
Amazon EBS Mount Point
Amazon Machine Image
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
A company has deployed several relational databases on 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?
Enable automatic patching for the instances using the Amazon RDS console
Use AWS Systems Manager to automate database patching according to a schedule
In AWS Config, configure a rule for the instances and the required patch level
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 the Amazon RDS console
Periodically, Amazon RDS performs maintenance on Amazon RDS resources. Maintenance most often involves updates to the DB instance’s underlying hardware, underlying operating system (OS), or database engine version. Updates to the operating system most often occur for security issues and should be done as soon as possible.
Required patching is automatically scheduled only for patches that are related to security and instance reliability. Such patching occurs infrequently (typically once every few months) and seldom requires more than a fraction of your maintenance window.
Which AWS services form the app-facing services of the AWS serverless infrastructure? (Select TWO.)
AWS Lambda
AWS Step Functions
Amazon API Gateway
Amazon DynamoDB
Amazon EFS
AWS Lambda
Amazon API Gateway
AWS Lambda and Amazon API Gateway are both app-facing components of the AWS Serverless infrastructure
Which AWS service is part of the suite of “serverless” services and runs code as functions?
Amazon EKS
AWS Lambda
Amazon ECS
AWS CodeCommit
AWS Lambda
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. The code you run on AWS Lambda is called a “Lambda function”.
What are the benefits of using IAM roles for applications that run on EC2 instances? (Select TWO.)
Role credentials are permanent
More secure than storing access keys within applications
It is easier to manage IAM roles
Easier to configure than using storing access keys within the EC2 instance
Can apply multiple roles to a single instance
More secure than storing access keys within applications
It is easier to manage IAM roles
What are two benefits of using AWS Lambda? (Select TWO.)
Open source software
Flexible operating system choices
Continuous scaling (scale out)
Integrated snapshots
No servers to manage
Continuous scaling (scale out)
No servers to manage
With AWS Lambda you don’t have any servers to manage (serverless). Lambda functions scale out rather than up running multiple invocations of the function in parallel.
What is the name of the AWS managed Docker registry service used by the Amazon Elastic Container Service (ECS)?
Docker Image Repository
Docker Container Registry
ECS Container Registry
Elastic Container Registry
Elastic Container Registry ECR
What charges are applicable to Amazon S3 Standard storage class? (Select TWO.)
Minimum capacity charge per object
Data egress
Per GB/month storage fee
Data ingress
Retrieval fee
Data egress
Per GB/month storage fee
With the standard storage class you pay a per GB/month storage fee, and data transfer out of S3. Standard-IA and One Zone-IA have a minimum capacity charge per object. Standard-IA, One Zone-IA, and Glacier also have a retrieval fee. You don’t pay for data into S3 under any storage class.
Which DynamoDB feature provides in-memory acceleration to tables that result in significant performance improvements?
Amazon ElastiCache
Amazon CloudFront
Amazon DynamoDB Accelerator (DAX)
Amazon EFS
Amazon DynamoDB Accelerator (DAX)
Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for DynamoDB that delivers up to a 10x performance improvement – from milliseconds to microseconds – even at millions of requests per second.
DAX does all the heavy lifting required to add in-memory acceleration to your DynamoDB tables, without requiring developers to manage cache invalidation, data population, or cluster management.
A Cloud Practitioner needs to rapidly deploy a popular IT solution and start using it immediately.
What should the Cloud Practitioner use?
AWS Quick Start reference deployments
AWS Elastic Beanstalk
Amazon CloudFront
AWS Well-Architected Framework documentation
Quick Starts are built by AWS solutions architects and partners to help you deploy popular technologies on AWS, based on AWS best practices for security and high availability. These accelerators reduce hundreds of manual procedures into just a few steps, so you can build your production environment quickly and start using it immediately.
Each Quick Start includes AWS CloudFormation templates that automate the deployment and a guide that discusses the architecture and provides step-by-step deployment instructions.
What is the relationship between subnets and availability zones?
Subnets span across multiple availability zones
You can create one subnet per availability zone
Subnets contain one or more availability zones
You can create one or more subnets within each availability zone
You can create one or more subnets within each availability zone
Which AWS services form the app-facing services of the AWS serverless infrastructure? (Select TWO.)
AWS Step Functions
Amazon DynamoDB
AWS Lambda
Amazon API Gateway
Amazon EFS
AWS Lambda
Amazon API Gateway
AWS Lambda and Amazon API Gateway are both app-facing components of the AWS Serverless infrastructure
“AWS Step Functions” is incorrect. This is a serverless orchestration service.
“Amazon DynamoDB” is incorrect. Amazon DynamoDB is a serverless database service. Databases are backend, not app-facing.
“Amazon EFS” is incorrect. EFS is a filesystem. Typically, EFS is mounted by Amazon EC2 instances.
Which AWS components aid in the construction of fault-tolerant applications? (Select TWO.)
ARNs
Elastic IP addresses
Tags
AMIs
Block device mappings
Elastic IP addresses
AMIs
Elastic IP addresses can be easily remapped between EC2 instances in the event of a failure. Amazon Machine Images (AMIs) can be used to quickly launch replacement instances when there is a failure
How can a company connect from their on-premises network to VPCs in multiple regions using private connections?
Inter-Region VPC Peering
Amazon CloudFront
AWS Direct Connect Gateway
AWS Managed VPN
AWS Direct Connect Gateway
You can use an AWS Direct Connect gateway to connect your AWS Direct Connect connection over a private virtual interface to one or more VPCs in your account that are located in the same or different Regions
AWS Managed VPN uses the public Internet and is therefore not a private connection.
Inter-Region VPC peering does not help you to connect from an on-premise network.
Which of the following statements is correct about Amazon S3 cross-region replication?
The source S3 bucket owner must have the source and destination AWS Regions disabled for their account
S3 buckets configured for cross-region replication can be owned by a single AWS account or by different accounts
Both source and destination S3 buckets must have versioning disabled
The source and destination S3 buckets cannot be in different AWS Regions
S3 buckets configured for cross-region replication can be owned by a single AWS account or by different accounts
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Buckets that are configured for object replication can be owned by the same AWS account or by different accounts. You can copy objects between different AWS Regions or within the same Region.
Both source and destination buckets must have versioning enabled. The source bucket owner must have the source and destination AWS Regions enabled for their account. The destination bucket owner must have the destination Region-enabled for their account.
What is the relationship between subnets and availability zones?
Subnets span across multiple availability zones
You can create one subnet per availability zone
Subnets contain one or more availability zones
You can create one or more subnets within each availability zone
You can create one or more subnets within each availability zone
What are the primary benefits of using AWS Elastic Load Balancing? (Select TWO.)
High availability
Elasticity
Automation
Caching
Regional resilience
High availability
Elasticity
High availability – ELB automatically distributes traffic across multiple EC2 instances in different AZs within a region.
Elasticity – ELB is capable of handling rapid changes in network traffic patterns.
What is the name of the AWS managed Docker registry service used by the Amazon Elastic Container Service (ECS)?
Elastic Container Registry
Docker Image Repository
ECS Container Registry
Docker Container Registry
Elastic Container Registry
Amazon Elastic Container Registry (ECR) is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images.
Amazon ECR is integrated with Amazon Elastic Container Service (ECS). Amazon ECR eliminates the need to operate your own container repositories or worry about scaling the underlying infrastructure.
A developer needs a way to automatically provision a collection of AWS resources. Which AWS service is primarily used for deploying infrastructure as code?
AWS CloudFormation
AWS Elastic Beanstalk
Jenkins
AWS CodeDeploy
AWS CloudFormation is a service that gives developers and businesses an easy way to create a collection of related AWS resources and provision them in an orderly and predictable fashion. AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment. Think of CloudFormation as deploying infrastructure as code.
“AWS CodeDeploy” is incorrect. AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Lambda, and your on-premises servers.
Assuming you have configured them correctly, which AWS services can scale automatically without intervention? (Select TWO.)
Amazon DynamoDB
Amazon EBS
Amazon S3
Amazon EC2
Amazon RDS
Amazon DynamoDB
Amazon S3
Both S3 and DynamoDB automatically scale as demand dictates. In the case of DynamoDB you can either configure the on-demand or provisioned capacity mode. With on-demand capacity mode DynamoDB automatically adjusts the read and write throughput for you.
EBS and RDS do not scale automatically. You must intervene to adjust volume sizes and database instance types to scale these resources
EC2 cannot scale automatically. You need to use Auto Scaling to scale the number of EC2 instances deployed.
Which of the following constitute the six pillars for the AWS Well-Architected Framework? (Select TWO.)
Operational excellence, elasticity and scalability
Cost prioritization, and cost optimization
Performance efficiency, sustainability, and cost optimization
Operational excellence, security, and reliability
Data consistency, and cost optimization
Performance efficiency, sustainability, and cost optimization
Operational excellence, security, and reliability
Which type of storage stores objects comprised of key, value pairs?
Amazon DynamoDB
Amazon EBS
Amazon EFS
Amazon S3
Amazon S3
Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 is an object-based storage system that stores objects that are comprised of key, value pairs.
Amazon DynamoDB stores items, not objects, based on key, value pairs.
Amazon EBS is a block-based storage system.
Amazon EFS is a file-based storage system.
Which service is used introduce fault tolerance into an application architecture?
Amazon CloudFront
Amazon DynamoDB
Amazon ElastiCache
Amazon Elastic Load Balancing
Amazon Elastic Load Balancing
Amazon Elastic Load Balancing is used to spread load and introduce fault tolerance by distributing connections across multiple identically configured back-end EC2 instances.