A) Create hourly snapshots of the production RDS DB instance.
B) Create a Multi-AZ RDS Read Replica of the production RDS DB instance.
C) Create multiple RDS Read Replicas of the production RDS DB instance. Place the Read Replicas in an Auto Scaling group.
D) Create a Single-AZ RDS Read Replica of the production RDS DB instance. Create a second Single-AZ RDS Read Replica from the replica.
Correct Answer
verified
Multiple Choice
A) Spot Fleet
B) Spot Instances
C) Reserved Instances
D) On-Demand Instances
Correct Answer
verified
Multiple Choice
A) Use Amazon Elastic File System (Amazon EFS) as a shared file system. Access the dataset from Amazon EFS.
B) Mount an Amazon S3 bucket to serve as the shared file system. Perform postprocessing directly from the S3 bucket.
C) Use Amazon FSx for Lustre as a shared file system. Link the file system to an Amazon S3 bucket for postprocessing.
D) Configure AWS Resource Access Manager to share an Amazon S3 bucket so that it can be mounted to all instances for processing and postprocessing.
Correct Answer
verified
Multiple Choice
A) Mount Amazon S3 as a file system to the on-premises servers.
B) Deploy an AWS Storage Gateway file gateway to replace NFS storage.
C) Deploy AWS Snowball Edge to provision NFS mounts to on-premises servers.
D) Deploy an AWS Storage Gateway volume gateway to replace the block storage.
E) Deploy Amazon Elastic Fife System (Amazon EFS) volumes and mount them to on-premises servers.
Correct Answer
verified
Multiple Choice
A) Users will be allowed all actions except s3:PutObject if multi-factor authentication (MFA) is enabled.
B) Users will be allowed all actions except s3:PutObject if multi-factor authentication (MFA) is not enabled.
C) Users will be denied all actions except s3:PutObject if multi-factor authentication (MFA) is enabled.
D) Users will be denied all actions except s3:PutObject if multi-factor authentication (MFA) is not enabled.
Correct Answer
verified
Multiple Choice
A) Deploy an AWS DataSync agent for the on-premises environment. Configure a sync job to replicate the data and connect it with an AWS service endpoint.
B) Deploy an AWS DataSync agent for the on-premises environment. Schedule a batch job to replicate point-in-time snapshots to AWS.
C) Deploy an AWS Storage Gateway volume gateway for the on-premises environment. Configure it to store data locally, and asynchronously back up point-in-time snapshots to AWS.
D) Deploy an AWS Storage Gateway file gateway for the on-premises environment. Configure it to store data locally, and asynchronously back up point-in-time snapshots to AWS.
Correct Answer
verified
Multiple Choice
A) An Amazon DynamoDB table accessible by all ECS cluster instances.
B) An Amazon Elastic File System (Amazon EFS) with Provisioned Throughput mode.
C) An Amazon Elastic File System (Amazon EFS) file system with Bursting Throughput mode.
D) An Amazon Elastic Block Store (Amazon EBS) volume mounted to the ECS cluster instances.
Correct Answer
verified
Multiple Choice
A) Migrate the RDS instance to an Amazon Redshift cluster and enable weekly garbage collection.
B) Separate the long-running queries into a new Multi-AZ RDS database and modify the application to query whichever database is needed.
C) Deploy a two-node Amazon ElastiCache cluster and modify the application to query the cluster first and query the database only if needed.
D) Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue for common queries and query it first and query the database only if needed.
Correct Answer
verified
Multiple Choice
A) Configure a NAT gateway to replace the NAT instances.
B) Configure a gateway endpoint for traffic destined to Amazon S3.
C) Configure an interface endpoint for traffic destined to Amazon S3.
D) Configure Amazon CloudFront for the S3 bucket storing the images.
Correct Answer
verified
Multiple Choice
A) Replace the existing architecture with a website served from an Amazon S3 bucket. Configure an Amazon CloudFront distribution with the S3 bucket as the origin.
B) Configure an Amazon CloudFront distribution with the ALB as the origin. Set the cache behavior settings to only cache based on the Accept-Language request header.
C) Set up Amazon API Gateway with the ALB as an integration. Configure API Gateway to use an HTTP integration type. Set up an API Gateway stage to enable the API cache.
D) Launch an EC2 instance in each additional Region and configure NGINX to act as a cache server for that Region. Put all the instances plus the ALB behind an Amazon Route 53 record set with a geolocation routing policy.
Correct Answer
verified
Multiple Choice
A) Set up an Amazon API Gateway and use Amazon ECS.
B) Set up an Amazon API Gateway and use AWS Elastic Beanstalk.
C) Set up an Amazon API Gateway and use AWS Lambda functions.
D) Set up an Amazon API Gateway and use Amazon EC2 with Auto Scaling.
Correct Answer
verified
Multiple Choice
A) Store the password in AWS Secrets Manager. Enable automatic rotation on the secret.
B) Store the password in AWS Systems Manager Parameter Store. Enable automatic rotation on the parameter.
C) Store the password in AWS Systems Manager Parameter Store. Write an AWS Lambda function that rotates the password.
D) Store the password in AWS Key Management Service (AWS KMS) . Enable automatic rotation on the customer master key (CMK) .
Correct Answer
verified
Multiple Choice
A) Use AWS Storage Gateway for files to store and process the video content.
B) Use AWS Storage Gateway for volumes to store and process the video content.
C) Use Amazon Elastic File System (Amazon EFS) for storing the video content. Once processing is complete, transfer the files to Amazon Elastic Block Store (Amazon EBS) .
D) Use Amazon S3 for storing the video content. Move the files temporarily over to an Amazon ElasticBlock Store (Amazon EBS) volume attached to the server for processing.
Correct Answer
verified
Multiple Choice
A) Use Amazon Athena with Amazon S3.
B) Use Amazon API Gateway with AWS Lambda.
C) Use Amazon QuickSight with Amazon Redshift.
D) Use Amazon API Gateway with Amazon Kinesis Data Analytics.
Correct Answer
verified
Multiple Choice
A) Amazon S3 for cold data storage
B) Amazon EFS for cold data storage
C) Amazon S3 for high-performance parallel storage
D) Amazon FSx for Lustre for high-performance parallel storage
E) Amazon FSx for Windows for high-performance parallel storage
Correct Answer
verified
Multiple Choice
A) Implement AWS Transit Gateway to connect the VPCs. Update the route tables of each VPC to use the transit gateway for inter-VPC communication.
B) Implement an AWS Site-to-Site VPN tunnel between the VPCs. Update the route tables of each VPC to use the VPN tunnel for inter-VPC communication.
C) Set up a VPC peering connection between the VPCs. Update the route tables of each VPC to use the VPC peering connection for inter-VPC communication.
D) Set up a 1 GB AWS Direct Connect connection between the VPCs. Update the route tables of each VPC to use the Direct Connect connection for inter-VPC communication.
Correct Answer
verified
Multiple Choice
A) Configure a DX connection with a VPN on top of it.
B) Configure DX connections at multiple DX locations.
C) Configure a DX connection using the most reliable DX partner.
D) Configure multiple virtual interfaces on top of a DX connection.
Correct Answer
verified
Multiple Choice
A) Configure the security group for the web tier to allow inbound traffic on port 443 from 0.0.0.0/0. B,Configure the security group for the web tier to allow outbound traffic on port 443 from 0.0.0.0/0.
B) Configure the security group for the database tier to allow inbound traffic on port 1433 from the security group for the web tier.
C) Configure the security group for the database tier to allow outbound traffic on ports 443 and 1433 to the security group for the web tier.
D) Configure the security group for the database tier to allow inbound traffic on ports 443 and 1433 from the security group for the web tier.
Correct Answer
verified
Multiple Choice
A) Implement Amazon FSx and mount the network drive on each server.
B) Move the files from Amazon Elastic File System (Amazon EFS) and store them locally on each Amazon EC2 instance.
C) Configure a Lifecycle policy to move the files to the EFS Infrequent Access (IA) storage class after 7 days.
D) Move the files to Amazon S3 with S3 lifecycle policies enabled. Rewrite the application to support mounting the S3 bucket.
Correct Answer
verified
Multiple Choice
A) Use AWS Snowball.
B) Use AWS DataSync.
C) Use a secure VPN connection.
D) Use Amazon S3 Transfer Acceleration.
Correct Answer
verified
Showing 321 - 340 of 596
Related Exams