AWS-02 focuses on optimizing costs and enhancing functionality in AWS environments. It assesses skills in choosing cost-effective solutions for different operational needs, configuring shared storage, and ensuring high availability and regional access controls for web applications.
Set up an AWS Storage Gateway file gateway
Set up Amazon Elastic File System (Amazon EFS)
Set up AWS Storage Gateway as a volume gateway
Set up an Amazon Elastic Block Store (Amazon EBS) volume
Rate this question:
Use step scaling
Use simple scaling
Use lifecycle hooks
Use scheduled scaling.
Rate this question:
Use Amazon S3 website hosting for the backup website and Route 53 failover routing policy.
Use Amazon S3 website hosting for the backup website and Route 53 latency routing policy.
Deploy the application in another AWS Region and use ELB health checks for failover routing.
Deploy the application in another AWS Region and use server-side redirection on the primary website
Rate this question:
Amazon CloudFront and Amazon S3
AWS Lambda and Amazon DynamoDB
Application Load Balancer with Amazon EC2 Auto Scaling
Amazon Route 53 with internal Application Load Balances
Rate this question:
Use Amazon FSx for Windows File Server
Use Amazon Elastic File System (Amazon EFS)
Use AWS Storage Gateway in file gateway mode
Deploy a Windows file server on two On Demand instances across two Availability Zones
Rate this question:
Migrate the file Share to Amazon RDS
Migrate the tile Share to AWS Storage Gateway
Migrate the file Share to Amazon FSx for Windows File Server
Migrate the tile share to Amazon Elastic File System (Amazon EFS)
Rate this question:
Set up a VPC peering connection between VPC-A and VPC-B.
Set up VPC gateway endpoints for the EC2 instance running in VPC-B.
Attach a virtual private gateway to VPC-B and enable routing from VPC-A.
Create a private virtual interface (VIF) for the EC2 instance running in VPC-B and add appropriate routes from VPC-B.
Rate this question:
Amazon Aurora
Amazon RDS for Sql Server
Amazon DynamoDB Streams
Amazon DynamoDB on-demand
Rate this question:
Create a site-to-site VPN connection between the private subnet and the network in which the public site is deployed
Create a NAT gateway in a public subnet. Route outbound traffic from the private subnet through the NAI gateway
Create a network ACL for the private subnet where the EC2 instance deployed only allows access from the IP address range of the public website
Create a security group that only allows connections from the IP address range of the public website. Attach the security group to the EC2 instance.
Rate this question:
Host the entire website on Amazon S3.
Use Amazon CloudFront and Amazon S3 to host static images
Increase the number of public load balancers and EC2 instances
Deploy the two-tier website in AWS Regions in Europe and Australia
Rate this question:
Increase the minimum capacity for the Auto Scaling group
Increase the maximum capacity for the Auto Scaling group.
Configure scheduled scaling to scale up to the desired compute level
Change the scaling policy to add more EC2 instances during each scaling operation
Rate this question:
Enable public access on an Amazon S3 bucket.
Generate a pre signed URL to share with the users
Encrypt files using AWS KMS and provide keys to the users
Create and assign IAM roles that will grant GetObject permissions to the users
Rate this question:
Create an Amazon EFS file system and mount it from each EC2 instance
Create an Amazon S3 bucket and permit access from all the EC2 instances in the VPC
Create a file system on an Amazon EBS Provisioned IOPS SSD (101) volume. Attach the volume to all the EC2 instances
Create file systems on Amazon EBS volumes attached to each EC2 instance. Synchronize the Amazon EBS volumes across the different EC2 instances
Rate this question:
Deploy a NAT Instance in a private subnet of each Availability Zone
Deploy a NAT gateway in a public subnet of each Availability Zone
Deploy a transit gateway in a private subnet of each Availability Zone
Deploy an internet gateway in a public subnet of each Availability Zone
Rate this question:
Amazon Redshift
Amazon DynamoDB
Amazon RDS for MySQL
MySQL-compatible Amazon Aurora Multi-AZ
Amazon RDS for SQL Server Standard Edition Multi-AZ
Rate this question:
Export the data to Amazon DynamoDB and have the business analysts run their queries
Load the data into Amazon ElastiCache and have the business analysts run their queries
Create a read replica of the primary database and have the business analysts run their queries.
Copy the data into an Amazon Redshift cluster and have the business analysts run their queries.
Rate this question:
Enable versioning on the S3 bucket
Enable access logging on the S3 bucket.
Enable server-side encryption on the S3 bucket
Configure an S3 lifecycle rule to transition objects to Amazon S3 Glacier
Use MFA Delete to require multi-factor authentication to delete an object
Rate this question:
Use an AWS Storage Gateway file gateway to provide file storage to AWS, then perform analytics on this data in the AWS Cloud
Use an AWS storage Gateway tape gateway to copy the backup of the local data to AWS, then perform analytics on this data in the AWS cloud
Use an AWS Storage Gateway volume gateway in a stored volume configuration to regularly take snapshots of the local data, then copy the data to AWS
Use an AWS Storage Gateway volume gateway in a cached volume configuration to back up all the local storage in the AWS cloud, then perform analytics on this data in the cloud
Rate this question:
Create a private hosted zone using Amazon Route 53
Configure a VPC gateway endpoint for Amazon S3 in the VPC.
Configure AWS Private Link between the EC2 instance and the S3 bucket
Set up a site-to-site VPN connection between the VPC and the S3 bucket.
Rate this question:
Use Amazon SQS with AWS Lambda to generate reports
Increase the idle timeout on the Application Load Balancer to 5 minutes
Update the client-side application code to increase its request timeout to 5 minutes
Publish the reports to Amazon S3 and use Amazon CloudFront for downloading to the user.
Rate this question:
Amazon EBS
Amazon EC2
Amazon FSx
Amazon S3
Rate this question:
Create IAM users for daily administrative tasks. Disable the root user
Create IAM users for daily administrative tasks. Enable multi-factor authentication on the root user.
Generate an access key for the root user. Use the access key for daily administration tasks instead of the AWS Management Console
Provide the root user credentials to the most senior solution architect. Have the solution architect use the root user for daily administration tasks
Rate this question:
DEV with Spot Instances and PROD with On-Demand Instances
DEV with On-Demand Instances and PROD with Spot Instances
DEV with Scheduled Reserved Instances and PROD with Reserved Instances
DEV with On-Demand Instances and PROD with Scheduled Reserved Instances
Rate this question:
Configure the security group for the EC2 instances
Configure the security group on the Application Load Balancer
Configure AWS WAF on the Application Load Balancer in a VPC.
Configure the network ACL for the subnet that contains the EC2 instances.
Configure a volume using Amazon EFS. Mount the EBS volume to each Windows Instance.
Configure AWS Storage Gateway in Volume Gateway mode. Mount the volume to each Windows Instance
Configure Amazon FSx for Windows File Server. Mount the Amazon FSx volume to each Windows Instance
Configure an Amazon EBS volume with the required size. Attach each EC2 instance to the volume. Mount the file system within the volume to each Windows instance.
Rate this question:
Create a Network Load Balancer backed by an Auto Scaling group with a UDP listener
Create a Network Load Balancer backed by a Spot Fleet with instances in a group with instances in a partition placement group
Create a Network Load Balancer backed by the existing serves in different Availability Zones as the target
Create a Network Load Balancer backed by an Auto Scaling with instances in multiple Availability zones as the target
Rate this question:
Deploy a NAT gateway inside the public subnet for each Availability Zone and associate it with an Elastic IP address. Update the routing table of the private subnet to use it as the default route
Deploy a NAT gateway inside the private subnet for each Availability Zone and associate it with an Elastic IP address. Update the routing table of the private subnet to use it as the default route.
Deploy two NAT instances inside the public subnet for each Availability Zone and associate them with Elastic IP addresses. Update the routing table of the private subnet to use it as the default route
Deploy two NAT instances inside the private subnet for each Availability Zone and associate them with Elastic IP addresses. Update the routing table of the private subnet to use it as the default route
Rate this question:
Create a AWS Lambda function to keep track of the IPs for all the ALBs in different Regions Keep refreshing this list
Set up a Network Load Balancer (NLB) with Elastic IPs. Register the private IPs of all the ALBs as targets to this NLB
Launch AWS Global Accelerator and create endpoints for all the Regions. Register all the ALBs in different Regions to the corresponding endpoints.
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.
Rate this question:
Change the EBS volume to Provisioned IOPS (PIOPS).
Store the video in an Amazon S3 bucket and create an Amazon CloudFront distribution
Split the video into multiple, smaller segments so users are routed to the requested video segments only
Clear an Amazon S3 bucket in each Region and upload the videos so users are routed to the nearest S3 bucket
Rate this question:
Use Amazon DynamoDB transactions
Create an Amazon Neptune database in a Multi AZ design
Use a fully managed Amazon RDS for MySQL database in a Multi-AZ design
Deploy PostgreSQL on an Amazon EC2 instance that uses Amazon EBS Throughput Optimized HDD storage
Rate this question:
Configure Amazon DynamoDB Accelerator (DAX) for the new messages table. Update the code to use the DAX endpoint
Add DynamoDB read replicas to handle the increased read load. Update the application to point to the read endpoint for the read replicas.
Double the number of read capacity units for the new messages table in DynamoDB. Continue to use the existing DynamoDB endpoint
Add an Amazon ElastiCache for Redis cache to the application stack. Update the application to point to the Redis cache endpoint instead of DynamoDB.
Rate this question:
Use S3 ACLs.
Use Amazon Elastic Block Store (EBS) automated snapshots
Use S3 Intelligent-Tiering storage
Use S3 One Zone-infrequent Access (S3 One Zone-IA).
Rate this question:
Use an instance from the I3 I/O optimized family and leverage local ephemeral storage to achieve the IOPS requirement
Create an Nitro-based Amazon EC2 instance with an Amazon EBS Provisioned IOPS SSD (io1) volume attached. Configure the volume to have 64,000 IOPS
Create and map an Amazon Elastic File System (Amazon EFS) volume to the database instance and use the volume to achieve the required IOPS for the database.
Provision two volumes and assign 32,000 IOPS to each. Create a logical volume at the operating system level that aggregates both volumes to achieve the IOPS requirements.
Rate this question:
An Auto Scaling group with Spot Instance types
Placement group using a cluster placement strategy
A placement group using a partition placement strategy
A placement group using a partition placement strategy
Rate this question:
Configure shared VPCs and VPNs and share to each other
Configure a hub-and-spoke and route all traffic through VPC peering
Configure an AWS Direct Connect between all VPCs and VPNs
Configure a transit gateway with AWS Transit Gateway and connected all VPCs and VPNs.
Rate this question:
Containerize the website and host it in AWS Fargate.
Create an Amazon S3 bucket and host the website there
Deploy a web server on an Amazon EC2 instance to host the website
Configure an Application Load Balancer with an AWS Lambda target that uses the Express.js framework
Rate this question:
Configure two AWS Lambda functions to run the applications. Create an Amazon EC2 instance with an instance store volume to store the data.
Configure two AWS Lambda functions to run the applications. Create an Amazon EC2 instance with an Amazon Elastic Block Store (Amazon EBS) volume to store the data.
Configure one memory optimized Amazon EC2 instance to run both applications simultaneously. Create an Amazon Elastic Block Store (Amazon EBS) volume with Provisioned IOPS to store the data
Configure two Amazon EC2 instances to run both applications. Configure Amazon Elastic File System (Amazon EFS) with General Purpose performance mode and Bursting Throughput mode to store the data
Rate this question:
Reduce the threshold for CPU utilization in the Auto Scaling group
Replace the Application Load Balancer with a Network Load Balancer
Add read replicas for the RDS instances and direct read traffic to the replica
Add Multi-AZ support to the RDS instances and direct read traffic to the new EC2 instance.
Rate this question:
Configure a DX connection with a VPN on top of it
Configure DX connections at multiple DX locations
Configure a DX connection using the most reliable DX partner
Configure multiple virtual interfaces on top of a DX connection.
Rate this question:
Amazon Aurora Global Database
Amazon DynamoDB global tables
Amazon RDS for MySQL with Multi-AZ enabled
Amazon RDS for MySQL with a cross-Region snapshot copy
Rate this question:
S3 Standard
S3 Intelligent-Tiering
S3 Standard-Infrequent Access (S3 Standard-IA)
S3 One Zone-Infrequent Access (S3 One Zone-IA)
Rate this question:
Update the S3 role in AWS IAM to allow read/write access from Amazon ECS, and then relaunch the container
Create an IAM role with S3 permissions, and then specify that role as the taskRoleArn in the task definition
Create a security group that allows access from Amazon ECS to Amazon S3, and update the launch configuration used by the ECS cluster
Create an IAM user with S3 permissions, and then relaunch the Amazon EC2 instances for the ECS cluster while logged in as this account
Rate this question:
Server-side encryption with customer-provided encryption keys
Client-side encryption with Amazon S3 managed encryption keys
Server-side encryption with keys stored in AWS key Management Service (AWS KMS)
Client-side encryption with a master key stored in AWS Key Management Service (AWS KMS)
Rate this question:
Set up AWS Storage Gateway to connect with the backup applications using the NFS interface.
Set up an Amazon EFS file system that connects with the backup applications using the NFS interface.
Set up an Amazon EFS file system that connects with the backup applications using the iSCSI interface
Set up AWS Storage Gateway to connect with the backup applications using the iSCSIvirtual tape library (VTL) interface
Rate this question:
Amazon EBS Cold HDD (sc1)
Amazon EBS General Purpose SSD (gp2)
Amazon EBS Provisioned IOPS SSD (io1)
Amazon EBS Throughput Optimized HDD (st1)
Rate this question:
Set up AWS Global Accelerator and add endpoints
Set up AWS Direct Connect locations in multiple Regions
Set up an Amazon CloudFront distribution to access an application
Set up an Amazon Route 53 geo proximity routing policy to route traffic
Rate this question:
Use an Amazon CloudFront distribution with an origin access identity (OAI). Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design a Lambda function to remove data that is older than 14 days
Use an S3 bucket and provide direct access to the tile Design the application to track purchases in a DynamoDB table. Configure a Lambda function to remove data that is older than 14 days based on a query to Amazon DynamoDB.
Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to sot an expiration of 14 days for the URL
Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to set an expiration of 60 minutes for the URL and recreate the URL as necessary
Rate this question:
Enable AWS Config service with the appropriate rules
Enable AWS Trusted Advisor with the appropriate checks
Write a script using an AWS SDK to generate a bucket report
Enable Amazon S3 server access logging and configure Amazon CloudWatch Events
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Amazon Cp Exam Test 2
This quiz evaluates knowledge on Amazon ECS, covering its scalability, usage, and related AWS services.
Questions:
20 |
Attempts:
42 |
Last updated:
Mar 20, 2023
|
AWS Certified Cloud Practitioner
This AWS Certified Cloud Practitioner quiz assesses knowledge on AWS services for security, integration, and business process management. It is designed for individuals preparing...
Questions:
255 |
Attempts:
500 |
Last updated:
Oct 29, 2024
|
AWS Certified Solutions Architect - Associate (part 2)
This quiz prepares for the AWS Certified Solutions Architect - Associate exam, focusing on key aspects like security features, data processing capabilities, and specific AWS...
Questions:
70 |
Attempts:
368 |
Last updated:
Mar 20, 2023
|
|
Wait!
Here's an interesting quiz for you.