{"id":12960,"date":"2026-09-16T05:36:02","date_gmt":"2026-09-16T05:36:02","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12960"},"modified":"2026-09-16T05:36:02","modified_gmt":"2026-09-16T05:36:02","slug":"amazon-aws-certified-solutions-architect-associate-saa-c03-practice-test-questions-and-exam-dumps-part14-q261-280","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/amazon-aws-certified-solutions-architect-associate-saa-c03-practice-test-questions-and-exam-dumps-part14-q261-280\/","title":{"rendered":"Amazon AWS Certified Solutions Architect &#8211; Associate SAA-C03 Practice Test Questions and Exam Dumps Part14 Q261-280"},"content":{"rendered":"<h2><b>View Full\u00a0<\/b><a href=\"https:\/\/www.examlabs.com\/aws-certified-solutions-architect-associate-saa-c03-exam-dumps\"><b>Amazon AWS Certified Solutions Architect \u2013 Associate SAA-C03 Exam Dumps<\/b><\/a><b>\u00a0and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 261<\/b><\/h3>\n<p><b>Which AWS service provides a managed relational database compatible with popular database engines such as MySQL and PostgreSQL?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon DynamoDB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon RDS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Redshift<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon ElastiCache<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Relational Database Service (RDS) is a managed database service that supports several relational database engines, including MySQL and PostgreSQL. AWS handles many administrative tasks such as provisioning, backups, patching, and maintenance. RDS also supports capabilities such as Multi-AZ deployments and read replicas for appropriate workloads. DynamoDB is a NoSQL database, Redshift is designed for analytics and data warehousing, and ElastiCache provides in-memory caching. RDS is therefore the appropriate choice when an application requires a managed traditional relational database.<\/span><\/p>\n<h3><b>Question 262<\/b><\/h3>\n<p><b>A company needs to store objects that are rarely accessed but must be retained for several years at the lowest possible storage cost. Which S3 storage class is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Standard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Standard-IA<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Glacier Deep Archive<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Intelligent-Tiering<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">S3 Glacier Deep Archive is designed for long-term retention of data that is rarely accessed. It provides very low storage costs and is suitable for compliance records, financial records, backups, and other archival data that may need to be retained for years. Retrieval is slower than frequently accessed S3 storage classes, so it should be selected when immediate access is not required. S3 Standard is for frequently accessed data, Standard-IA is for infrequent but readily available access, and Intelligent-Tiering automatically manages changing access patterns.<\/span><\/p>\n<h3><b>Question 263<\/b><\/h3>\n<p><b>Which AWS service provides a managed firewall capability that can inspect and filter network traffic across VPCs?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Network Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon GuardDuty<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS WAF<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Shield<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Network Firewall is a managed network firewall service that provides stateful inspection and filtering of network traffic within Amazon VPC environments. It can help organizations implement centralized network security controls, inspect traffic patterns, and enforce rules for network communication. AWS WAF primarily protects web applications by inspecting HTTP and HTTPS requests, while GuardDuty detects suspicious activity and Shield focuses on DDoS protection. AWS Network Firewall is therefore the appropriate service when centralized network-level traffic inspection and filtering are required.<\/span><\/p>\n<h3><b>Question 264<\/b><\/h3>\n<p><b>A company wants to allow an application running in a private subnet to access Amazon S3 without using a NAT Gateway. Which solution should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Internet Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">NAT Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Interface endpoint only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 Gateway VPC Endpoint<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An S3 Gateway VPC Endpoint allows resources in a VPC to access Amazon S3 privately without routing traffic through a NAT Gateway or Internet Gateway. The endpoint is associated with appropriate route tables so traffic destined for S3 uses the endpoint. This can improve the network architecture and avoid NAT processing charges for supported S3 traffic. A NAT Gateway is used for outbound internet connectivity, while an Internet Gateway provides internet access. The S3 Gateway VPC Endpoint is therefore the most appropriate solution for private S3 access.<\/span><\/p>\n<h3><b>Question 265<\/b><\/h3>\n<p><b>Which AWS service can distribute application traffic across multiple Availability Zones and automatically stop sending requests to unhealthy targets?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Elastic Load Balancing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudWatch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CloudTrail<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Elastic Load Balancing distributes incoming application traffic across registered targets such as EC2 instances, containers, or IP addresses. It performs health checks and can stop sending requests to targets that fail those checks. This improves application availability and helps prevent traffic from being directed to unhealthy resources. CloudWatch provides monitoring and metrics, CloudTrail records API activity, and S3 provides object storage. Elastic Load Balancing is therefore the appropriate service when application traffic needs to be distributed across healthy resources in multiple Availability Zones.<\/span><\/p>\n<h3><b>Question 266<\/b><\/h3>\n<p><b>A workload requires temporary compute capacity and can tolerate interruptions in exchange for significant cost savings. Which EC2 purchasing option is best?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spot Instances<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reserved Instances<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">On-Demand Instances<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dedicated Hosts<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">EC2 Spot Instances allow customers to use spare AWS compute capacity at significantly reduced prices compared with On-Demand Instances. However, Spot Instances can be interrupted when AWS needs the capacity back. They are therefore best suited to flexible and fault-tolerant workloads such as batch processing, distributed computing, and stateless applications. Reserved Instances are more appropriate for predictable workloads, On-Demand Instances provide flexible capacity without a commitment, and Dedicated Hosts provide dedicated physical servers. Spot Instances are therefore the best option for interruption-tolerant workloads seeking maximum cost savings.<\/span><\/p>\n<h3><b>Question 267<\/b><\/h3>\n<p><b>Which AWS service is primarily used to provide domain name resolution and DNS routing for applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudFront<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Global Accelerator<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon API Gateway<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Route 53 is a highly available and scalable DNS service that provides domain name registration, DNS resolution, and traffic routing capabilities. It supports several routing policies, including simple, weighted, latency-based, geolocation, and failover routing. Route 53 can therefore direct users to appropriate application endpoints based on different routing requirements. CloudFront provides content delivery, Global Accelerator provides global network-level traffic routing, and API Gateway provides managed APIs. Route 53 is the appropriate service when DNS management and DNS-based application routing are required.<\/span><\/p>\n<h3><b>Question 268<\/b><\/h3>\n<p><b>A company needs to securely store an application password and automatically rotate it on a regular schedule. Which AWS service should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Systems Manager Parameter Store<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS KMS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudWatch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Secrets Manager<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Secrets Manager is designed to securely store and manage sensitive information such as passwords, API keys, and database credentials. It supports automatic rotation for supported secrets, allowing organizations to regularly change credentials without manually updating application configurations. Applications can retrieve the current secret programmatically at runtime. KMS provides encryption key management, CloudWatch provides monitoring, and Parameter Store stores configuration parameters and can also protect certain values but is not the primary service for managed secret rotation. Secrets Manager is therefore the best choice.<\/span><\/p>\n<h3><b>Question 269<\/b><\/h3>\n<p><b>Which AWS service can provide a temporary, controlled URL that allows users to upload objects directly to a private S3 bucket?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudFront<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">S3 presigned URL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS PrivateLink<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An S3 presigned URL grants temporary access to a specific S3 operation without making the bucket or object publicly accessible. Applications can generate a presigned URL that allows an authorized user to upload an object directly to S3 for a limited period. This is useful for applications that need users to upload files without exposing AWS credentials. CloudFront provides content delivery, PrivateLink provides private service connectivity, and Route 53 provides DNS. An S3 presigned URL is therefore appropriate for temporary controlled uploads.<\/span><\/p>\n<h3><b>Question 270<\/b><\/h3>\n<p><b>Which AWS service provides a managed, scalable NoSQL database supporting key-value and document data models?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon RDS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Redshift<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon DynamoDB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Aurora<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon DynamoDB is a fully managed NoSQL database that supports key-value and document data models. It is designed to provide low-latency performance at scale without requiring customers to manage database servers. DynamoDB can support applications with very high request volumes and provides features such as automatic scaling options, global tables, backups, and encryption. RDS and Aurora are relational database services, while Redshift is an analytical data warehouse. DynamoDB is therefore the appropriate choice for scalable NoSQL workloads requiring predictable low-latency access.<\/span><\/p>\n<h3><b>Question 271<\/b><\/h3>\n<p><b>A company wants to detect suspicious activity involving AWS accounts, instances, and network traffic without manually analyzing security logs. Which service should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon GuardDuty<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Macie<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Config<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Inspector<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon GuardDuty is a managed threat detection service that continuously analyzes relevant AWS activity and data sources to identify suspicious behavior. It can generate findings related to compromised credentials, malicious network activity, and unusual account behavior. GuardDuty helps security teams identify potential threats without requiring them to manually analyze large volumes of security data. Macie focuses on sensitive data discovery, Config evaluates resource configurations, and Inspector focuses on workload vulnerabilities. GuardDuty is therefore the appropriate service for managed threat detection across AWS environments.<\/span><\/p>\n<h3><b>Question 272<\/b><\/h3>\n<p><b>Which AWS service allows a company to run containers without provisioning or managing the underlying EC2 instances?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon EKS with self-managed nodes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon ECS with AWS Fargate<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon ECS with EC2 instances<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon EC2<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Fargate provides serverless compute for containers and allows organizations to run ECS tasks without managing the underlying EC2 instances. AWS handles the infrastructure required to execute the containers, allowing teams to focus on application configuration and deployment. ECS with EC2 requires customers to manage the instances, and self-managed EKS nodes also require infrastructure administration. EC2 directly provides virtual machines rather than serverless container execution. ECS with Fargate is therefore the best choice when container workloads should run without managing servers.<\/span><\/p>\n<h3><b>Question 273<\/b><\/h3>\n<p><b>Which AWS service provides centralized monitoring through metrics, logs, dashboards, and alarms?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CloudTrail<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Config<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudWatch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Organizations<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon CloudWatch provides monitoring capabilities for AWS resources and applications through metrics, logs, dashboards, and alarms. Organizations can use CloudWatch to monitor resource performance, detect operational problems, and trigger automated responses when defined thresholds are reached. CloudTrail records API activity, Config tracks resource configurations and compliance, and Organizations manages multiple AWS accounts. CloudWatch is therefore the appropriate service when an organization requires centralized monitoring and alerting for infrastructure and application workloads.<\/span><\/p>\n<h3><b>Question 274<\/b><\/h3>\n<p><b>A company wants to protect an EC2-based application from receiving traffic directly from the internet and only allow traffic from an Application Load Balancer. Which security control should be configured on the EC2 instances?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network ACL allowing all internet traffic<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Security group allowing traffic only from the ALB security group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public IP address on each EC2 instance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Internet Gateway route directly to the instances<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Security groups are stateful virtual firewalls associated with resources such as EC2 instances. The EC2 instances can be configured with a security group that permits application traffic only from the security group associated with the Application Load Balancer. This prevents direct internet traffic from reaching the instances while allowing legitimate requests through the load balancer. Public IP addresses and broad network ACL rules would expose the instances unnecessarily. Using security groups to restrict traffic to the load balancer follows the principle of least privilege.<\/span><\/p>\n<h3><b>Question 275<\/b><\/h3>\n<p><b>Which AWS service is designed to provide a dedicated private network connection between an on-premises data center and AWS?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Direct Connect<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Client VPN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon CloudFront<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon SQS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Direct Connect provides a dedicated network connection between an on-premises data center and AWS. It can provide more predictable network performance than internet-based connections and is commonly used for hybrid architectures, large-scale data transfers, and workloads requiring consistent private connectivity. Client VPN provides remote user access to AWS resources, CloudFront provides content delivery, and SQS provides message queuing. Direct Connect is therefore the appropriate choice when an organization requires dedicated private connectivity between its data center and AWS infrastructure.<\/span><\/p>\n<h3><b>Question 276<\/b><\/h3>\n<p><b>Which AWS service can provide centralized governance across multiple AWS accounts using organizational units and Service Control Policies?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Organizations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS IAM Identity Center<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Cognito<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CloudTrail<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Organizations enables centralized management and governance of multiple AWS accounts. Organizations can group accounts into organizational units and apply Service Control Policies to establish permission boundaries across accounts. It also supports centralized account management and consolidated billing. IAM Identity Center focuses on workforce access, Cognito manages application users, and CloudTrail records account activity. AWS Organizations is therefore the appropriate service when an enterprise needs centralized multi-account governance, account grouping, and organization-wide permission restrictions.<\/span><\/p>\n<h3><b>Question 277<\/b><\/h3>\n<p><b>Which disaster recovery strategy maintains a scaled-down but operational copy of the production environment that can be increased during a disaster?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backup and restore<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pilot light<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Warm standby<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cold site<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A warm standby disaster recovery strategy maintains a scaled-down but functional version of the production environment. During a disaster, additional resources can be added or scaled to handle the full production workload. This generally provides faster recovery than backup and restore or pilot light because the environment is already operational. Backup and restore requires rebuilding resources from backups, while pilot light keeps only essential components continuously running. Warm standby provides a useful balance between recovery speed and operating cost for many disaster recovery requirements.<\/span><\/p>\n<h3><b>Question 278<\/b><\/h3>\n<p><b>Which AWS service provides a managed event bus that can route events from AWS services and applications to configured targets?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon SQS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon SNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon EventBridge<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon EBS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon EventBridge is a serverless event bus service that receives events from AWS services, applications, and supported external sources. Rules can inspect event patterns and route matching events to targets such as Lambda, Step Functions, SQS, and other supported services. This supports loosely coupled and event-driven application architectures. SQS focuses on queue-based messaging, SNS provides pub\/sub notifications, and EBS provides block storage. EventBridge is therefore the appropriate service when an organization needs flexible event routing based on event patterns.<\/span><\/p>\n<h3><b>Question 279<\/b><\/h3>\n<p><b>Which AWS service can automatically scale the number of EC2 instances based on CloudWatch metrics such as CPU utilization?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon EC2 Auto Scaling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS CloudTrail<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Config<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon EC2 Auto Scaling can automatically adjust the number of EC2 instances in an Auto Scaling group according to demand. Scaling policies can use CloudWatch metrics such as average CPU utilization, request counts, or application-specific metrics to determine when additional capacity should be launched or unnecessary instances removed. This helps maintain application performance while controlling infrastructure costs. CloudTrail records API activity, Route 53 provides DNS services, and Config evaluates resource configurations. EC2 Auto Scaling with CloudWatch metrics is therefore appropriate for dynamic compute capacity management.<\/span><\/p>\n<h3><b>Question 280<\/b><\/h3>\n<p><b>Which AWS Well-Architected Framework pillar focuses on selecting and sizing resources efficiently while avoiding unnecessary infrastructure costs?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reliability<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Security<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Performance Efficiency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost Optimization<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Cost Optimization pillar focuses on avoiding unnecessary expenses while delivering business value. It includes practices such as selecting appropriately sized resources, eliminating unused infrastructure, choosing suitable pricing models, monitoring spending, and using managed services efficiently. Reliability focuses on workload recovery and availability, Security focuses on protecting systems and data, and Performance Efficiency focuses on using computing resources efficiently to meet requirements. Cost Optimization is therefore the appropriate pillar when the primary objective is controlling AWS spending while maintaining required business outcomes.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full\u00a0Amazon AWS Certified Solutions Architect \u2013 Associate SAA-C03 Exam Dumps\u00a0and Practice Test Dumps &nbsp; Question 261 Which AWS service provides a managed relational database compatible with popular database engines such as MySQL and PostgreSQL? Amazon DynamoDB Amazon RDS Amazon Redshift Amazon ElastiCache Correct Answer: 2 Explanation Amazon Relational Database Service (RDS) is a managed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12960"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=12960"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12960\/revisions"}],"predecessor-version":[{"id":12976,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12960\/revisions\/12976"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12960"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12960"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}