A) Configure the Network Load Balancer in the public subnets. Configure the Auto Scaling group in the private subnets and associate it with the Application Load Balancer.
B) Configure the Network Load Balancer in the public subnets. Configure the Auto Scaling group in the public subnets and associate it with the Application Load Balancer.
C) Configure the Application Load Balancer in the public subnets. Configure the Auto Scaling group in the private subnets and associate it with the Application Load Balancer.
D) Configure the Application Load Balancer in the private subnets. Configure the Auto Scaling group in the private subnets and associate it with the Application Load Balancer.
Correct Answer
verified
Multiple Choice
A) Enable a Multi-AZ deployment for the DB instance.
B) Enable auto scaling for the DB instance in one Availability Zone.
C) Configure the DB instance in one Availability Zone, and create multiple read replicas in a separate Availability Zone.
D) Configure the DB instance in one Availability Zone, and configure AWS Database Migration Service (AWS DMS) change data capture (CDC) tasks.
Correct Answer
verified
Multiple Choice
A) Create a web distribution on Amazon CloudFront to serve the S3 content for the application. Create a CNAME record in a Route 53 hosted zone that points to the CloudFront distribution, resolving to the application's URL domain name.
B) Create a web distribution on Amazon CloudFront to serve the S3 content for the application. Create an ALIAS record in the Amazon Route 53 hosted zone that points to the CloudFront distribution, resolving to the application's URL domain name.
C) Create an A record in a Route 53 hosted zone for the application. Create a Route 53 traffic policy for the web application, and configure a geolocation rule. Configure health checks to check the health of the endpoint and route DNS queries to other endpoints if an endpoint is unhealthy.
D) Create an A record in a Route 53 hosted zone for the application. Create a Route 53 traffic policy for the web application, and configure a geoproximity rule. Configure health checks to check the health of the endpoint and route DNS queries to other endpoints if an endpoint is unhealthy.
Correct Answer
verified
Multiple Choice
A) Configure a VPC endpoint for Amazon S3. Add an entry to the private subnet's route table for the S3 endpoint.
B) Configure a NAT gateway in a public subnet. Configure the private subnet's route table to use the NAT gateway.
C) Configure Amazon S3 as a file system mount point on the EC2 instances. Access Amazon S3 through the mount.
D) Move the EC2 instances into a public subnet. Configure the public subnet route table to point to an internet gateway.
Correct Answer
verified
Multiple Choice
A) Use an AWS CloudFormation template to deploy the complete solution. Redeploy the CloudFormation stack every 30 days, and delete the original stack.
B) Use an EC2 instance that runs a monitoring application from AWS Marketplace. Configure the monitoring application to use Amazon DynamoDB Streams to store the timestamp when a new item is created in the table. Use a script that runs on the EC2 instance to delete items that have a timestamp that is older than 30 days.
C) Configure Amazon DynamoDB Streams to invoke an AWS Lambda function when a new item is created in the table. Configure the Lambda function to delete items in the table that are older than 30 days.
D) Extend the application to add an attribute that has a value of the current timestamp plus 30 days to each new item that is created in the table. Configure DynamoDB to use the attribute as the TTL attribute.
Correct Answer
verified
Multiple Choice
A) Amazon S3
B) Amazon FSx
C) Amazon Elastic Block Store (Amazon EBS)
D) Amazon Elastic File System (Amazon EFS)
Correct Answer
verified
Multiple Choice
A) Encrypt a copy of the latest DB snapshot. Replace existing DB instance by restoring the encrypted snapshot.
B) Create a new encrypted Amazon Elastic Block Store (Amazon EBS) volume and copy the snapshots to it. Enable encryption on the DB instance.
C) Copy the snapshots and enable encryption using AWS Key Management Service (AWS KMS) . Restore encrypted snapshot to an existing DB instance.
D) Copy the snapshots to an Amazon S3 bucket that is encrypted using server-side encryption with AWS Key Management Service (AWS KMS) managed keys (SSE-KMS) .
Correct Answer
verified
Multiple Choice
A) Use an Auto Scaling group to launch the EC2 instances in private subnets. Deploy an RDS Multi-AZ DB instance in private subnets.
B) Configure a VPC with two private subnets and two NAT gateways across two Availability Zones. Deploy an Application Load Balancer in the private subnets.
C) Use an Auto Scaling group to launch the EC2 instances in public subnets across two Availability Zones. Deploy an RDS Multi-AZ DB instance in private subnets.
D) Configure a VPC with one public subnet, one private subnet, and two NAT gateways across two Availability Zones. Deploy an Application Load Balancer in the public subnet.
E) Configure a VPC with two public subnets, two private subnets, and two NAT gateways across two Availability Zones. Deploy an Application Load Balancer in the public subnets.
Correct Answer
verified
Multiple Choice
A) Configure an S3 bucket policy to accept requests coming from the AWS WAF Amazon Resource Name (ARN) only.
B) Configure Amazon CloudFront to forward all incoming requests to AWS WAF before requesting content from the S3 origin.
C) Configure a security group that allows Amazon CloudFront IP addresses to access Amazon S3 only. Associate AWS WAF to CloudFront.
D) Configure Amazon CloudFront and Amazon S3 to use an origin access identity (OAI) to restrict access to the S3 bucket. Enable AWS WAF on the distribution.
Correct Answer
verified
Multiple Choice
A) Create new public and private subnets in the same AZ for high availability.
B) Create an Amazon EC2 Auto Scaling group and Application Load Balancer spanning multiple AZs.
C) Add the existing web application instances to an Auto Scaling group behind an Application Load Balancer.
D) Create new public and private subnets in a new AZ. Create a database using Amazon EC2 in one AZ.
E) Create new public and private subnets in the same VPC, each in a new AZ. Migrate the database to an Amazon RDS multi-AZ deployment.
Correct Answer
verified
Multiple Choice
A) Increase the number of EC2 instances.
B) Decrease the number of EC2 instances.
C) Configure a Network Load Balancer in front of the EC2 instances.
D) Configure an Application Load Balancer in front of the EC2 instances.
E) Configure an Auto Scaling group to add or remove instances in multiple Availability Zones automatically.
Correct Answer
verified
Multiple Choice
A) Configure the application to publish to an Amazon Simple Notification Service (Amazon SNS) tope Subscribe the database to the SNS topic.
B) Configure the application to subscribe to an Amazon Simple Notification Service (Amazon SNS) topic. Publish the database updates to the SNS topic.
C) Use Amazon Simple Queue Service (Amazon SQS) FIFO queues to queue the database connection until the database has resources to write the data.
D) Use Amazon Simple Queue Service (Amazon SQS) FIFO queues for capturing the writes and drafting the queue as each write is made to the database.
Correct Answer
verified
Multiple Choice
A) Enable public access on an Amazon S3 bucket.
B) Generate a presigned URL to share with the users.
C) Encrypt files using AWS KMS and provide keys to the users.
D) Create and assign IAM roles that will grant GetObject permissions to the users.
Correct Answer
verified
Multiple Choice
A) Install the conversion software as an Amazon S3 batch operation so the data is transformed without leaving Amazon S3.
B) Install the conversion software onto an on-premises virtual machine. Perform the transformation and re-upload the files to Amazon S3 from the virtual machine.
C) Use AWS Snowball Edge devices to export the data and install the conversion software onto the devices. Perform the data transformation and re-upload the files to Amazon S3 from the Snowball Edge devices.
D) Launch an Amazon EC2 instance in the same Region as Amazon S3 and install the conversion software onto the instance. Perform the transformation and re-upload the files to Amazon S3 from the EC2 instance.
Correct Answer
verified
Multiple Choice
A) Create a AWS Lambda function to keep track of the IPs for all the ALBs in different Regions. Keep refreshing this list.
B) Set up a Network Load Balancer (NLB) with Elastic IPs. Register the private IPs of all the ALBs as targets to this NLB.
C) Launch AWS Global Accelerator and create endpoints for all the Regions. Register all the ALBs in different Regions to the corresponding endpoints.
D) Set up an Amazon EC2 instance, assign an Elastic IP to this EC2 instance, and configure the instance as a proxy to forward traffic to all the ALBs.
Correct Answer
verified
Multiple Choice
A) Amazon Elastic File System (Amazon EFS)
B) Amazon FSx for Lustre
C) Amazon EC2 instance store
D) Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS SSD (io1)
Correct Answer
verified
Showing 581 - 596 of 596
Related Exams