Amazon AWS Certified Solutions Architect - Associate SAA-C02
Prev

There are 450 results

Next
#421 (Accuracy: 100% / 6 votes)
A company is designing a new web application that the company will deploy into a single AWS Region. The application requires a two-tier architecture that will include Amazon EC2 instances and an Amazon RDS DB instance. A solutions architect needs to design the application so that all components are highly available.
Which solution will meet these requirements MOST cost-effectively?
  • A. Deploy EC2 instances in an additional Region. Create a DB instance with the Multi-AZ option activated.
  • B. Deploy all EC2 instances in the same Region and the same Availability Zone. Create a DB instance with the Multi-AZ option activated.
  • C. Deploy EC2 instances across at least two Availability Zones within the same Region. Create a DB instance in a single Availability Zone.
  • D. Deploy EC2 instances across at least two Availability Zones within the same Region. Create a DB instance with the Multi-AZ option activated.
#422 (Accuracy: 100% / 1 votes)
A company hosts an application used to upload files to an Amazon S3 bucket. Once uploaded, the files are processed to extract metadata, which takes less than
5 seconds.
The volume and frequency of the uploads varies from a few files each hour to hundreds of concurrent uploads. The company has asked a solutions architect to design a cost-effective architecture that will meet these requirements.
What should the solutions architect recommend?
  • A. Configure AWS CloudTrail trails to log S3 API calls. Use AWS AppSync to process the files.
  • B. Configure an object-created event notification within the S3 bucket to invoke an AWS Lambda function to process the files.
  • C. Configure Amazon Kinesis Data Streams to process and send data to Amazon S3. Invoke an AWS Lambda function to process the files.
  • D. Configure an Amazon Simple Notification Service (Amazon SNS) topic to process the files uploaded to Amazon S3. Invoke an AWS Lambda function to process the files.
#423 (Accuracy: 100% / 6 votes)
A company is designing a new application that runs in a VPC on Amazon EC2 instances. The application stores data in Amazon S3 and uses Amazon DynamoDB as its database. For compliance reasons, the company prohibits all traffic between the EC2 instances and other AWS services from passing over the public internet.
What can a solutions architect do to meet this requirement?
  • A. Configure gateway VPC endpoints to Amazon S3 and DynamoDB.
  • B. Configure interface VPC endpoints to Amazon S3 and DynamoDB.
  • C. Configure a gateway VPC endpoint to Amazon S3. Configure an interface VPC endpoint to DynamoDB.
  • D. Configure a gateway VPC endpoint to DynamoDB. Configure an interface VPC endpoint to Amazon S3.
#424 (Accuracy: 100% / 1 votes)
A company recently migrated a message processing system to AWS. The system receives messages into an ActiveMQ queue running on an Amazon EC2 instance. Messages are processed by a consumer application running on Amazon EC2. The consumer application processes the messages and writes results to a MySQL database running on Amazon EC2. The company wants this application to be highly available with low operational complexity.
Which architecture offers the HIGHEST availability?
  • A. Add a second ActiveMQ server to another Availability Zone. Add an additional consumer EC2 instance in another Availability Zone. Replicate the MySQL database to another Availability Zone.
  • B. Use Amazon MQ with active/standby brokers configured across two Availability Zones. Add an additional consumer EC2 instance in another Availability Zone. Replicate the MySQL database to another Availability Zone.
  • C. Use Amazon MQ with active/standby brokers configured across two Availability Zones. Add an additional consumer EC2 instance in another Availability Zone. Use Amazon RDS for MySQL with Multi-AZ enabled.
  • D. Use Amazon MQ with active/standby brokers configured across two Availability Zones. Add an Auto Scaling group for the consumer EC2 instances across two Availability Zones. Use Amazon RDS for MySQL with Multi-AZ enabled.
#425 (Accuracy: 100% / 3 votes)
A company observes an increase in Amazon EC2 costs in its most recent bill. The billing team notices unwanted vertical scaling of instance types for a couple of
EC2 instances.
A solutions architect needs to create a graph comparing the last 2 months of EC2 costs and perform an in-depth analysis to identify the root cause of the vertical scaling.
How should the solutions architect generate the information with the LEAST operational overhead?
  • A. Use AWS Budgets to create a budget report and compare EC2 costs based on instance types.
  • B. Use Cost Explorer's granular filtering feature to perform an in-depth analysis of EC2 costs based on instance types.
  • C. Use graphs from the AWS Billing and Cost Management dashboard to compare EC2 costs based on instance types for the last 2 months.
  • D. Use AWS Cost and Usage Reports to create a report and send it to an Amazon S3 bucket. Use Amazon QuickSight with Amazon S3 as a source to generate an interactive graph based on instance types.
