A) Evaluate and adjust the read capacity units (RCUs) for the DynamoDB tables.
B) Evaluate and adjust the write capacity units (WCUs) for the DynamoDB tables.
C) Add an Amazon ElastiCache layer to increase the performance of Lambda functions.
D) Configure a dead letter queue that will reprocess failed or timed-out Lambda functions.
E) Use S3 Transfer Acceleration to provide lower-latency access to end users.
Correct Answer
verified
Multiple Choice
A) Have the mobile app access Amazon DynamoDB directly Instead of JSON files stored on Amazon S3.
B) Write data directly into an Amazon Redshift cluster replacing both Amazon DynamoDB and Amazon S3.
C) Introduce an Amazon SQS queue to buffer writes to the Amazon DynamoDB table and reduce provisioned write throughput.
D) Introduce Amazon Elasticache to cache reads from the Amazon DynamoDB table and reduce provisioned read throughput.
E) Create a new Amazon DynamoDB table each day and drop the one for the previous day after its data is on Amazon S3.
Correct Answer
verified
Multiple Choice
A) Yes, you will be able to access using S3 APIs if you have chosen the snapshot to be stored in S3.
B) No, snapshots are only available through the Amazon EBS APIs.
C) Yes, you will be able to access them using S3 APIs as all snapshots are stored in S3.
D) No, snapshots are only available through the Amazon EC2 APIs.
Correct Answer
verified
Multiple Choice
A) Parse HTTP logs in Amazon API Gateway for HTTP errors to determine the root cause of the errors.
B) Parse Amazon CloudWatch Logs to determine processing times for requested images at specified intervals.
C) Parse VPC Flow Logs to determine if there is packet loss between the Lambda function and S3.
D) Parse AWS X-Ray traces and analyze HTTP methods to determine the root cause of the HTTP errors.
E) Parse S3 access logs to determine if objects being accessed are from specific IP addresses to narrow the scope to geographic latency issues.
Correct Answer
verified
Multiple Choice
A) 30 to 1
B) 50 to 1
C) 10 to 1
D) 20 to 1
Correct Answer
verified
Multiple Choice
A) you reference the logical IDs to associate the block stores with the instance
B) you reference the physical IDs of the instance along with the resource type
C) you reference the instance IDs of the block store along with the resource properties
D) you reference the physical IDs of both the block stores and the instance
Correct Answer
verified
Multiple Choice
A) Update the AWS CloudFormation template to include the AWS::Budgets::Budget::resource with the NotificationsWithSubscribers property.
B) Implement Amazon CloudWatch dashboards for Amazon EMR usage.
C) Create an EMR bootstrap action that runs at startup that calls the Cost Explorer API to set the budget on the cluster with the GetCostForecast and NotificationsWithSubscribers actions.
D) Create an AWS Service Catalog portfolio for each team. Add each team's Amazon EMR cluster as an AWS CloudFormation template to their Service Catalog portfolio as a Product.
E) Create an Amazon CloudWatch metric for billing. Create a custom alert when costs exceed the budgetary threshold.
Correct Answer
verified
Multiple Choice
A) Use AWS Application Discovery Service to evaluate all running EC2 instances Use the AWS CLI to modify each instance, and use EC2 user data to install the AWS Systems Manager Agent during boot. Schedule patching to run as a Systems Manager Maintenance Windows task. Migrate all relational databases to Amazon RDS and enable AWS KMS encryption.
B) Create an AWS CloudFormation template for the EC2 instances. Use EC2 user data in the CloudFormation template to install the AWS Systems Manager Agent, and enable AWS KMS encryption on all Amazon EBS volumes. Have CloudFormation replace all running instances. Use Systems Manager Patch Manager to establish a patch baseline and deploy a Systems Manager Maintenance Windows task to execute AWS-RunPatchBaseline using the patch baseline.
C) Install the AWS Systems Manager Agent on all existing instances using the company's current orchestration tool. Use the Systems Manager Run Command to execute a list of commands to upgrade software on each instance using operating system-specific tools. Enable AWS KMS encryption on all Amazon EBS volumes.
D) Install the AWS Systems Manager Agent on all existing instances using the company's current orchestration tool. Migrate all relational databases to Amazon RDS and enable AWS KMS encryption. Use Systems Manager Patch Manager to establish a patch baseline and deploy a Systems Manager Maintenance Windows task to execute AWS-RunPatchBaseline using the patch baseline.
Correct Answer
verified
Multiple Choice
A) It provides additional dedicated capacity for EBS IO
B) The attached EBS will have greater storage capacity
C) The user will have a PIOPS based EBS volume
D) It will be launched on dedicated hardware in VPC
Correct Answer
verified
Multiple Choice
A) An AWS Direct Connect link between the VPC and the network housing the internal services.
B) An Internet Gateway to allow a VPN connection.
C) An Elastic IP address on the VPC instance
D) An IP address space that does not conflict with the one on-premises
E) Entries in Amazon Route 53 that allow the Instance to resolve its dependencies' IP addresses
F) A VM Import of the current virtual machine
Correct Answer
verified
Multiple Choice
A) Store the video files in an Amazon S3 bucket using S3 Intelligent-Tiering. Use Amazon CloudFront to deliver the content with the S3 bucket as the origin.
B) Use AWS Elemental MediaConvert and store the adaptive bitrate video files in Amazon S3. Configure an AWS Elemental MediaPackage endpoint to deliver the content from Amazon S3.
C) Store the video files in Amazon Elastic File System (Amazon EFS) Standard. Enable EFS lifecycle management to move the video files to EFS Infrequent Access after 6 months. Create an Amazon EC2 Auto Scaling group behind an Elastic Load Balancer to deliver the content from Amazon EFS.
D) Store the video files in Amazon S3 Standard. Create S3 Lifecycle rules to move the video files to S3 Standard-Infrequent Access (S3 Standard-IA) after 6 months and to S3 Glacier Deep Archive after 1 year. Use Amazon CloudFront to deliver the content with the S3 bucket as the origin.
Correct Answer
verified
Multiple Choice
A) Implement a blue/green deployment methodology.
B) Implement the canary release methodology.
C) Configure Amazon CloudFront to serve all requests from the cache while deploying the updates.
D) Implement the all at once deployment methodology.
Correct Answer
verified
Multiple Choice
A) Modify the S3 upload process in the Build Account to add the bucket-owner-full-control ACL to the objects at upload.
B) Create a new cross-account IAM role in the Distribution Account with write access to the S3 bucket. Modify the build pipeline to assume this role to upload the files to the Distribution Account.
C) Modify the S3 upload process in the Build Account to set the object owner to the Distribution Account.
D) Create a new IAM role in the Distribution Account with read access to the S3 bucket. Configure CloudFront to use this new role as its OAI. Modify the build pipeline to assume this role when uploading files from the Build Account.
Correct Answer
verified
Multiple Choice
A) No effect. The scaling activity continues
B) Pauses the instance launch and launches it only after Auto Scaling is resumed
C) Terminates the instance
D) Stops the instance temporary
Correct Answer
verified
Multiple Choice
A) Terminate the control instance and relaunch it in the placement group.
B) Ensure that the instances are communicating using their private IP addresses.
C) Ensure that the control instance is using an Elastic Network Adapter.
D) Move the control instance inside the placement group.
Correct Answer
verified
Multiple Choice
A) Modify the web application to upload the video files directly to Amazon S3. Use Amazon CloudWatch Events to trigger an AWS Lambda function every time a file is uploaded, and have this Lambda function put a message into an Amazon SQS queue. Modify the video processing application to read from SQS queue for new files and use the queue depth metric to scale instances in the video processing Auto Scaling group.
B) Set up a cron job on the web server instance to synchronize the contents of the EFS share into Amazon S3. Trigger an AWS Lambda function every time a file is uploaded to process the video file and store the results in Amazon S3. Using Amazon CloudWatch Events, trigger an Amazon SES job to send an email to the customer containing the link to the processed file.
C) Rewrite the web application to run directly from Amazon S3 and use Amazon API Gateway to upload the video files to an S3 bucket. Use an S3 trigger to run an AWS Lambda function each time a file is uploaded to process and store new video files in a different bucket. Using CloudWatch Events, trigger an SES job to send an email to the customer containing the link to the processed file.
D) Rewrite the web application to run from Amazon S3 and upload the video files to an S3 bucket. Each time a new file is uploaded, trigger an AWS Lambda function to put a message in an SQS queue containing the link and the instructions. Modify the video processing application to read from the SQS queue and the S3 bucket. Use the queue depth metric to adjust the size of the Auto Scaling group for video processing instances.
Correct Answer
verified
Multiple Choice
A) ec2-net-utils generates an interface configuration file suitable for use with DHCP.
B) ec2-net-utils extends the functionality of the standard if up.
C) ec2-net-utils detaches a primary network interface from an instance.
D) ec2-net-utils identifies network interfaces when they are attached, detached, or reattached to a running instance.
Correct Answer
verified
Multiple Choice
A) Use CloudFormer` to create AWS CloudFormation stacks from the current resources. Deploy that stack by using AWS CloudFormation in the same region. Use Amazon CloudWatch alarms to send notifications about underutilized resources to provide cost-savings suggestions.
B) Create an Auto Scaling group to scale the instances, and use AWS CodeDeploy to perform the configuration. Change from a load balancer to an Application Load Balancer. Purchase a third-party product that provides suggestions for cost savings on AWS resources.
C) Deploy the application by using AWS Elastic Beanstalk with default options. Register for an AWS Support Developer plan. Review the instance usage for the application by using Amazon CloudWatch, and identify less expensive instances that can handle the load. Hold monthly meetings to review new instance types and determine whether Reserved instances should be purchased.
D) Deploy the application as a Docker image by using Amazon ECS. Set up Amazon EC2 Auto Scaling and Amazon ECS scaling. Register for AWS Business Support and use Trusted Advisor checks to provide suggestions on cost savings.
Correct Answer
verified
Multiple Choice
A) In another region, configure a read replica and create a copy of the infrastructure. When an issue occurs, promote the read replica and configure as an Amazon RDS Multi-AZ database instance. Update the DNS record to point to the other region's ELB.
B) Configure a 1-day window of 60-minute snapshots of the Amazon RDS Multi-AZ database instance. Create an AWS CloudFormation template of the application infrastructure that uses the latest snapshot. When an issue occurs, use the AWS CloudFormation template to create the environment in another region. Update the DNS record to point to the other region's ELB.
C) Configure a 1-day window of 60-minute snapshots of the Amazon RDS Multi-AZ database instance which is copied to another region. Crate an AWS CloudFormation template of the application infrastructure that uses the latest copied snapshot. When an issue occurs, use the AWS CloudFormation template to create the environment in another region. Update the DNS record to point to the other region's ELB.
D) Configure a read replica in another region. Create an AWS CloudFormation template of the application infrastructure. When an issue occurs, promote the read replica and configure as an Amazon RDS Multi-AZ database instance and use the AWS CloudFormation template to create the environment in another region using the promoted Amazon RDS instance. Update the DNS record to point to the other region's ELB.
Correct Answer
verified
Multiple Choice
A) It is not possible to change the zone of an instance after it is launched
B) From the AWS EC2 console, select the Actions - > Change zones and specify the new zone
C) The zone can only be modified using the AWS CLI
D) Stop one of the instances and change the availability zone
Correct Answer
verified
Showing 841 - 860 of 871
Related Exams