#426 (Accuracy: 100% / 1 votes)
A company is developing an ecommerce application that will consist of a load-balanced front end, a container-based application, and a relational database. A solutions architect needs to create a highly available solution that operates with as little manual intervention as possible.
Which solutions meet these requirements? (Choose two.)
  • A. Create an Amazon RDS DB instance in Multi-AZ mode.
  • B. Create an Amazon RDS DB instance and one or more replicas in another Availability Zone.
  • C. Create an Amazon EC2 instance-based Docker cluster to handle the dynamic application load.
  • D. Create an Amazon Elastic Container Service (Amazon ECS) cluster with a Fargate launch type to handle the dynamic application load.
  • E. Create an Amazon Elastic Container Service (Amazon ECS) cluster with an Amazon EC2 launch type to handle the dynamic application load.
#427 (Accuracy: 100% / 1 votes)
A company designed a stateless two-tier application that uses Amazon EC2 in a single Availability Zone and an Amazon RDS Multi-AZ DB instance. New company management wants to ensure the application is highly available.
What should a solutions architect do to meet this requirement?
  • A. Configure the application to use Multi-AZ EC2 Auto Scaling and create an Application Load Balancer.
  • B. Configure the application to take snapshots of the EC2 instances and send them to a different AWS Region.
  • C. Configure the application to use Amazon Route 53 latency-based routing to feed requests to the application.
  • D. Configure Amazon Route 53 rules to handle incoming requests and create a Multi-AZ Application Load Balancer.
#428 (Accuracy: 100% / 2 votes)
A company is planning on deploying a newly built application on AWS in a default VPC. The application will consist of a web layer and database layer. The web server was created in public subnets, and the MySQL database was created in private subnets. All subnets are created with the default network ACL settings, and the default security group in the VPC will be replaced with new custom security groups.
The following are the key requirements:
✑ The web servers must be accessible only to users on an SSL connection.

✑ The database should be accessible to the web layer, which is created in a public subnet only.

✑ All traffic to and from the IP range 182.20.0.0/16 subnet should be blocked.

Which combination of steps meets these requirements? (Choose two.)
  • A. Create a database server security group with inbound and outbound rules for MySQL port 3306 traffic to and from anywhere (0 0.0.0/0).
  • B. Create a database server security group with an inbound rule for MySQL port 3306 and specify the source as a web server security group.
  • C. Create a web server security group with an inbound allow rule for HTTPS port 443 traffic from anywhere (0.0.0.0/0) and an inbound deny rule for IP range 182.20.0.0/16.
  • D. Create a web server security group with an inbound rule for HTTPS port 443 traffic from anywhere (0.0.0.0/0). Create network ACL inbound and outbound deny rules for IP range 182.20.0.0/16.
  • E. Create a web server security group with inbound and outbound rules for HTTPS port 443 traffic to and from anywhere (0.0.0.0/0). Create a network ACL inbound deny rule for IP range 182.20.0.0/16.
#429 (Accuracy: 90% / 8 votes)
A company is building an application that consists of several microservices. The company has decided to use container technologies to deploy its software on
AWS.
The company needs a solution that minimizes the amount of ongoing effort for maintenance and scaling. The company cannot manage additional infrastructure.
Which combination of actions should a solutions architect take to meet these requirements? (Choose two.)
  • A. Deploy an Amazon Elastic Container Service (Amazon ECS) cluster.
  • B. Deploy the Kubernetes control plane on Amazon EC2 instances that span multiple Availability Zones.
  • C. Deploy an Amazon Elastic Container Service (Amazon ECS) service with an Amazon EC2 launch type. Specify a desired task number level of greater than or equal to 2.
  • D. Deploy an Amazon Elastic Container Service (Amazon ECS) service with a Fargate launch type. Specify a desired task number level of greater than or equal to 2.
  • E. Deploy Kubernetes worker nodes on Amazon EC2 instances that span multiple Availability Zones. Create a deployment that specifies two or more replicas for each microservice.
#430 (Accuracy: 100% / 3 votes)
A user wants to list the IAM role that is attached to their Amazon EC2 instance. The user has login access to the EC2 instance but does not have IAM permissions.
What should a solutions architect do to retrieve this information?
  • A. Run the following EC2 command: curl http://169.254.169.254/latest/meta-data/iam/info
  • B. Run the following EC2 command: curl http://169.254.169.254/latest/user-data/iam/info
  • C. Run the following EC2 command: http://169.254.169.254/latest/dynamic/instance-identity/
  • D. Run the following AWS CLI command: aws iam get-instance-profile --instance-profile-name ExampleInstanceProfile