381 questions · instant answer feedback · concise explanations · free
Question 1 of 381An organization is currently operating MySQL databases on its own on-premises servers. To reduce the operational burden of database maintenance and management, the organization wants to move to a fully managed AWS database offering. Which migration strategy best aligns with this goal?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Replatform
Replatforming involves moving to a managed cloud service like Amazon RDS to reduce operational overhead without rewriting applications. Rehosting is a distractor that simply lifts and shifts servers to EC2, retaining all management burdens.
Question 2 of 381Which type of cloud computing does Amazon Elastic Compute Cloud (EC2) represent?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Infrastructure as a Service (IaaS)
Amazon EC2 represents Infrastructure as a Service because it provides foundational computing resources where you manage the operating system and applications. Remember that Elastic Beanstalk is PaaS, while fully managed products like Rekognition fit the SaaS category.
Question 3 of 381A data analytics company is running a proprietary batch analytics application on AWS and wants to use a storage service which would be accessed by hundreds of EC2 instances simultaneously to append data to existing files. As a Cloud Practitioner, which AWS service would you suggest for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Elastic File System (Amazon EFS)
EFS provides a scalable file system that can be concurrently accessed by hundreds of EC2 instances. EBS is a strong distractor, but volumes can only be attached to a single instance, and object storage like S3 cannot handle direct file appends.
Question 4 of 381Which of the following statements are CORRECT regarding the AWS VPC service? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. A Network Address Translation gateway (NAT gateway) is managed by AWS · C. A Security Group can have allow rules only
A Security Group is stateful and only supports allow rules, while a NAT Gateway is a fully managed AWS service. Remember that Network ACLs are stateless and support both allow and deny rules, and a NAT instance is managed by the customer.
Question 5 of 381A company needs a storage solution for a project wherein the data is accessed less frequently but needs rapid access when required. Which S3 storage class is the MOST cost-effective for the given use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon S3 Standard-Infrequent Access (S3 Standard-IA)
Amazon S3 Standard-Infrequent Access is designed for data accessed less frequently but requiring rapid retrieval. While Glacier is cheaper, it is for archives and does not offer rapid access, making Standard-IA the correct choice for this use case.
Question 6 of 381According to the AWS Cloud Adoption Framework (AWS CAF), what are two tasks that a company should perform when planning to migrate to the AWS Cloud and aiming to become more responsive to customer inquiries and feedback as part of their organizational transformation? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Leverage agile methods to rapidly iterate and evolve · C. Organize your teams around products and value streams
The AWS Cloud Adoption Framework recommends leveraging agile methods and organizing teams around products. This approach shifts organizations away from bureaucratic designs to become more responsive to customer inquiries and feedback.
Question 7 of 381AWS Web Application Firewall (WAF) offers protection from common web exploits at which layer?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Layer 7
AWS Web Application Firewall inspects HTTP and HTTPS requests to protect against web exploits. This traffic operates at the Application layer, which is Layer 7 of the OSI model. AWS Shield is typically used for Layer 3 and Layer 4 protection.
Question 8 of 381A company wants to move to AWS cloud and release new features with quick iterations by utilizing relevant AWS services whenever required. Which of the following characteristics of AWS Cloud does it want to leverage?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Agility
Agility in the AWS Cloud refers to the ability to rapidly develop, test, and launch new features. Because cloud resources are available on-demand, companies can quickly iterate without waiting for hardware provisioning.
Question 9 of 381According to the AWS Shared Responsibility Model, which of the following are responsibilities of AWS? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Replacing faulty hardware of Amazon EC2 instances · C. Operating the infrastructure layer, the operating system and the platform for the Amazon S3 service
Under the Shared Responsibility Model, AWS is responsible for the security of the cloud infrastructure. This includes physical hardware replacement and managing abstracted services like S3. Customers remain responsible for IAM roles and S3 bucket policies.
Question 10 of 381Which of the following is a serverless AWS service?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Lambda
AWS Lambda is a serverless compute service that runs code without provisioning servers. Unlike EC2, EMR, or Elastic Beanstalk, you do not manage the underlying instances, making it the only serverless option on this list.
Question 11 of 381Which of the following AWS services support reservations to optimize costs? (Select three)
Select 3 answers.
Show answer & explanation
Correct answer: B. Amazon DynamoDB · C. Amazon Elastic Compute Cloud (Amazon EC2) · E. Amazon Relational Database Service (Amazon RDS)
Amazon EC2, Amazon RDS, and Amazon DynamoDB support reservations to optimize costs for predictable workloads. Services like Amazon S3 and AWS Lambda follow pay-as-you-go pricing and do not offer reservation discounts.
Question 12 of 381Which AWS Route 53 routing policy would you use to route traffic to multiple resources and also choose how much traffic is routed to each resource?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Weighted routing
Weighted routing allows you to distribute traffic across multiple resources by assigning specific proportional values. Use latency-based routing when your priority is sending users to the fastest responding region instead.
Question 13 of 381Which AWS Support plan provides architectural guidance contextual to your specific use-cases?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Business Support
Business Support is the lowest tier offering contextual architectural guidance for specific use cases. A strong distractor is Enterprise Support, which provides proactive consultative reviews and a Technical Account Manager.
Question 14 of 381Which of the following AWS services support VPC Gateway Endpoints for a private connection from a VPC? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Amazon Simple Storage Service (Amazon S3) · D. Amazon DynamoDB
Amazon S3 and DynamoDB are the only services supporting gateway endpoints. Other supported services use interface endpoints powered by PrivateLink, which use elastic network interfaces instead of route table modifications.
Question 15 of 381A financial services company wants to ensure that its AWS account activity meets governance, compliance, and auditing norms. As a Cloud Practitioner, which AWS service would you recommend for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS CloudTrail
AWS CloudTrail records account-specific API actions for auditing user activity and compliance. AWS Config is a strong distractor, but it specifically evaluates resource configuration changes rather than account-level API events.
Question 16 of 381Which of the following Amazon S3 storage classes takes the most time to retrieve data (also known as first byte latency)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon S3 Glacier Deep Archive
S3 Glacier Deep Archive has the longest retrieval time, taking up to 48 hours for standard requests. Glacier Flexible Retrieval is a common distractor, but its maximum expedited retrieval time is only five minutes.
Question 17 of 381Which of the following AWS services should be used to automatically distribute incoming traffic across multiple targets?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Elastic Load Balancing (ELB)
Elastic Load Balancing distributes incoming traffic across multiple registered targets like EC2 instances. AWS Auto Scaling is a strong distractor, but it only adjusts the number of instances rather than routing requests.
Question 18 of 381AWS Shield Advanced provides expanded DDoS attack protection for web applications running on which of the following resources? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: D. AWS Global Accelerator · E. Amazon Route 53
AWS Shield Advanced provides expanded DDoS protection for Route 53 and Global Accelerator, along with CloudFront, Elastic Load Balancing, and EC2. Be careful with API Gateway and Elastic Beanstalk, as they are covered by Shield Standard, not Advanced.
Question 19 of 381An IT company is planning to migrate from an on-premises environment to AWS Cloud. Which of the following expense areas would result in cost savings when the company moves to AWS Cloud? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Data center hardware infrastructure expenditure · E. Data center physical security expenditure
Migrating to AWS shifts data center hardware and physical security costs from fixed capital expenses to variable operational expenses. Software licenses and personnel salaries remain unaffected by this infrastructure transition, making them incorrect choices here.
Question 20 of 381A startup wants to migrate its data and applications from the on-premises data center to AWS Cloud. Which of the following options can be used by the startup to help with this migration? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Leverage AWS Professional Services to accelerate the infrastructure migration · D. Utilize AWS Partner Network (APN) to build a custom solution for this infrastructure migration
AWS Professional Services and the AWS Partner Network provide the expert consulting needed to accelerate and build custom infrastructure migration solutions. Standard AWS Support and Trusted Advisor cannot execute complex migrations, and forums lack official migration authority.
Question 21 of 381Which AWS service will help you receive alerts when the reservation utilization falls below the defined threshold?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Budgets
AWS Budgets lets you set custom reservation utilization or coverage targets and triggers alerts when usage drops below your defined threshold. Trusted Advisor offers general best practices, while CloudTrail simply logs API actions without cost monitoring capabilities.
Question 22 of 381Which of the following AWS Support plans provide access to only core checks from the AWS Trusted Advisor Best Practice Checks? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS Basic Support · E. AWS Developer Support
The Basic and Developer Support plans only provide access to the core Trusted Advisor checks for service limits and basic security. Business and Enterprise support tiers unlock the full suite of Trusted Advisor best practice checks across all categories.
Question 23 of 381The DevOps team at an IT company is moving 500 GB of data from an EC2 instance to an S3 bucket in the same region. Which of the following scenario captures the correct charges for this data transfer?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. The company would not be charged for this data transfer
Data transfer between AWS services within the same region is free, so moving data between EC2 and S3 incurs no transfer charges. Watch out for outbound data transfer to the public internet, as AWS aggregates and charges for that specific traffic.
Question 24 of 381A cyber forensics team has detected that AWS owned IP-addresses are being used to carry out malicious attacks. As this constitutes prohibited use of AWS services, which of the following is the correct solution to address this issue?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Contact AWS Abuse Team
The AWS Abuse team is the correct contact for reporting prohibited behaviors, such as malicious attacks originating from AWS-owned IP addresses. Standard AWS Support handles technical issues and cannot process abuse reports or enforce prohibited usage violations.
Question 25 of 381Which of the following is a recommended way to provide programmatic access to AWS resources?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Use Access Key ID and Secret Access Key to access AWS resources programmatically
Access keys, consisting of an access key ID and a secret access key, authenticate programmatic requests via the API or CLI. Remember that MFA secures console logins but cannot directly authenticate programmatic requests without specialized temporary credential configurations.
Question 26 of 381An e-commerce company has deployed an RDS database in a single Availability Zone (AZ). The engineering team wants to ensure that in case of an AZ outage, the database should continue working on the same endpoint without any manual administrative intervention. Which of the following solutions can address this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Configure the database in RDS Multi-AZ deployment with automatic failover to the standby
Multi-AZ deployments provide high availability via a synchronous standby instance and an automatic failover mechanism. RDS keeps the same endpoint after failover, allowing the application to reconnect seamlessly. Read replicas require manual promotion and do not use a standby.
Question 27 of 381A company wants to identify the optimal AWS resource configuration for its workloads so that the company can reduce costs and increase workload performance. Which of the following services can be used to meet this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Compute Optimizer
Compute Optimizer uses machine learning to analyze historical utilization and recommend optimal resource configurations for instances, volumes, and functions. Cost Explorer is a strong distractor, but it focuses on visualizing past spending and broad cost trends rather than active performance rightsizing.
Question 28 of 381A startup wants to set up its IT infrastructure on AWS Cloud. The CTO would like to get an estimate of the monthly AWS bill based on the AWS services that the startup wants to use. As a Cloud Practitioner, which AWS service would you suggest for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Pricing Calculator
The AWS Pricing Calculator estimates monthly bills by modeling services before deployment. Cost Explorer is a strong distractor, but it analyzes historical spending and existing resources rather than forecasting costs for new infrastructure.
Question 29 of 381A unicorn startup is building an analytics application with support for a speech-based interface. The application will accept speech-based input from users and then convey results via speech. As a Cloud Practitioner, which solution would you recommend for the given use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Use Amazon Transcribe to convert speech to text for downstream analysis. Then use Amazon Polly to convey the text results via speech
Amazon Transcribe converts speech into text for analytics, while Amazon Polly turns text into lifelike speech. Amazon Translate is a distractor because it handles language-to-language translation, not speech recognition or text-to-speech.
Question 30 of 381Which of the following are the advantages of cloud computing? (Select three)
Select 3 answers.
Show answer & explanation
Correct answer: A. Trade capital expense for variable expense · E. Benefit from massive economies of scale · F. Go global in minutes and deploy applications in multiple regions around the world with just a few clicks
Trading capital expense for variable expense, benefiting from massive economies of scale, and going global in minutes are all core advantages of cloud computing. The incorrect options describe the rigid capacity planning and heavy upfront costs of traditional infrastructure.
Question 31 of 381A company wants to improve the resiliency of its flagship application so it wants to move from its traditional database system to a managed AWS NoSQL database service to support active-active configuration in both the East and West US AWS regions. The active-active configuration with cross-region support is the prime criteria for any database solution that the company considers. Which AWS database service is the right fit for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon DynamoDB with global tables
Amazon DynamoDB global tables provide an active-active cross-region configuration for a fully managed NoSQL database. DAX only provides in-memory caching for a single region, while Aurora multi-master is a relational database rather than a NoSQL solution.
Question 32 of 381A silicon valley based healthcare startup stores anonymized patient health data on Amazon S3. The CTO further wants to ensure that any sensitive data on S3 is discovered and identified to prevent any sensitive data leaks. As a Cloud Practitioner, which AWS service would you recommend addressing this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon Macie
Amazon Macie uses machine learning and pattern matching to discover and protect sensitive data stored in Amazon S3 buckets. AWS Secrets Manager is for storing credentials securely, not for automatically scanning and identifying sensitive data within files.
Question 33 of 381Which of the following statements are CORRECT regarding the Availability Zone (AZ) specific characteristics of Amazon Elastic Block Store (EBS) and Amazon Elastic File System (Amazon EFS) storage types?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. EBS volume can be attached to a single instance in the same Availability Zone (AZ) whereas EFS file system can be mounted on instances across multiple Availability Zones (AZ)
An EBS volume is attached to a single instance within the same Availability Zone, whereas an EFS file system can be mounted across multiple instances and zones. EFS provides regional scalability, distinguishing it from the strictly zonal EBS volumes.
Question 34 of 381Which AWS services can be used to decouple components of a microservices based application on AWS Cloud? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Amazon Simple Notification Service (SNS) · B. Amazon Simple Queue Service (SQS)
Amazon SNS and Amazon SQS are managed messaging services designed to decouple and scale microservices by handling communication between components. AWS Lambda and EC2 execute code, while Step Functions simply coordinate workflows rather than acting as a decoupling message broker.
Question 35 of 381What are the advantages that AWS Cloud offers over a traditional on-premises IT infrastructure? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: D. Trade capital expense for variable expense · E. Eliminate guessing on your infrastructure capacity needs
The cloud allows you to trade upfront capital expenses for pay-as-you-go variable expenses while eliminating the need to guess infrastructure capacity. Options involving on-premises hardware or early capacity decisions represent traditional IT bottlenecks, not cloud benefits.
Question 36 of 381Which of the following entities applies patches to the underlying OS for Amazon Aurora?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. The AWS Product Team automatically
Amazon Aurora is a managed service where AWS handles the underlying infrastructure. The AWS Product Team automatically patches the operating system and database components. Customers cannot use Systems Manager or SSH into the underlying instances.
Question 37 of 381Which of the following AWS services can be used to connect a company's on-premises environment to a VPC without using the public internet?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Direct Connect
AWS Direct Connect establishes a dedicated, private network connection from on-premises environments to AWS. Remember that Site-to-Site VPN traffic also technically goes over the public internet, even though it encrypts the data in transit.
Question 38 of 381A startup wants to provision an EC2 instance for the lowest possible cost for a long-term duration but needs to make sure that the instance would never be interrupted. As a Cloud Practitioner, which of the following options would you recommend?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. EC2 Reserved Instance (RI)
EC2 Reserved Instances provide significant discounts for long-term commitments without the risk of interruption. Spot Instances cost less but can be terminated, making them unsuitable for workloads requiring continuous uptime.
Question 39 of 381A company uses reserved EC2 instances across multiple units with each unit having its own AWS account. However, some of the units under-utilize their reserved instances while other units need more reserved instances. As a Cloud Practitioner, which of the following would you recommend as the most cost-optimal solution?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Use AWS Organizations to manage AWS accounts of all units and then share the reserved EC2 instances amongst all units
AWS Organizations allows you to centrally manage multiple accounts and enables Reserved Instance sharing across them. Cost Explorer and Trusted Advisor offer cost visibility and recommendations but cannot execute resource sharing.
Question 40 of 381Which of the following are the storage services offered by the AWS Cloud? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Amazon Simple Storage Service (Amazon S3) · E. Amazon Elastic File System (Amazon EFS)
Amazon S3 provides object storage, while Amazon EFS provides managed file storage. For the exam, remember that EC2 is strictly a compute service, and SNS and SQS handle messaging, not storage.
Question 41 of 381A medical research startup wants to understand the compliance of AWS services concerning HIPAA guidelines. Which AWS service can be used to review the HIPAA compliance and governance-related documents on AWS?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Artifact
AWS Artifact is the central portal for on-demand access to security and compliance reports like HIPAA documents. Trusted Advisor checks infrastructure against best practices but does not provide compliance artifacts.
Question 42 of 381A company runs an application on a fleet of EC2 instances. The company wants to automate the traditional maintenance job of running timely assessments and checking for OS vulnerabilities. As a Cloud Practitioner, which service will you suggest for this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Inspector
Amazon Inspector performs automated security assessments to check EC2 instances for unintended network exposure and software vulnerabilities. GuardDuty focuses on account-level threat detection, while Macie discovers sensitive data.
Question 43 of 381Which of the following are correct statements regarding the AWS Global Infrastructure? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Each Availability Zone (AZ) consists of one or more discrete data centers · D. Each AWS Region consists of a minimum of three Availability Zones (AZ)
An AWS Region contains at least three Availability Zones, and each Zone consists of one or more discrete data centers. If an option claims a Region has only two Zones, it contradicts the current infrastructure baseline.
Question 44 of 381Which security service of AWS is enabled for all AWS customers, by default, at no additional cost?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Shield Standard
AWS Shield Standard is automatically enabled for all AWS customers at no extra cost to protect against common DDoS attacks. Shield Advanced requires a paid subscription for specialized support and enhanced protection.
Question 45 of 381The DevOps team at an e-commerce company is trying to debug performance issues for its serverless application built using a microservices architecture. As a Cloud Practitioner, which AWS service would you recommend addressing this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS X-Ray
AWS X-Ray helps developers analyze, debug, and trace requests through distributed serverless microservices. CloudFormation provisions the infrastructure but cannot provide deep application performance tracing.
Question 46 of 381A big data analytics company is moving its IT infrastructure from an on-premises data center to AWS Cloud. The company has some server-bound software licenses that it wants to use on AWS. As a Cloud Practitioner, which of the following EC2 instance types would you recommend to the company?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Dedicated Host
Dedicated Hosts provide physical servers dedicated to your account, allowing you to use existing server-bound software licenses like Microsoft or Oracle. Dedicated Instances run on single-tenant hardware but lack the physical instance visibility needed for licenses.
Question 47 of 381Which of the following is an AWS database service?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Redshift
Amazon Redshift is a managed petabyte-scale data warehouse service used for large-scale data storage and analysis. AWS Glue handles extract, transform, and load operations, while DMS specifically handles database migrations rather than storage.
Question 48 of 381Which of the following is an INCORRECT statement about scaling, a design principle of the Reliability pillar of the AWS Well-Architected Framework?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Fault tolerance is achieved by a scale up operation
Scaling up means adding resources to a single machine, which creates a single point of failure. Fault tolerance requires scaling out across multiple instances, ensuring remaining instances handle traffic if one fails.
Question 49 of 381Which of the following AWS Support plans provide access to guidance, configuration, and troubleshooting of AWS interoperability with third-party software? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS Enterprise Support · E. AWS Business Support
Both Business and Enterprise Support plans include guidance, configuration, and troubleshooting for third-party software and operating systems. The Basic and Developer tiers limit you to general architectural guidance or account issues, excluding deeper interoperability support.
Question 50 of 381Which of the following is the MOST cost-effective option to purchase an EC2 Reserved Instance (RI)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Partial upfront payment option with standard 3-years term
Reserved Instances offer the highest discounts for the longest commitments and largest upfront payments. However, the option missing a three-year all-upfront choice makes the partial upfront option conditionally correct based on the available selections. A three-year term always yields bigger savings than one year.
Question 51 of 381A research group wants to use EC2 instances to run a scientific computation application that already has a fault tolerant architecture. The application needs high-performance hardware disks that provide fast I/O performance. As a Cloud Practitioner, which of the following storage options would you recommend as the MOST cost-effective solution?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Instance Store
Instance Store provides direct access to hardware disks, offering the fast I/O needed for computation without additional storage fees. EBS is a strong distractor, but it incurs extra costs and does not match the raw physical performance of attached hardware.
Question 52 of 381Which AWS Service can be used to mitigate a Distributed Denial of Service (DDoS) attack?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Shield
AWS Shield is a managed service specifically designed to protect applications from distributed denial of service attacks. While CloudWatch monitors metrics and alerts you to anomalies, Shield actively provides the mitigation needed to stop the attack traffic.
Question 53 of 381A company wants to have control over creating and using its own keys for encryption on AWS services. Which of the following can be used for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. customer managed key (CMK)
Customer managed keys in AWS KMS give you complete control over your encryption keys, including their policies and rotation. AWS managed keys are handled by the service itself, meaning you cannot explicitly create or manage their underlying policies.
Question 54 of 381Under the AWS Shared Responsibility Model, which of the following is a shared responsibility of both AWS and the customer?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Configuration Management
Configuration management is a shared control where AWS secures its infrastructure while customers secure their own guest operating systems. Physical hardware maintenance and guaranteeing data separation between customers remain strictly the responsibility of AWS.
Question 55 of 381Which tool/service will help you access AWS services using programming language-specific APIs?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Software Developer Kit (SDK)
The correct answer works because the AWS Software Development Kit provides language-specific APIs to interact with AWS services programmatically. The Command Line Interface is a unified tool for terminal management, but it is not designed to integrate directly into application source code.
Question 56 of 381Which of the following is CORRECT regarding removing an AWS account from AWS Organizations?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. The AWS account must be able to operate as a standalone account. Only then it can be removed from AWS organizations
The correct answer works because a member account must have the required billing and contact details to operate as a standalone account before removal. Service Control Policies do not block deletion; they simply stop applying once the account leaves the organization.
Question 57 of 381A web application stores all of its data on Amazon S3 buckets. A client has mandated that data be encrypted before sending it to Amazon S3. Which of the following is the right technique for encrypting data as needed by the customer?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Enable client-side encryption using AWS encryption SDK
The correct answer works because client-side encryption ensures data is securely encrypted before it ever leaves your local environment for Amazon S3. Server-side encryption options are incorrect because they only protect data after it reaches the AWS servers.
Question 58 of 381A multi-national company has just moved its infrastructure from its on-premises data center to AWS Cloud. As part of the shared responsibility model, AWS is responsible for which of the following?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Physical and Environmental controls
The correct answer works because AWS manages the physical security and environmental controls of the data centers under the shared responsibility model. Patching guest operating systems and configuring applications remain strict responsibilities of the customer.
Question 59 of 381A multi-national corporation wants to get expert professional advice on migrating to AWS and managing their applications on AWS Cloud. Which of the following entities would you recommend for this engagement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. APN Consulting Partner
An APN Consulting Partner provides professional services to help companies design and migrate applications to AWS. While APN Technology Partners provide software solutions, they do not offer the direct professional management asked for here.
Question 60 of 381An intern at an IT company provisioned a Linux based On-demand EC2 instance with per-second billing but terminated it within 30 seconds as he wanted to provision another instance type. What is the duration for which the instance would be charged?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. 60 seconds
Linux EC2 instances have a 60-second minimum billing duration, so terminating after 30 seconds still incurs a one-minute charge. Windows instances historically had a higher minimum, but Linux per-second billing requires this minute minimum.
Question 61 of 381An organization needs to securely access AWS services and establish private connectivity between its Virtual Private Clouds (VPCs) and supported AWS services without using the public internet. Which AWS services can meet this requirement? (Select two)
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS PrivateLink
AWS PrivateLink provides private connectivity between VPCs and supported AWS services without traversing the public internet. While Transit Gateway connects networks privately, remember that an Internet Gateway explicitly enables public access, contradicting the scenario requirements.
Question 62 of 381Which of the following AWS services has encryption enabled by default?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS CloudTrail Logs
CloudTrail encrypts log files by default using Amazon S3 managed keys when delivering to your bucket. Other storage options like EBS, EFS, and RDS are strong distractors, but they require manual configuration to enable encryption at rest.
Question 63 of 381Which options are common stakeholder roles for the AWS Cloud Adoption Framework (AWS CAF) platform perspective? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Engineer · C. Chief Technology Officer (CTO)
The correct answer works because the platform perspective focuses on infrastructure provisioning and includes roles like the Chief Technology Officer and engineers. Remember that business leaders like the Chief Information Officer map to the business perspective instead.
Question 64 of 381A Project Manager, working on AWS for the first time, is confused about how credits are used in AWS. There are two credits available in the manager's account. Credit one is for $100, expires July 2022, and can be used for either Amazon S3 or Amazon EC2. Credit two is for $50, expires December 2022, and can be used only for Amazon EC2. The manager's AWS account has incurred two charges: $1000 for Amazon EC2 and $500 for Amazon S3. What will be the outcome on the overall bill once the credits are used? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Then, credit two is applied to the remaining $900 of Amazon EC2 usage · D. Credit one is applied, which expires in July, to the Amazon EC2 charge which leaves you with a $900 Amazon EC2 charge and a $500 Amazon S3 charge
AWS applies credits chronologically by expiration date, meaning the July credit is consumed first. Since both Amazon S3 and EC2 are eligible, the system applies it to the EC2 charge first. The remaining December credit is then applied to the remaining EC2 usage.
Question 65 of 381Compared to the on-demand instance prices, what is the highest possible discount offered for spot instances?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. 90
Spot instances allow you to take advantage of unused EC2 capacity at a steep discount. For the exam, remember that spot instances offer up to a ninety percent discount compared to standard on-demand pricing.
Question 66 of 381Which AWS service should be used when you want to run container applications, but want to avoid the operational overhead of scaling, patching, securing, and managing servers?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Elastic Container Service (Amazon ECS) – Fargate launch type
The Fargate launch type for Amazon ECS is correct because it is a serverless compute engine that removes the need to provision and manage underlying servers. For the exam, associate Fargate with serverless containers, whereas the EC2 launch type requires you to manage the infrastructure.
Question 67 of 381The AWS Cloud Adoption Framework (AWS CAF) recommends four iterative and incremental cloud transformation phases. Which cloud transformation journey phase of the AWS Cloud Adoption Framework (AWS CAF) focuses on demonstrating how the cloud will help accelerate your business outcomes?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Envision
The Envision phase focuses on demonstrating how cloud adoption accelerates business outcomes and ties directly to strategic goals. For the exam, associate Align with addressing capability gaps, Launch with delivering pilot initiatives, and Scale with expanding production workloads.
Question 68 of 381Which tool will help you review your workloads against current AWS best practices for cost optimization, security, and performance improvement and then obtain advice to architect them better?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Trusted Advisor
AWS Trusted Advisor evaluates your AWS environment against established best practices for cost optimization, security, and performance. While Amazon Inspector is the stronger distractor, it strictly scans applications for code vulnerabilities rather than broader architectural improvements.
Question 69 of 381A data analytics company stores its data on Amazon Simple Storage Service (Amazon S3) and wants to do SQL based analysis on this data with minimum effort. As a Cloud Practitioner, which of the following AWS services will you suggest for this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Athena
Amazon Athena is a serverless query service that allows you to analyze data directly in S3 using standard SQL without complex setups. While Amazon Redshift is a strong distractor, it is a full data warehouse requiring data loading rather than direct analysis.
Question 70 of 381Which of the following AWS services allows a database to have flexible schema and supports document data models?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon DynamoDB
Amazon DynamoDB is a fast NoSQL database service that supports flexible schemas alongside key-value and document data models. Relational database options like Amazon Relational Database Service require rigid, predefined table structures that cannot easily adapt.
Question 71 of 381Which of the following statements is INCORRECT about AWS Auto Scaling?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. You can automatically deploy AWS Shield when a DDoS attack is detected
AWS Auto Scaling cannot automatically deploy AWS Shield during an attack because Shield must be configured independently as a dedicated service. Remember that Auto Scaling strictly handles capacity by adjusting instance counts, removing unhealthy resources, and integrating load balancers.
Question 72 of 381Which Amazon Elastic Compute Cloud (Amazon EC2) pricing model is the most cost-effective and flexible with no requirement for a long term resource commitment or upfront payment but still guarantees that instance would not be interrupted?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. On-demand Instance
On-Demand Instances offer maximum flexibility without requiring upfront payments or long-term commitments while guaranteeing continuous operation. Spot Instances are the strongest distractor, but they carry a strict risk of interruption, which violates the specific requirement.
Question 73 of 381Access Key ID and Secret Access Key are tied to which of the following AWS Identity and Access Management (AWS IAM) entities?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. IAM User
The correct answer works because access key IDs and secret access keys act as long-term credentials directly tied to an IAM user for programmatic access. Remember that IAM roles use temporary security tokens instead of long-term keys, making them ideal for cross-account access or granting permissions to AWS services.
Question 74 of 381Which service gives a personalized view of the status of the AWS services that are part of your Cloud architecture so that you can quickly assess the impact on your business when AWS service(s) are experiencing issues?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Health – Your Account Health Dashboard
Your Account Health Dashboard works because it provides a personalized view of service events directly impacting your specific AWS resources. Remember that the Service Health Dashboard only shows the general global status of AWS services, while CloudWatch monitors your application and resource performance metrics.
Question 75 of 381Which AWS service enables users to find, buy, and immediately start using software solutions in their AWS environment?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Marketplace
AWS Marketplace works because it serves as a digital catalog where you can easily find, purchase, and immediately deploy third-party software solutions. The other options fail because they handle infrastructure provisioning, configuration auditing, or operational management rather than software sales and distribution.
Question 76 of 381A retail company has multiple AWS accounts for each of its departments. Which of the following AWS services can be used to set up consolidated billing and a single payment method for these AWS accounts?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Organizations
AWS Organizations works because it lets you centrally manage multiple accounts, enabling consolidated billing under a single payment method. The other options fail because Cost Explorer and Budgets only analyze or track spending, while Secrets Manager securely stores application credentials.
Question 77 of 381What is the primary benefit of deploying an Amazon RDS Multi-AZ database with one standby?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon RDS Multi-AZ enhances database availability
Multi-AZ deployment works because it automatically provisions a synchronous standby replica in a different availability zone to ensure high availability. Remember that read replicas, not standby instances, are used to improve read performance, and deploying across regions is required to survive regional failures.
Question 78 of 381Which policy describes prohibited uses of the web services offered by Amazon Web Services?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Acceptable Use Policy
The AWS Acceptable Use Policy describes prohibited uses of AWS web services. Do not confuse this with Trusted Advisor, which provides best practice checks, not acceptable use rules.
Question 79 of 381An e-commerce company wants to store data from a recommendation engine in a database. As a Cloud Practitioner, which AWS service would you recommend to provide this functionality with the LEAST operational overhead for any scale?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon DynamoDB
Amazon DynamoDB is a serverless NoSQL database that scales automatically with minimal operational overhead. Neptune is for graph databases, while RDS requires more management overhead compared to DynamoDB.
Question 80 of 381A company's flagship application runs on a fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances. As per the new policies, the system administrators are looking for the best way to provide secure shell access to Amazon EC2 instances without opening new ports or using public IP addresses. Which tool/service will help you achieve this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Systems Manager Session Manager
AWS Systems Manager Session Manager provides shell access without opening inbound ports or managing SSH keys. EC2 Instance Connect still requires port 22 to be open, making it incorrect here.
Question 81 of 381Which Amazon Route 53 routing policy would you use to improve the performance for your customers by routing the requests to the AWS endpoint that provides the fastest experience?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Latency-based routing
Latency-based routing directs users to the AWS endpoint with the lowest network delay. Weighted routing distributes traffic by percentages, and failover routing is for disaster recovery scenarios.
Question 82 of 381A developer has written a simple web application in PHP and wants to just upload the code to AWS Cloud and have AWS handle the deployment automatically, but still wants access to the underlying operating system for further enhancements. As a Cloud Practitioner, which of the following AWS services would you recommend for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Elastic Beanstalk
AWS Elastic Beanstalk automatically handles deployment and capacity provisioning while retaining full access to underlying resources. EC2 requires manual deployment, and CloudFormation requires explicit resource templates.
Question 83 of 381According to the AWS Shared Responsibility Model, which of the following are responsibilities of the customer for Amazon RDS?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Database encryption
Under the Shared Responsibility Model, the customer manages data security, including database encryption. AWS handles the underlying infrastructure, server hardware, and operating system patching for managed services.
Question 84 of 381A photo sharing web application wants to store thumbnails of user-uploaded images on Amazon Simple Storage Service (Amazon S3). The thumbnails are rarely used but need to be immediately accessible from the web application. The thumbnails can be regenerated easily if they are lost. Which is the most cost-effective way to store these thumbnails on Amazon S3?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Use Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA) to store the thumbnails
Amazon S3 One Zone-Infrequent Access is the most cost-effective tier for rarely accessed, easily regenerable data needing immediate retrieval. Standard-IA is more expensive because it stores data across multiple Availability Zones.
Question 85 of 381Which of the following statements is correct for a Security Group and a Network Access Control List (Network ACL)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Security Group acts as a firewall at the instance level whereas Network Access Control List (Network ACL) acts as a firewall at the subnet level
Security groups operate at the instance level to control traffic, while network ACLs operate at the subnet level. Remember this exam cue: security groups are stateful, whereas network ACLs are stateless.
Question 86 of 381What are the fundamental drivers of cost with AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Compute, Storage and Outbound Data Transfer
Compute, storage, and outbound data transfer are correct because these are the three fundamental pricing drivers across AWS services. As a practical exam cue, remember that inbound data transfer is typically free, which immediately eliminates any option pairing compute and storage with inbound traffic.
Question 87 of 381Which of the following statement is correct regarding the AWS pricing policy for data transfer charges into or out of an AWS Region?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Only outbound data transfer is charged
Only outbound data transfer is charged because AWS does not bill for data incoming from the internet into its regions. Outbound data is aggregated and billed at region specific tiered rates, making inbound transfer a consistently free service across standard exam scenarios.
Question 88 of 381Multi-AZ deployment is an example of which of the following?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. High Availability
High availability is correct because deploying resources across multiple Availability Zones ensures your architecture can withstand a single data center failure. Scaling out involves adding more instances to handle increased load, whereas multi AZ focuses strictly on resilience and uptime.
Question 89 of 381Which AWS technology/service helps you to scale your resources to match supply with demand while still keeping your cloud solution cost-effective?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Auto Scaling
AWS Auto Scaling automatically adjusts compute capacity to match demand, ensuring steady performance at the lowest possible cost. Cost Explorer is only a reporting tool for visualizing past spending, so it lacks the capability to actively scale your resources.
Question 90 of 381A customer has created a VPC and a subnet within AWS Cloud. Which of the following statements is correct?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. An Amazon Virtual Private Cloud (Amazon VPC) spans all of the Availability Zones (AZ) in the Region whereas a subnet spans only one Availability Zone (AZ) in the Region
A virtual private cloud spans all Availability Zones within a specific Region, providing a broad isolated network boundary. In contrast, a subnet must be confined to a single Availability Zone to provide highly available architectural designs.
Question 91 of 381A company is using a message broker service on its on-premises application and wants to move this messaging functionality to AWS Cloud. Which of the following AWS services is the right choice to move the existing functionality easily?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon MQ
Amazon MQ is a managed broker service for ActiveMQ and RabbitMQ, designed specifically for easily migrating existing messaging applications to AWS. Use SQS and SNS when building brand new cloud-native applications rather than lifting and shifting legacy code.
Question 92 of 381Which characteristic of Cloud Computing imparts the ability to acquire resources as you need and release when you no longer need them?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Elasticity
Elasticity refers to the ability to acquire resources as needed and release them when they are no longer required, matching capacity to dynamic demand. Reliability and durability describe system uptime and data protection, not dynamic resource scaling.
Question 93 of 381Which AWS service can be used to store, manage, and deploy Docker container images?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Elastic Container Registry (Amazon ECR)
Amazon Elastic Container Registry is a fully managed service used to store, manage, and deploy Docker container images securely. Do not confuse this with Amazon ECS, which actually runs and orchestrates the containers rather than storing the images.
Question 94 of 381A social media company wants to protect its web application from common web exploits such as SQL injection and cross-site scripting. Which of the following AWS services can be used to address this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Web Application Firewall (AWS WAF)
The Web Application Firewall protects web applications from common exploits like SQL injection and cross-site scripting by filtering malicious traffic. GuardDuty focuses on broader account threat detection, lacking specific layer seven application filtering capabilities.
Question 95 of 381Which AWS service would you use to send alerts when the costs for your AWS account exceed your budgeted amount?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Budgets
AWS Budgets allows you to set custom cost or usage budgets and trigger alerts when thresholds are exceeded. As a helpful exam tip, AWS Cost Explorer is used for visualizing historical data rather than triggering proactive billing alerts.
Question 96 of 381The engineering team at an IT company wants to monitor the CPU utilization for its fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances and send an email to the administrator if the utilization exceeds 80%. As a Cloud Practitioner, which AWS services would you recommend to build this solution? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Amazon Simple Notification Service (SNS) · D. Amazon CloudWatch
Amazon CloudWatch monitors metrics like CPU utilization and can trigger alarms, which then use Amazon SNS to send email notifications. SQS is a queue service and CloudTrail tracks API activity, so they do not fit operational metric alerting.
Question 97 of 381An organization has a complex IT architecture involving a lot of system dependencies and it wants to track the history of changes to each resource. Which AWS service will help the organization track the history of configuration changes for all the resources?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Config
AWS Config continuously monitors and records resource configurations, allowing you to track historical changes and map dependencies. CloudTrail records API account activity rather than tracking state changes of the resources themselves.
Question 98 of 381A company wants a fully managed, flexible, and scalable file storage system, with low latency access, for its Windows-based applications. Which AWS service is the right choice for the company?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon FSx for Windows File Server
Amazon FSx for Windows File Server provides fully managed shared storage using the native SMB protocol, designed specifically for Windows environments. Amazon EFS uses NFS and is built primarily for Linux-based workloads.
Question 99 of 381Which AWS Support plan provides access to a designated Technical Account Manager (TAM)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Enterprise Support
AWS Enterprise Support provides a designated Technical Account Manager to coordinate proactive guidance and access to subject matter experts. For the exam, remember that Enterprise On-Ramp only provides access to a pool of Technical Account Managers, rather than a dedicated one.
Question 100 of 381Which AWS service publishes up-to-the-minute information on the general status and availability of AWS services in all AWS Regions?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Health Dashboard – service health
The AWS Health Dashboard service health view displays the general status and availability of all AWS services across all Regions. Be sure to distinguish this from your account health, which provides personalized alerts about events impacting your specific resources.
Question 101 of 381Due to regulatory and compliance reasons, an organization is supposed to use a hardware device for any data encryption operations in the cloud. Which AWS service can be used to meet this compliance requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS CloudHSM
AWS CloudHSM provides dedicated hardware security modules for cryptographic operations, meeting strict compliance controls. Remember that Key Management Service uses shared underlying hardware, so it does not satisfy strict regulatory mandates requiring single-tenant hardware.
Question 102 of 381An e-commerce company wants to assess its applications deployed on Amazon Elastic Compute Cloud (Amazon EC2) instances for vulnerabilities and deviations from AWS best practices. Which AWS service can be used to facilitate this?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Inspector
Amazon Inspector automatically assesses deployed applications for vulnerabilities and deviations from established security best practices. Trusted Advisor is the stronger distractor here, but remember it evaluates global infrastructure optimizations rather than scanning application code.
Question 103 of 381An online gaming company wants to block users from certain geographies from accessing its content. Which AWS service can be used to accomplish this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Web Application Firewall (AWS WAF)
AWS Web Application Firewall allows you to create rules that block or allow web requests based on geographic location. AWS Shield is a strong distractor, but it only provides managed protection against distributed denial of service attacks without geo-blocking capabilities.
Question 104 of 381Which of the following solutions can you use to connect your on-premises network with AWS Cloud (Select two)?
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS Virtual Private Network (VPN) · C. AWS Direct Connect
Both AWS Virtual Private Network and AWS Direct Connect establish secure network connections between your on-premises data centers and the AWS cloud. Be careful choosing an Internet Gateway, as it only enables communication between instances and the public internet.
Question 105 of 381Which of the following options can be used to access and manage all AWS services (Select three)?
Select 3 answers.
Show answer & explanation
Correct answer: A. AWS Management Console · D. AWS Software Development Kit (SDK) · E. AWS Command Line Interface (AWS CLI)
The correct options work because the management console, command line interface, and software development kits are the three primary methods for programmatically or interactively managing AWS services. A helpful exam cue is to distinguish management interfaces from specific infrastructure tools like Systems Manager or Secrets Manager, which manage individual resources.
Question 106 of 381Which of the following is the correct statement regarding the AWS Storage services?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Simple Storage Service (Amazon S3) is object based storage, Amazon Elastic Block Store (Amazon EBS) is block based storage and Amazon Elastic File System (Amazon EFS) is file based storage
The correct answer works because it accurately aligns the storage types with their defining characteristics across the core storage services. A practical exam cue is remembering that S3 stores objects, EBS attaches as block volumes to EC2 instances, and EFS provides shared file systems.
Question 107 of 381Which of the following statements are correct about the AWS root user account? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: D. It is highly recommended to enable Multi-Factor Authentication (MFA) for root user account · E. Root user access credentials are the email address and password used to create the AWS account
The correct options work because the root user is created using a specific email and password, and securing it with multi-factor authentication is a critical best practice. A key exam cue is that root user permissions cannot be restricted by IAM policies, so the credentials must be locked away securely.
Question 108 of 381A gaming company is looking at a technology/service that can deliver a consistent low-latency gameplay to ensure a great user experience for end-users in various locations. Which AWS technology/service will provide the necessary low-latency access to the end-users?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Local Zones
Local Zones place select AWS services like compute and storage closer to major population centers, delivering the required low latency for local users. However, because Wavelength specifically targets ultra-low latency mobile applications via telecom networks, it is also a defensible choice for local latency requirements.
Question 109 of 381Which AWS service can be used to provision resources to run big data workloads on Hadoop clusters?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon EMR
Amazon EMR works because it is a managed cluster platform specifically designed to process vast amounts of data using big data frameworks like Apache Hadoop. A practical exam cue is to associate EMR with big data, whereas AWS Batch is meant for scheduling standard computing jobs.
Question 110 of 381An IT company wants to run a log backup process every Monday at 2 AM. The usual runtime of the process is 5 minutes. As a Cloud Practitioner, which AWS services would you recommend to build a serverless solution for this use-case? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Amazon Eventbridge · E. AWS Lambda
Amazon EventBridge can trigger an AWS Lambda function on a specific schedule for a serverless solution. EC2 is not serverless, and Step Functions orchestrates workflows rather than acting as a standalone scheduler.
Question 111 of 381Which of the following use-cases is NOT supported by Amazon Rekognition?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Quickly resize photos to create thumbnails
Amazon Rekognition cannot resize photos or create thumbnails, as it is strictly for image and video analysis. You would use a compute service like Lambda for image manipulation tasks.
Question 112 of 381Which of the following AWS services can be used to prevent Distributed Denial-of-Service (DDoS) attack? (Select three)
Select 3 answers.
Show answer & explanation
Correct answer: A. AWS Web Application Firewall (AWS WAF) · B. AWS Shield · F. Amazon CloudFront with Amazon Route 53
AWS Shield, AWS WAF, and the combination of Amazon CloudFront with Amazon Route 53 are correct because they provide managed DDoS protection, layer seven filtering, and edge network resilience. Services like Amazon Inspector or Trusted Advisor evaluate vulnerabilities and best practices but do not actively block traffic.
Question 113 of 381A startup is looking for 24×7 phone-based technical support for its AWS account. Which of the following is the MOST cost-effective AWS support plan for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Business Support
AWS Business Support is correct because it is the lowest tier offering twenty four seven phone, email, and chat access for production workloads. Developer Support only provides email during business hours, while Enterprise tiers provide the same access but at a higher cost.
Question 114 of 381Which AWS service helps with global application availability and performance using the AWS global network?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Global Accelerator
AWS Global Accelerator is correct because it leverages the highly available AWS global network to route traffic efficiently to optimal regional endpoints. While CloudFront also uses edge locations, it is primarily a content delivery network caching content rather than optimizing non HTTP traffic paths.
Question 115 of 381Which AWS compute service provides the EASIEST way to access resizable compute capacity in the cloud with support for per-second billing and access to the underlying OS?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Elastic Compute Cloud (Amazon EC2)
Amazon EC2 is correct because it provides secure, resizable virtual servers with per second billing and full access to the operating system. As an exam cue, remember that serverless options like Lambda abstract the OS entirely, whereas containers require additional management overhead.
Question 116 of 381Which of the following AWS services are always free to use? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. AWS Identity and Access Management (AWS IAM) · E. AWS Auto Scaling
AWS Identity and Access Management and AWS Auto Scaling are correct because neither carries an additional service charge beyond the underlying resources they manage. Services like EC2, S3, and DynamoDB incur usage costs, making IAM and Auto Scaling reliable free utilities on the exam.
Question 117 of 381Which of the following foundational capabilities can be found under the Operations Perspective of the AWS Cloud Adoption Framework?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Performance and capacity management
Performance and capacity management is correct because the Operations perspective of the AWS Cloud Adoption Framework focuses on maintaining reliable cloud service delivery. For the exam, align vulnerability management with Security, and remember that Operations handles day to day health monitoring.
Question 118 of 381What are the different gateway types supported by AWS Storage Gateway service?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Tape Gateway, File Gateway and Volume Gateway
AWS Storage Gateway offers three gateway types: Tape Gateway, File Gateway, and Volume Gateway. For the exam, remember that Block Gateway and Object Gateway are fabricated distractors, as the valid service only provides file, volume, and tape storage interfaces.
Question 119 of 381As per the AWS Shared Responsibility Model, which of the following is a responsibility of AWS from a security and compliance point of view?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Edge Location Management
Under the Shared Responsibility Model, AWS is responsible for the security of the cloud, including managing physical infrastructure like edge locations. Customers remain fully responsible for protecting their data, configuring identity access, and managing encryption.
Question 120 of 381Which of the following AWS services comes under the Software as a Service (SaaS) Cloud Computing Type?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Rekognition
Amazon Rekognition is classified as Software as a Service because it provides a complete, fully managed product ready for immediate use. EC2 represents Infrastructure as a Service, while Elastic Beanstalk is Platform as a Service, where you simply upload application code.
Question 121 of 381An organization deploys its IT infrastructure in a combination of its on-premises data center along with AWS Cloud. How would you categorize this deployment model?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Hybrid deployment
A hybrid deployment connects existing on-premises infrastructure to the cloud. For the exam, remember that purely cloud-based is an all-in-cloud deployment, while on-premises virtualization is a private deployment.
Question 122 of 381A fleet of Amazon EC2 instances spread across different Availability Zones (AZ) needs to access, edit and share file-based data stored centrally on a system. As a Cloud Practitioner, which AWS service would you recommend for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Elastic File System (Amazon EFS)
Amazon EFS provides scalable, shared file storage that can be mounted across multiple EC2 instances in different Availability Zones. EBS volumes are restricted to a single instance normally, making it a poor choice for concurrent multi-instance file sharing.
Question 123 of 381Which of the following statements are true about AWS Lambda? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. AWS Lambda lets you run code without provisioning or managing servers · E. You pay for the compute time you consume for AWS Lambda
AWS Lambda is a serverless compute service that runs code without requiring server management, charging only for actual compute time consumed. You cannot access the underlying operating system or install databases directly on it.
Question 124 of 381Which of the following AWS services are global in scope? (Select two.)
Select 2 answers.
Show answer & explanation
Correct answer: B. AWS Identity and Access Management (AWS IAM) · D. Amazon CloudFront
AWS Identity and Access Management and Amazon CloudFront operate globally rather than within a single region. A practical exam cue is that IAM is managed globally, while Amazon S3 uses a global namespace but stores data regionally.
Question 125 of 381The AWS Well-Architected Framework provides guidance on building cloud-based applications using AWS best practices. Which of the following options are pillars mentioned in the AWS Well-Architected Framework? (Select two.)
Select 2 answers.
Show answer & explanation
Correct answer: A. Cost Optimization · B. Reliability
Cost Optimization and Reliability are both official pillars of the AWS Well-Architected Framework. The other valid pillars are Operational Excellence, Security, Performance Efficiency, and Sustainability, while elasticity and scalability are general cloud characteristics.
Question 126 of 381Which of the following AWS services is essential for implementing security of resources in AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Identity and Access Management (IAM)
AWS Identity and Access Management securely controls access to services and resources across your account. While WAF and Shield protect against network attacks, IAM provides the foundational resource-level security by managing permissions.
Question 127 of 381Which of the following are examples of Horizontal Scalability (aka Elasticity)? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Read Replicas in Amazon Relational Database Service (Amazon RDS) · E. Elastic Load Balancing (ELB)
Adding RDS Read Replicas and using Elastic Load Balancing are classic examples of horizontal scaling because they add more instances to distribute traffic. Upgrading instance sizes or adding CPUs are vertical scaling methods instead.
Question 128 of 381AWS Compute Optimizer delivers recommendations for which of the following AWS resources? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Amazon Elastic Block Store (Amazon EBS), AWS Lambda functions · B. Amazon Elastic Compute Cloud (Amazon EC2) instances, Amazon EC2 Auto Scaling groups
AWS Compute Optimizer analyzes historical metrics to recommend optimal configurations for EC2 instances, Auto Scaling groups, EBS volumes, and Lambda functions. For your exam, remember that Compute Optimizer does not cover object or file storage services.
Question 129 of 381A research group wants to provision an Amazon Elastic Compute Cloud (Amazon EC2) instance for a flexible application that can be interrupted. As a Cloud Practitioner, which of the following would you recommend as the MOST cost-optimal option?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Spot Instance
Spot Instances are ideal for flexible workloads that can tolerate interruptions, offering steep discounts compared to On-Demand pricing. As a practical exam cue, always match the phrase 'can be interrupted' directly to Spot Instances to find the most cost-effective option.
Question 130 of 381AWS Trusted Advisor analyzes your AWS environment and provides best practice recommendations for which of the following categories? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Cost Optimization · C. Service Limits
Trusted Advisor inspects your AWS environment and recommends best practices across five pillars: cost optimization, performance, security, fault tolerance, and service limits. For the exam, remember that Trusted Advisor specifically tracks service limits to help you avoid throttling.
Question 131 of 381A startup has just moved its IT infrastructure to AWS Cloud. The CTO would like to receive detailed reports that break down the startup's AWS costs by the hour in an Amazon Simple Storage Service (Amazon S3) bucket. As a Cloud Practitioner, which AWS service would you recommend for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Cost & Usage Report (AWS CUR)
The AWS Cost and Usage Report publishes comprehensive billing data into an S3 bucket and allows you to break down costs hourly. Cost Explorer is the strongest distractor, but it only provides visual dashboards rather than detailed raw data exports.
Question 132 of 381Which of the following statements are CORRECT regarding security groups and network access control lists (network ACL)? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. A security group is stateful, that is, it automatically allows the return traffic · D. A network access control list (network ACL) contains a numbered list of rules and evaluates these rules in the increasing order while deciding whether to allow the traffic
Security groups are stateful, automatically allowing return traffic regardless of inbound rules. Network access control lists are stateless, meaning you must explicitly allow return traffic, and they evaluate numbered rules sequentially from lowest to highest.
Question 133 of 381Which AWS service can be used to execute code triggered by new files being uploaded to Amazon Simple Storage Service (Amazon S3)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Lambda
AWS Lambda is a serverless compute service that runs code in response to events like S3 object uploads. While Simple Queue Service can receive S3 event notifications, it cannot execute code itself, making Lambda the correct choice.
Question 134 of 381Which pillar of the AWS Well-Architected Framework recommends maintaining infrastructure as code (IaC)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Operational Excellence
The Operational Excellence pillar champions running and monitoring systems, which includes managing infrastructure as code. For your exam, associate the practice of automating operational procedures and infrastructure deployments directly with this specific pillar.
Question 135 of 381AWS Lambda pricing is based on which of the following criteria? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: D. Number of requests for the AWS Lambda function · E. The time it takes for the AWS Lambda function to execute
AWS Lambda bills you based on the total number of requests and the execution duration of your code. The deployment package size only affects storage limits, while your programming language runtime choice has no impact on the final price.
Question 136 of 381Which AWS service can be used for online analytical processing?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Redshift
Amazon Redshift is the correct choice because it is a fully managed data warehouse designed specifically for running complex analytical queries. For the exam, remember that traditional databases like Amazon RDS handle transactional workloads, whereas Redshift targets analytics and reporting.
Question 137 of 381An IT company has a hybrid cloud architecture and it wants to centralize the server logs for its Amazon Elastic Compute Cloud (Amazon EC2) instances and on-premises servers. Which of the following is the MOST effective for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Use Amazon CloudWatch Logs for both the Amazon Elastic Compute Cloud (Amazon EC2) instance and the on-premises servers
Amazon CloudWatch Logs is correct because it can monitor and store log files from both Amazon EC2 instances and on-premises servers, creating a centralized location. Be careful not to choose AWS CloudTrail, which specifically records API activity for AWS accounts rather than application server logs.
Question 138 of 381As a Cloud Practitioner, which Amazon Simple Storage Service (Amazon S3) storage class would you recommend for data archival?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon S3 Glacier Flexible Retrieval
Amazon S3 Glacier Flexible Retrieval is the correct choice because it provides low-cost storage designed specifically for long-term archiving and backups. For the exam, use One Zone-Infrequent Access for rarely accessed but quickly needed data, and use Glacier classes when immediate retrieval is unnecessary.
Question 139 of 381A company has a static website hosted on an Amazon Simple Storage Service (Amazon S3) bucket in an AWS Region in Asia. Although most of its users are in Asia, now it wants to drive growth globally. How can it improve the global performance of its static website?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Use Amazon CloudFront to improve the performance of your website
Amazon CloudFront caches your static website files at edge locations globally, significantly reducing latency for international users. S3 Transfer Acceleration is for uploads, not downloads, making it the strongest distractor for this scenario.
Question 140 of 381An organization maintains separate Amazon Virtual Private Clouds (Amazon VPC) for each of its departments. With expanding business, the organization now wants to connect all Amazon Virtual Private Clouds (Amazon VPC) for better departmental collaboration. Which AWS service will help the organization tackle the issue effectively?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Transit Gateway
AWS Transit Gateway acts as a central hub to interconnect multiple VPCs, simplifying complex network topologies. VPC peering is a weaker distractor because it requires separate connections for each pair and lacks transitive routing.
Question 141 of 381What is the primary benefit of deploying an Amazon Relational Database Service (Amazon RDS) database in a Read Replica configuration?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Read Replica improves database scalability
Amazon RDS Read Replicas improve database scalability by offloading read traffic from the primary instance. Do not confuse this with Multi-AZ deployments, which provide high availability and durability instead of scaling.
Question 142 of 381Which of the following statements are CORRECT about the AWS Auto Scaling group? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Auto Scaling group scales out and adds more number of Amazon EC2 instances to match an increase in demand · E. Auto Scaling group scales in and reduces the number of Amazon EC2 instances to match a decrease in demand
Auto Scaling groups scale horizontally by adding instances during scale out and removing instances during scale in. Upgrading to larger instance sizes is scaling vertically, which Auto Scaling groups do not handle automatically.
Question 143 of 381Which AWS service protects your AWS account by monitoring malicious activity and detecting threats?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon GuardDuty
Amazon GuardDuty is an intelligent threat detection service that continuously monitors for malicious activity across your AWS accounts. CloudTrail records API activity for auditing, but it does not actively detect threats.
Question 144 of 381Which of the following is a part of the AWS Global Infrastructure?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Region
An AWS Region is a physical geographic location hosting AWS data centers, forming the foundation of the AWS Global Infrastructure. VPCs and subnets are logical customer constructs you build inside those regions.
Question 145 of 381A financial services company must meet compliance requirements that mandate storing multiple copies of data in geographically distant locations. As the company uses Amazon Simple Storage Service (Amazon S3) as its main storage service, which of the following represents the MOST resource-efficient solution for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Use S3 cross-region replication (S3 CRR) to replicate data between distant AWS Regions
S3 Cross-Region Replication asynchronously copies your objects to a bucket in a different region, meeting compliance needs efficiently. Writing custom Lambda functions or EC2 scripts is a distractor that requires unnecessary operational overhead.
Question 146 of 381According to the AWS Shared Responsibility Model, which of the following are the responsibilities of the customer? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Operating system patches and updates of an Amazon Elastic Compute Cloud (Amazon EC2) instance · D. Managing IAM users and roles
Under the Shared Responsibility Model, customers handle security in the cloud, including EC2 operating system patches and IAM management. AWS is responsible for the global network security and protecting the underlying physical infrastructure.
Question 147 of 381Which AWS service can be used to automate code deployment to Amazon Elastic Compute Cloud (Amazon EC2) instances as well as on-premises instances?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS CodeDeploy
AWS CodeDeploy is correct because it specifically automates software deployments to both Amazon EC2 instances and on-premises servers. Remember that AWS CodePipeline only orchestrates the overall continuous delivery workflow by integrating various tools, while AWS CodeCommit securely hosts the source code repositories.
Question 148 of 381Which of the following are correct statements regarding the AWS Shared Responsibility Model? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS is responsible for Security 'of' the Cloud · C. For abstracted services like Amazon S3, AWS operates the infrastructure layer, the operating system, and platforms
AWS is responsible for security of the cloud, managing the physical infrastructure and host operating systems. For abstracted services like S3, AWS fully manages the underlying platform, whereas customers handle guest operating systems and application security.
Question 149 of 381Which of the following is the best way to protect your data from accidental deletion on Amazon S3?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon S3 Versioning
Amazon S3 Versioning is the right choice because it preserves, retrieves, and restores every variant of an object, directly protecting against accidental deletion or overwrites. Lifecycle rules move data between storage classes, while Transfer Acceleration simply improves upload speeds.
Question 150 of 381Which of the following cloud computing models does the Gmail service represent?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Software as a service (SaaS)
Gmail represents Software as a Service because it provides a complete, fully managed application directly to the end user over the internet. For the exam, associate SaaS with finished applications managed entirely by the provider, whereas IaaS and PaaS require you to build or manage components.
Question 151 of 381A medical device company is looking for a durable and cost-effective way of storing their historic data. Due to compliance requirements, the data must be stored for 10 years. Which AWS Storage solution will you suggest?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon S3 Glacier Deep Archive
Amazon S3 Glacier Deep Archive is the lowest-cost storage class, explicitly designed for long-term retention of data to meet strict regulatory compliance. While Glacier Flexible Retrieval is also for archives, it costs slightly more than the Deep Archive tier.
Question 152 of 381A leading research firm needs to access information available in old patents and documents (such as PDFs, Text Files, Word documents, etc) present in its huge knowledge base. The firm is looking for a powerful search tool that can dig into these knowledge resources and return the most relevant files/documents. Which of the following is the correct service to address this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Kendra
Amazon Kendra is an intelligent search service that uses machine learning to extract precise answers from unstructured data like PDFs and text files. Remember that Comprehend only extracts insights and entities from text, whereas Kendra functions as a natural language search engine.
Question 153 of 381A development team is looking for a forum where the most frequent questions and requests from AWS customers are listed along with AWS provided solutions. Which AWS forum/service can be used for troubleshooting an issue or checking for a solution?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Knowledge Center
The AWS Knowledge Center provides actionable solutions to the most frequent requests and common problems faced by AWS customers. The Support Center is a strong distractor, but it is used to open and manage technical support cases rather than browse self-service articles.
Question 154 of 381Which Amazon Simple Storage Service (Amazon S3) storage class offers the lowest availability?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
S3 One Zone-Infrequent Access stores data in a single Availability Zone, giving it the lowest availability of all S3 classes. Standard and Intelligent-Tiering span multiple Availability Zones, while Glacier is primarily designed for long-term archival.
Question 155 of 381Which Amazon Route 53 routing policy would you use when you want to route your traffic in an active-passive configuration?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Failover routing
Failover routing routes traffic to a secondary resource only when the primary resource fails health checks, creating an active-passive setup. Weighted routing splits traffic proportionally, which is used for load balancing or testing rather than simple failover.
Question 156 of 381Which AWS service can be used as an in-memory database with high-performance and low latency?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon ElastiCache
ElastiCache is a fully managed in-memory data store that delivers microsecond latency for caching and real-time workloads. RDS relies on disk-backed storage, and DynamoDB is a serverless NoSQL database, so neither provides true in-memory performance.
Question 157 of 381Which of the following AWS entities provides the information required to launch an Amazon Elastic Compute Cloud (Amazon EC2) instance?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Machine Image (AMI)
An Amazon Machine Image provides the required template information to launch an instance, including the operating system. EBS provides block storage, EFS provides file storage, and Lambda runs serverless code without requiring a launch template.
Question 158 of 381Which of the following AWS services specialize in data migration from on-premises to AWS Cloud? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. AWS Database Migration Service (AWS DMS) · E. AWS Snowball
Database Migration Service and Snowball directly facilitate large-scale data migration into AWS. Direct Connect and Site-to-Site VPN establish network connectivity but require you to provide the actual transfer mechanisms.
Question 159 of 381Under the AWS Shared Responsibility Model, which of the following is the responsibility of a customer regarding AWS Lambda?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Maintain versions of an AWS Lambda function
Maintaining function versions is the correct answer because managing code and platform configurations remains the customer's responsibility under the shared responsibility model. AWS manages the underlying infrastructure and runtime environments, so patching operating systems or networking components is handled automatically by the provider.
Question 160 of 381Which of the following AWS services have data encryption automatically enabled? (Select two.)
Select 2 answers.
Show answer & explanation
Correct answer: C. AWS Storage Gateway · E. Amazon Simple Storage Service (Amazon S3)
Amazon S3 and AWS Storage Gateway both have encryption enabled automatically by default to protect your data. For the exam, remember that you must manually enable encryption on other storage services like EBS and EFS.
Question 161 of 381Which of the following AWS services offer block-level storage? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: D. Instance Store · E. Amazon Elastic Block Store (Amazon EBS)
Instance Store and Amazon Elastic Block Store provide block-level storage. For the exam, remember that S3 is object storage, EFS is file storage, and ECS is a container orchestration service, not a storage type.
Question 162 of 381A global e-commerce platform wants to restrict access to its website from specific countries to comply with regional regulations. Which AWS service is best suited to implement this restriction?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon WAF
Amazon WAF is a web application firewall that lets you create geographic match conditions to block traffic from specific countries. Shield protects against DDoS attacks but does not handle geographic restrictions.
Question 163 of 381A financial services enterprise plans to enable Multi-Factor Authentication (MFA) for its employees. For ease of travel, they prefer not to use any physical devices to implement Multi-Factor Authentication (MFA). Which of the below options is best suited for this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Virtual Multi-Factor Authentication (MFA) device
A virtual MFA device runs on a smartphone or tablet, generating time-based codes without requiring physical hardware. Hardware MFA and U2F security keys require carrying a separate physical device, which defeats the travel preference.
Question 164 of 381Amazon CloudWatch billing metric data is stored in which AWS Region?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. US East (N. Virginia) – us-east-1
CloudWatch billing metric data is always stored in the US East N. Virginia Region, representing worldwide charges. A common exam trap is assuming billing data is stored in the region where the resources are actually provisioned.
Question 165 of 381A multi-national company has its business-critical data stored on a fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances, in various countries, configured in region-specific compliance rules. To demonstrate compliance, the company needs to submit historical configurations on a regular basis. Which AWS service is best suited for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Config
AWS Config records resource configurations over time, enabling compliance auditing and historical troubleshooting. CloudTrail tracks API calls and user activity, while Config focuses specifically on the state of the resources themselves.
Question 166 of 381An AWS hardware failure has impacted one of your Amazon Elastic Block Store (Amazon EBS) volumes. Which AWS service will alert you of the affected resources and provide a remedial action?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Health Dashboard – Your account health
The AWS Health Dashboard alerts you to events affecting your specific resources and provides remediation guidance. Trusted Advisor offers general best practice checks, whereas the Health Dashboard is targeted to your exact account resources.
Question 167 of 381Which of the following are recommended best practices for AWS Identity and Access Management (AWS IAM) service? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Rotate credentials regularly · D. Enable multi-factor authentication (MFA) for all users
Rotating credentials regularly and enabling multi-factor authentication are fundamental IAM security best practices. Always apply least privilege and never share account credentials or root user access keys.
Question 168 of 381Which of the following use cases is best suited for Amazon EFS Standard-Infrequent Access (EFS Standard-IA) storage class?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Storing files in an accessible location to satisfy audit requirements
EFS Standard Infrequent Access offers lower costs for files accessed less frequently while remaining readily accessible for audits. It is a multi-zone file system, whereas One Zone is for single availability zone storage.
Question 169 of 381Which AWS service will you use to privately connect your virtual private cloud (VPC) to Amazon Simple Storage Service (Amazon S3)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. VPC Endpoint
A VPC endpoint privately connects your virtual private cloud to services like S3 without needing an internet gateway. Remember that S3 and DynamoDB use gateway endpoints, while most other services use interface endpoints.
Question 170 of 381AWS Identity and Access Management (AWS IAM) policies are written as JSON documents. Which of the following are mandatory elements of an IAM policy?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Effect, Action
Effect and Action are mandatory elements within an IAM policy statement, defining whether access is allowed or denied and the specific operations. Elements like Sid and Condition are optional, providing extra logic or labeling.
Question 171 of 381An IT company has deployed a static website on Amazon Simple Storage Service (Amazon S3), but the website is still inaccessible. As a Cloud Practitioner, which of the following solutions would you suggest to address this issue?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Fix the Amazon S3 bucket policy
Fixing the Amazon S3 bucket policy resolves access issues by explicitly allowing the necessary public read permissions for website hosting. For the exam, remember that configuring static website hosting requires disabling block public access settings and attaching a valid bucket policy.
Question 172 of 381Which of the following improves the availability for a fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Deploy the Amazon Elastic Compute Cloud (Amazon EC2) instances across different Availability Zones (AZ) in the same AWS Region
Deploying Amazon EC2 instances across different Availability Zones in the same Region correctly improves availability by isolating workloads from localized failures. Remember that Availability Zones are physically separated data centers within a single Region, not spanning multiple Regions.
Question 173 of 381Which of the following statements is correct regarding the Amazon Elastic File System (Amazon EFS) storage service?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. EC2 instances can access files on an Amazon Elastic File System (Amazon EFS) file system across many Availability Zones (AZ), Regions and VPCs
Amazon Elastic File System is a regional service natively accessible across multiple Availability Zones, VPCs, and even different Regions using peering connections. Distractors incorrectly restrict this access, but the service inherently provides broad, shared file storage for Linux-based workloads.
Question 174 of 381Which of the following statements are true about Cost Allocation Tags in AWS Billing? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. You must activate both AWS generated tags and user-defined tags separately before they can appear in Cost Explorer or on a cost allocation report · D. For each resource, each tag key must be unique, and each tag key can have only one value
Each tag key must be unique per resource and have exactly one value. Additionally, both user-defined and AWS-generated cost allocation tags must be individually activated in the billing console before they appear in Cost Explorer.
Question 175 of 381Which of the following capabilities does Amazon Rekognition provide as a ready-to-use feature?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Identify objects in a photo
Amazon Rekognition identifies objects, people, text, and scenes in photos, acting as a ready-to-use machine learning feature. It does not handle basic image manipulation tasks like resizing or converting to greyscale, which require different image processing services.
Question 176 of 381A research lab wants to optimize the caching capabilities for its scientific computations application running on Amazon EC2 instances. Which Amazon EC2 storage option is best suited for this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Instance Store
An instance store provides temporary, high-speed block storage physically attached to the host computer, making it perfect for fast caches and scratch data. Block storage like EBS is persistent, but it cannot match the raw hardware speed needed for temporary data caching.
Question 177 of 381Which AWS service will you use if you have to move large volumes of on-premises data to AWS Cloud from a remote location with limited bandwidth?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Snowball
AWS Snowball provides physical devices to move massive datasets offline, bypassing the network constraints of limited bandwidth entirely. Direct Connect takes months to provision and still relies on high-capacity physical network lines, which fails the limited bandwidth constraint.
Question 178 of 381Which budget types can be created under AWS Budgets? (Select three.)
Select 3 answers.
Show answer & explanation
Correct answer: C. Usage budget · E. Reservation budget · F. Cost budget
AWS Budgets lets you create cost, usage, and reservation budgets to track your cloud spending and resource utilization. You can also track Savings Plans, but hardware, software, and resource budgets are not actual features tested on the exam.
Question 179 of 381Which of the following are components of an AWS Site-to-Site VPN connection? (Select two.)
Select 2 answers.
Show answer & explanation
Correct answer: D. Customer gateway · E. Virtual private gateway (VGW)
An AWS Site-to-Site VPN requires a virtual private gateway on the AWS side and a customer gateway representing your on-premises network hardware. Remember that an internet gateway simply allows public traffic into a VPC, while a NAT gateway handles private subnet outbound traffic.
Question 180 of 381An IT company is on a cost-optimization spree and wants to identify all Amazon Elastic Compute Cloud (Amazon EC2) instances that are under-utilized. Which AWS services can be used off-the-shelf to address this use-case without needing any manual configurations? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. AWS Cost Explorer · C. AWS Trusted Advisor
Trusted Advisor and Cost Explorer both identify underutilized instances right out of the box with automated rightsizing recommendations. CloudWatch requires manual configuration of alarms and metrics to monitor utilization, so it does not fit the requirement.
Question 181 of 381An enterprise is developing a roadmap for its cloud adoption journey and wants to ensure its IT investments align with business objectives and deliver measurable value. Which perspective of the AWS Cloud Adoption Framework (CAF) addresses the strategy management capability?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Business Perspective
The Business Perspective ensures IT investments align with business objectives and deliver measurable value. The Platform Perspective handles technical architecture, while the Governance Perspective focuses on risk and compliance management.
Question 182 of 381Which AWS services/features support High Availability by default? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Amazon Elastic File System (Amazon EFS) · D. Amazon DynamoDB
DynamoDB and EFS provide built-in high availability by automatically replicating data across multiple availability zones. EBS volumes and subnets are confined to a single availability zone, meaning they require manual setup for resilience.
Question 183 of 381An e-commerce company uses AWS Cloud and would like to receive separate invoices for development and production environments. As a Cloud Practioner, which of the following solutions would you recommend for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Create separate AWS accounts for development and production environments to receive separate invoices
Creating separate AWS accounts for each environment ensures you naturally receive separate monthly invoices. AWS Organizations actually consolidates billing into one central payer account, while Cost Explorer and tags only help visualize costs.
Question 184 of 381A startup runs its proprietary application on docker containers. As a Cloud Practitioner, which AWS service would you recommend so that the startup can run containers and still have access to the underlying servers?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Elastic Container Service (Amazon ECS)
Amazon Elastic Container Service is correct because it allows you to run Docker containers while retaining direct access and control over the underlying servers. Contrast this with AWS Fargate, which is a serverless compute engine that removes the need to provision or manage any underlying infrastructure.
Question 185 of 381A cyber-security agency uses AWS Cloud and wants to carry out security assessments on its own AWS infrastructure without any prior approval from AWS. Which of the following describes/facilitates this practice?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Penetration Testing
Penetration testing is the correct choice because AWS permits customers to perform security assessments on their own infrastructure without prior approval for several common services. Note that prohibited activities like network stress testing still strictly require special authorization from AWS.
Question 186 of 381Which feature of AWS Cloud offers the ability to innovate faster and rapidly develop, test, and launch software applications?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Agility
Agility is correct because it specifically describes the cloud benefit of rapidly provisioning resources to accelerate development, testing, and launch cycles. Elasticity involves scaling resources dynamically based on real-time demand, whereas global deployment focuses on reducing latency worldwide.
Question 187 of 381As per the AWS Shared Responsibility Model, Security and Compliance is a shared responsibility between AWS and the customer. Which of the following security services/utilities falls under the purview of AWS under the AWS Shared Responsibility Model?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Shield Standard
AWS Shield Standard is automatically enabled for all AWS accounts at no extra cost, making its infrastructure security completely the responsibility of AWS. In contrast, services like WAF and Shield Advanced require customer configuration and management, placing them under customer responsibility.
Question 188 of 381An AWS user is trying to launch an Amazon EC2 instance in a given region. What is the region-specific constraint that the Amazon Machine Image (AMI) must meet so that it can be used for this Amazon EC2 instance?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. You must use an Amazon Machine Image (AMI) from the same region as that of the Amazon EC2 instance. The region of the Amazon Machine Image (AMI) has no bearing on the performance of the Amazon EC2 instance
An Amazon Machine Image must exist in the same AWS Region where you plan to launch your EC2 instance. You can copy an image to the required region if needed, but the region itself only dictates deployment location and has no impact on instance performance.
Question 189 of 381Which of the following AWS services are regional in scope? (Select two.)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS Lambda · E. Amazon Rekognition
AWS Lambda and Amazon Rekognition are regional services because they operate and maintain data within a specific geographic AWS Region. Remember that IAM, CloudFront, and WAF operate globally, meaning their configurations apply universally across all your active regions.
Question 190 of 381Compared to the On-Demand Instance prices, what is the highest possible discount offered for Reserved Instances (RI)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. 72
Standard Reserved Instances offer a maximum discount of seventy-two percent compared to On-Demand Instance pricing. Memorize this specific seventy-two percent threshold for the exam, as it represents the upper limit of standard reservation savings.
Question 191 of 381Which of the following is correct regarding AWS Shield Advanced pricing?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Shield Advanced offers protection against higher fees that could result from a DDoS attack
Shield Advanced includes cost protection, covering unanticipated scaling charges caused by a DDoS attack. The service requires an additional fee regardless of your support plan, so it is not a free inclusion for Business or Enterprise users.
Question 192 of 381A customer is running a comparative study of pricing models of Amazon EFS and Amazon Elastic Block Store (Amazon EBS) that are used with the Amazon EC2 instances that host the application. Which of the following statements are correct regarding this use-case? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Amazon Elastic Block Store (Amazon EBS) Snapshots are stored incrementally, which means you are billed only for the changed blocks stored · E. You will pay a fee each time you read from or write data stored on the Amazon Elastic File System (Amazon EFS) – Infrequent Access storage class
EBS snapshots are incremental, so you only pay for changed blocks. EFS Infrequent Access charges lower storage rates but applies access fees for reads and writes, optimizing costs for rarely accessed data.
Question 193 of 381An IT company would like to move its IT resources (including any data and applications) from an AWS Region in the US to another AWS Region in Europe. Which of the following represents the correct solution for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. The company should just start creating new resources in the destination AWS Region and then migrate the relevant data and applications into this new AWS Region
Regions are completely independent, so you must manually create new resources in the destination Region and migrate your data. AWS CloudFormation can deploy the new infrastructure, but it cannot automatically move existing data or applications across regions.
Question 194 of 381Which pillar of the AWS Well-Architected Framework is responsible for making sure that you select the right resource types and sizes based on your workload requirements?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Performance Efficiency
The Performance Efficiency pillar focuses on selecting the right resource types and sizes to match your workload requirements. Cost Optimization does overlap with sizing, but it strictly prioritizes avoiding unnecessary spend.
Question 195 of 381Which of the following AWS services can be used to forecast your AWS account usage and costs?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Cost Explorer
AWS Cost Explorer lets you visualize historical usage and provides forecasting to predict future costs and usage. AWS Budgets sends alerts based on thresholds, but it relies on data rather than being the primary forecasting interface.
Question 196 of 381The DevOps team at an IT company wants to centrally manage its servers on AWS Cloud as well as on-premises data centers so that it can collect software inventory, run commands, configure and patch servers at scale. As a Cloud Practitioner, which AWS service would you recommend for this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Systems Manager
AWS Systems Manager provides a unified interface to view operational data and automate tasks across both AWS and on-premises servers. CloudFormation handles infrastructure as code, while Config assesses resource configuration compliance.
Question 197 of 381Which of the following AWS entities lists all users in your account and the status of their various account aspects such as passwords, access keys, and MFA devices?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Credentials Report
The IAM Credentials Report lists all users in your account alongside the status of their passwords, access keys, and MFA devices. Trusted Advisor checks infrastructure, but the credentials report is the designated compliance auditing tool.
Question 198 of 381Which Amazon Route 53 routing policy would you use to route traffic to a single resource such as a web server for your website?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Simple routing
Simple routing is the correct choice because it configures standard DNS records to route traffic directly to a single resource, like a web server. Choose weighted routing to split traffic across multiple resources instead.
Question 199 of 381Which of the following describes an Availability Zone (AZ) in the AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. One or more data centers in the same location
An Availability Zone consists of one or more discrete data centers within a specific AWS Region. For the exam, remember that multiple locations define a Region, while a single location with redundant power and networking defines an Availability Zone.
Question 200 of 381Which of the following entities should be used for an Amazon Elastic Compute Cloud (Amazon EC2) Instance to access a DynamoDB table?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. IAM role
Using an IAM role grants an Amazon EC2 instance temporary credentials to securely access a DynamoDB table. Avoid embedding long-term IAM user access keys directly in applications, as this creates a significant security risk.
Question 201 of 381AWS Organizations provides which of the following benefits? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Volume discounts for Amazon EC2 and Amazon S3 aggregated across the member AWS accounts · D. Share the reserved Amazon EC2 instances amongst the member AWS accounts
AWS Organizations offers consolidated billing, enabling volume discounts and shared Reserved Instances across member accounts. Management tasks like patching instances or provisioning Spot Instances are handled by management services, not Organizations.
Question 202 of 381Which AWS service will help you deploy application code automatically to an Amazon Elastic Compute Cloud (Amazon EC2) instance?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS CodeDeploy
AWS CodeDeploy is the specific service that automates code deployments directly to compute services like Amazon EC2. Elastic Beanstalk is an end-to-end platform, while CodeBuild compiles code, and CloudFormation provisions resources.
Question 203 of 381Which AWS service can be used to host a static website with the LEAST effort?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Simple Storage Service (Amazon S3)
Amazon S3 is the most effortless way to host a static website by simply configuring bucket permissions. Glacier is for archiving, Storage Gateway connects on-premises systems, and file systems like EFS require attached compute resources.
Question 204 of 381Which AWS service would you choose for a data processing project that needs a schemaless database?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon DynamoDB
Amazon DynamoDB is the correct choice because it is a non-relational, schemaless database that easily handles flexible data structures. For the exam, remember that services like RDS, Aurora, and Redshift are relational databases that require a rigid, predefined schema.
Question 205 of 381Which of the following entities are part of an Amazon Virtual Private Cloud (Amazon VPC) in the AWS Cloud? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Internet Gateway · E. Subnet
Subnets and Internet Gateways are fundamental networking components that exist directly inside an Amazon Virtual Private Cloud. As a quick exam tip, easily eliminate the distractors because API Gateway and Storage Gateway are standalone services, while objects belong to S3 buckets.
Question 206 of 381A multi-national organization has a separate virtual private cloud (VPC) for each of its business units on the AWS Cloud. The organization also wants to connect its on-premises data center with the different virtual private clouds (VPC) for better organization-wide collaboration. Which AWS services can be combined to build the MOST efficient solution for this use-case? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. AWS Transit Gateway · C. AWS Direct Connect
AWS Transit Gateway provides a central hub to route traffic between multiple VPCs, and AWS Direct Connect provides a dedicated, private network path from on-premises data centers into AWS. Avoid VPC peering here because managing individual connections between many networks quickly becomes overly complex.
Question 207 of 381According to the AWS Shared Responsibility Model, which of the following are responsibilities of the customer for AWS Identity and Access Management (AWS IAM)? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Enable multi-factor authentication (MFA) on all accounts · E. Analyze user access patterns and review AWS Identity and Access Management (AWS IAM) permissions
Under the shared responsibility model, customers are strictly responsible for their own security in the cloud, which includes enabling multi-factor authentication and analyzing user access patterns. AWS handles the security of the underlying infrastructure, managing global networks and compliance validation independently.
Question 208 of 381A firm wants to maintain the same data on Amazon Simple Storage Service (Amazon S3) between its production account and multiple test accounts. Which technique should you choose to copy data into multiple test accounts while retaining object metadata?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon S3 Replication
Amazon S3 Replication automatically and asynchronously copies objects across buckets while perfectly retaining all original metadata. On the exam, remember that storage classes simply tier data, Transfer Acceleration speeds up edge uploads, and bucket policies only grant access rather than moving data.
Question 209 of 381Reserved Instance (RI) pricing is available for which of the following AWS services? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Amazon Relational Database Service (Amazon RDS) · E. Amazon Elastic Compute Cloud (Amazon EC2)
Reserved Instances are available for compute services like Amazon EC2 and relational databases like Amazon RDS to provide a billing discount for committed usage. Services such as IAM are free, while S3 and CloudFront do not offer reserved capacity because they are strictly metered by usage.
Question 210 of 381Which AWS service can help you analyze your infrastructure to identify unattached or underutilized Amazon EBS Elastic Volumes?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Trusted Advisor
AWS Trusted Advisor is an account-level best practices tool that specifically checks for and flags underutilized Amazon EBS volumes to help optimize costs. While CloudWatch monitors performance metrics, it lacks the native account-wide cost analysis required to automatically identify these idle resources.
Question 211 of 381A financial services company wants to migrate from its on-premises data center to AWS Cloud. As a Cloud Practitioner, which AWS service would you recommend so that the company can compare the cost of running their IT infrastructure on-premises vs AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Pricing Calculator
The AWS Pricing Calculator is designed to estimate potential cloud costs and model solutions before migration, helping compare on-premises infrastructure to AWS. Remember that Cost Explorer and Budgets are only used to track and monitor existing active account spending, not future estimates.
Question 212 of 381AWS Trusted Advisor can provide alerts on which of the following common security misconfigurations? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. When you don't turn on user activity logging (AWS CloudTrail) · D. When you allow public access to Amazon S3 buckets
Trusted Advisor automatically checks for common security gaps like public S3 buckets and disabled CloudTrail logging. Sharing IAM credentials is an operational policy issue that the service cannot technically detect, whereas Glacier encrypts data by default.
Question 213 of 381A media company uploads its media (audio and video) files to a centralized Amazon Simple Storage Service (Amazon S3) bucket from geographically dispersed locations. Which of the following solutions can the company use to optimize transfer speeds?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon S3 Transfer Acceleration (S3TA)
Amazon S3 Transfer Acceleration leverages CloudFront edge locations to speed up long-distance file uploads directly into a bucket. CloudFront only accelerates downloads to users, whereas Direct Connect requires physical setup.
Question 214 of 381A social media company wants to have the MOST cost-optimal strategy for deploying Amazon Elastic Compute Cloud (Amazon EC2) instances. As a Cloud Practitioner, which of the following options would you recommend? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Use Spot Instances for ad-hoc jobs that can be interrupted · C. Use Reserved Instances (RI) to run applications with a predictable usage over the next one year
Spot Instances provide the steepest discounts for stateless workloads that tolerate interruptions, while Reserved Instances offer billing discounts for predictable usage. On-Demand Instances offer no long-term savings, making them less cost-optimal.
Question 215 of 381Which of the following statements are CORRECT regarding AWS Global Accelerator? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS Global Accelerator provides static IP addresses that act as a fixed entry point to your applications · B. AWS Global Accelerator is a good fit for non-HTTP use cases
AWS Global Accelerator provides static IP addresses acting as fixed entry points and is specifically excellent for non-HTTP use cases like gaming or VoIP. Remember that it complements Elastic Load Balancing by routing traffic over the AWS global network.
Question 216 of 381Which of the following are serverless computing services offered by AWS? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS Lambda · E. AWS Fargate
AWS Lambda and AWS Fargate are the correct choices because both let you run applications without provisioning or managing underlying servers. For the exam, remember that EC2 and Elastic Beanstalk require server management, making them non-serverless options.
Question 217 of 381Which of the following can you use to run a bootstrap script while launching an Amazon Elastic Compute Cloud (Amazon EC2) instance?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon EC2 instance user data
Amazon EC2 user data is correct because it lets you pass bootstrap scripts to automate configuration tasks when launching an instance. Do not confuse this with instance metadata, which simply provides read-only information about the currently running instance.
Question 218 of 381The DevOps team at a Big Data consultancy has set up Amazon Elastic Compute Cloud (Amazon EC2) instances across two AWS Regions for its flagship application. Which of the following characterizes this application architecture?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Deploying the application across two AWS Regions improves availability
Deploying workloads across multiple geographic Regions directly increases fault tolerance and availability by isolating failures. For the exam, associate Regions with disaster recovery and global availability, whereas scaling capacity horizontally is handled within Availability Zones using Auto Scaling.
Question 219 of 381AWS Marketplace facilitates which of the following use-cases? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Sell Software as a Service (SaaS) solutions to AWS customers · C. AWS customer can buy software that has been bundled into customized Amazon Machine Image (AMIs) by the AWS Marketplace sellers
AWS Marketplace is a digital catalog where independent software vendors can sell pre-configured AMIs or Software as a Service solutions to AWS customers. Think of Marketplace as an app store for buying and selling deployable software, completely distinct from requesting dedicated network connections or buying compliance reports via Artifact.
Question 220 of 381Which of the following is a container service of AWS?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Fargate
AWS Fargate is a serverless compute engine specifically designed to run containers without managing underlying servers. Use this as an exam cue to link Fargate directly with container workloads, whereas Elastic Beanstalk is for broader application platform management.
Question 221 of 381Which of the following are recommended security best practices for the AWS account root user? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: D. Set up an IAM user with administrator permissions and do not use AWS account root user for administrative tasks · E. Enable multi-factor authentication (MFA) for the AWS account root user
Securing the root user involves enabling multi-factor authentication and delegating daily administrative duties to an IAM user instead. Remember that root access keys should never be created or shared, and the root account should be locked away for only a few highly specific tasks.
Question 222 of 381Which benefit of Cloud Computing allows AWS to offer lower pay-as-you-go prices as usage from hundreds of thousands of customers is aggregated in the cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Massive economies of scale
Aggregating usage from hundreds of thousands of customers enables providers like AWS to achieve massive economies of scale, resulting in lower pay-as-you-go prices. For the exam, associate this specific phrasing directly with economies of scale, rather than general agility or capital expense reduction.
Question 223 of 381Which of the following AWS services can be used to set up billing alarms to monitor the estimated charges on your AWS account?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon CloudWatch
Amazon CloudWatch is used to create actual billing alarms that trigger when your account costs exceed a defined monetary threshold. On the exam, distinguish this from AWS Budgets, which provides more flexible alerts based on your specific cost or usage forecasts.
Question 224 of 381Which of the following is the best practice for application architecture on AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Build loosely coupled components
Building loosely coupled components allows individual microservices to operate independently, which improves both system scalability and overall resilience. For the exam, always avoid monolithic or tightly coupled designs, and favor decoupling via queues or pub/sub messaging.
Question 225 of 381Which of the following is available across all AWS Support plans?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Health Dashboard – Your account health
The AWS Health Dashboard provides personalized alerts and remediation guidance regarding your account and resource health, available across every support tier. Contrast this with the full Trusted Advisor checks and third-party software support, which require upgraded Business or Enterprise plans.
Question 226 of 381A digital media company wants to convert English language subtitles into Spanish language subtitles. As a Cloud Practitioner, which AWS service would you recommend for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Translate
Amazon Translate is a neural machine translation service that easily converts text between languages, making it ideal for localizing subtitles. Do not confuse this with Transcribe, which handles speech to text, or Polly, which converts written text into spoken audio.
Question 227 of 381Which AWS service will you use to provision the same AWS infrastructure across multiple AWS accounts and Regions?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS CloudFormation
AWS CloudFormation uses StackSets to deploy infrastructure across multiple accounts and regions simultaneously using templates. AWS Config monitors resource compliance, and CodeDeploy handles application code, not foundational infrastructure provisioning.
Question 228 of 381An e-commerce company wants to review the Payment Card Industry (PCI) reports on AWS Cloud. Which AWS resource can be used to address this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Artifact
AWS Artifact provides on-demand access to AWS security and compliance reports, including Payment Card Industry reports. For the exam, reliably associate any need for compliance documentation or audits directly with the AWS Artifact portal.
Question 229 of 381Which AWS entity enables you to privately connect your Amazon Virtual Private Cloud (Amazon VPC) to an Amazon Simple Queue Service (Amazon SQS) queue?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. VPC Interface Endpoint
A VPC Interface Endpoint uses AWS PrivateLink to privately connect your VPC to supported services like Amazon SQS. A strong exam rule is that gateway endpoints only support Amazon S3 and DynamoDB, while other services rely on interface endpoints.
Question 230 of 381Which of the following are benefits of the AWS Web Application Firewall (AWS WAF)? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. AWS Web Application Firewall (AWS WAF) can block all requests except the ones that you allow · D. AWS Web Application Firewall (AWS WAF) can check for the presence of SQL code that is likely to be malicious (known as SQL injection)
AWS WAF operates at Layer 7 to inspect web requests, allowing you to block malicious SQL injection attempts or restrict access to specific IP addresses. DDoS response team access is exclusive to Shield Advanced, and infrastructure attacks target lower layers.
Question 231 of 381Which of the following AWS Support plans provide programmatic access to AWS Support Center features to create, manage and close your support cases? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS Business Support · B. AWS Enterprise Support
Both Business and Enterprise Support tiers provide programmatic API access to the AWS Support Center for case management. Developer and Basic tiers lack this API access, and Corporate Support is a distractor that does not exist.
Question 232 of 381Which of the following entities can be used to connect to an Amazon Elastic Compute Cloud (Amazon EC2) server from a Mac OS, Windows or Linux based computer via a browser-based client?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon EC2 Instance Connect
Amazon EC2 Instance Connect offers a secure, browser-based SSH client accessible across major operating systems. Standard SSH or PuTTY require standalone software, whereas Direct Connect is a dedicated physical network service.
Question 233 of 381Which of the following AWS authentication mechanisms supports an AWS Multi-Factor Authentication (AWS MFA) device that you can plug into a USB port on your computer?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. U2F security key
A Universal 2nd Factor security key plugs into a USB port for authentication. Hardware and virtual devices typically generate codes, while SMS relies on text messages, so look for the USB characteristic to identify the correct option.
Question 234 of 381Which of the following is best-suited for load-balancing HTTP and HTTPS traffic?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Application Load Balancer
The Application Load Balancer operates at Layer 7 and is designed for routing HTTP and HTTPS traffic. The Network Load Balancer handles lower-level TCP and UDP traffic, and System Load Balancer is a distractor.
Question 235 of 381Which of the following is a perspective of the AWS Cloud Adoption Framework (AWS CAF)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Business
Business is one of the six core perspectives of the AWS Cloud Adoption Framework, alongside People, Governance, Platform, Security, and Operations. For the exam, use the memory trick that the framework completely avoids standard terms like architecture, process, or product to describe its perspectives.
Question 236 of 381A social media analytics company wants to migrate to a serverless stack on AWS. Which of the following scenarios can be handled by AWS Lambda? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. AWS Lambda can be used to execute code in response to events such as updates to DynamoDB tables · D. AWS Lambda can be used for preprocessing of data before it is stored in Amazon S3 buckets
Lambda is a serverless compute service that runs code in response to events like DynamoDB streams, or it can easily process data before storing it in S3. You cannot install applications like databases or container services on it.
Question 237 of 381The QA team at a company wants a tool/service that can provide access to different mobile devices with variations in firmware and Operating System versions. Which AWS service can address this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Device Farm
AWS Device Farm is an application testing service that lets you test mobile apps across various real devices and operating systems. The other options handle application deployment or code pipelines instead of device testing.
Question 238 of 381An e-commerce company would like to receive alerts when the Amazon EC2 Reserved Instances (RI) utilization drops below a certain threshold. Which AWS service can be used to address this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Budgets
AWS Budgets is the correct choice because it allows you to set custom reservation utilization or coverage targets and receive alerts when usage drops below your defined threshold. Use Cost Explorer to visualize data, but rely on Budgets for alerts.
Question 239 of 381Which of the following is the MOST cost-effective Amazon Elastic Compute Cloud (Amazon EC2) instance purchasing option for short-term, spiky, and critical workloads on AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. On-Demand Instance
On-Demand Instances are the correct choice for short-term, spiky, and critical workloads because they require no upfront commitment and cannot be unexpectedly interrupted. Avoid Spot Instances for critical workloads since AWS can reclaim them with short notice.
Question 240 of 381A financial services company wants to ensure that all customer data uploaded to its data lake on Amazon Simple Storage Service (Amazon S3) always stays private. Which of the following is the MOST efficient solution to address this compliance requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Use Amazon S3 Block Public Access to ensure that all Amazon S3 resources stay private
Amazon S3 Block Public Access is the most efficient solution because it provides centralized controls to instantly ensure that all buckets and objects remain private. Custom Lambda functions might work, but native features are always preferred for efficiency.
Question 241 of 381Which of the following Amazon Simple Storage Service (Amazon S3) storage classes do not charge any data retrieval fee? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Amazon S3 Intelligent-Tiering · B. Amazon S3 Standard
Amazon S3 Standard and S3 Intelligent-Tiering are correct because neither charges a data retrieval fee for accessing your objects. As a practical rule, expect retrieval fees on infrequent access tiers and Glacier archive classes to offset their lower storage costs.
Question 242 of 381Which of the following statements are true regarding Amazon Simple Storage Service (Amazon S3) (Select two)?
Select 2 answers.
Show answer & explanation
Correct answer: B. Amazon Simple Storage Service (Amazon S3) is a key value based object storage service · C. Amazon Simple Storage Service (Amazon S3) stores data in a flat non-hierarchical structure
Amazon S3 is an object storage service that uses a flat, non-hierarchical structure rather than traditional file systems. It relies on key-value pairs, so you cannot install databases directly on it, making it very distinct from block storage.
Question 243 of 381A cargo shipping company runs its server fleet on Amazon EC2 instances. Some of these instances host CRM applications that need to be accessible 24/7. These applications are not mission-critical. In case of a disaster, these applications can be managed on a lesser number of instances for some time. Which disaster recovery strategy is well-suited as well as cost-effective for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Warm Standby strategy
A warm standby strategy runs a smaller, functional version of your environment in another region, allowing you to scale up quickly during a disaster. Pilot light lacks this immediate operational capacity, while multi-site active-active exceeds the cost requirements for non-mission-critical workloads.
Question 244 of 381An organization maintains a separate Virtual Private Cloud (VPC) for each of its business units. Two units need to privately share data. Which is the most optimal way of privately sharing data between the two VPCs?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. VPC peering connection
VPC peering connects two VPCs directly, allowing private traffic routing between them as if they are in the same network. Site-to-Site VPN and Direct Connect link on-premises networks to AWS, while VPC endpoints only connect a VPC to AWS services.
Question 245 of 381An e-commerce company has migrated its IT infrastructure from an on-premises data center to the AWS Cloud. Which of the following costs is the company responsible for?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Application software license costs
Under the shared responsibility model, AWS handles physical security, hardware, and facility power, while customers manage their own application software licenses. This division of labor frees companies from maintaining data centers. Hardware and facility costs never fall to the cloud customer.
Question 246 of 381AWS Shield Advanced provides expanded DDoS attack protection for web applications running on which of the following resources? (Select two.)
Select 2 answers.
Show answer & explanation
Correct answer: D. Amazon Elastic Compute Cloud (Amazon EC2) · E. Amazon CloudFront
AWS Shield Advanced provides specialized DDoS protection for resources like Amazon CloudFront and Amazon EC2. These services sit at the edge or compute layers, unlike storage or deployment services like S3 or Elastic Beanstalk.
Question 247 of 381Which Amazon S3 storage class has NO minimum storage duration charge for objects?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon S3 Standard
Amazon S3 Standard has no minimum storage duration, making it ideal for frequently accessed data. Archival and infrequent access classes like Glacier and Standard-IA enforce minimum duration fees, so deleting objects early incurs prorated charges.
Question 248 of 381Which AWS service offers lifecycle configuration rules for cost-optimal storage?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Simple Storage Service (Amazon S3)
Amazon S3 lifecycle rules transition older objects to cheaper storage classes or delete them entirely to optimize costs. Block storage like EBS and instance stores lack automated lifecycle tiering. Use this feature to manage data retention seamlessly.
Question 249 of 381Which of the following are free under the Amazon S3 pricing model? (Select two.)
Select 2 answers.
Show answer & explanation
Correct answer: D. Data transferred out to an Amazon Elastic Compute Cloud (Amazon EC2) instance, when the instance is in the same AWS Region as the S3 bucket · E. Data transferred in from the internet
S3 does not charge for data transferred into the service from the internet or for data sent to an EC2 instance in the same region. Data going out to other regions incurs standard transfer fees, while all storage classes charge for consumed capacity.
Question 250 of 381Which of the following is correct regarding the Amazon Relational Database Service (Amazon RDS) service?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. You can use both read replicas and multi-AZ deployment for disaster recovery
Both read replicas and Multi-AZ deployments can address disaster recovery needs. Remember that Multi-AZ primarily provides high availability, while read replicas are typically used for scaling read performance, though cross-Region replicas serve as excellent disaster recovery mechanisms.
Question 251 of 381Which entity ensures that your application on Amazon Elastic Compute Cloud (Amazon EC2) always has the right amount of capacity to handle the current traffic demand?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon EC2 Auto Scaling
Amazon EC2 Auto Scaling automatically adjusts the number of instances to handle current traffic demands. A practical exam cue is to associate Auto Scaling with adding or removing capacity, whereas load balancers strictly distribute incoming traffic across existing resources.
Question 252 of 381Bob and Susan each have an AWS account in AWS Organizations. Susan has five Reserved Instances (RIs) of the same type and Bob has none. During one particular hour, Susan uses three instances and Bob uses six for a total of nine instances on the organization's consolidated bill. Which of the following statements are correct about consolidated billing in AWS Organizations? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS bills five instances as Reserved Instances, and the remaining four instances as regular instances · E. Bob receives the cost-benefit from Susan's Reserved Instance (RI) only if he launches his instances in the same AWS Region where Susan purchased her Reserved Instances (RI)
Consolidated billing applies Reserved Instance discounts automatically to any matching instance in the organization. The discount applies region-wide, making the Availability Zone requirement in the original explanation a technical inaccuracy.
Question 253 of 381How is Amazon EC2 different from traditional hosting systems? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Amazon EC2 can scale with changing computing requirements · D. With Amazon EC2, developers can launch and terminate the instances anytime they need to
Amazon EC2 differs from traditional hosting because it easily scales with changing requirements and allows developers to launch or terminate instances at any time. For the exam, remember that EC2 provides flexible, on-demand compute capacity rather than fixed monthly contracts.
Question 254 of 381Which of the following AWS storage services can be directly accessed by both AWS Cloud services and on-premises resources via a standard Linux mount command over AWS Direct Connect or VPN?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon Elastic File System (Amazon EFS)
Amazon EFS provides an NFS file system accessible from both AWS and on-premises servers over a Direct Connect or VPN connection. S3 is also accessible on-premises but is an object store rather than a mountable file system. EBS and instance store attach directly to EC2.
Question 255 of 381Amazon EC2 Spot Instances are a best-fit for which of the following scenarios?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. To run any containerized workload with Amazon Elastic Container Service (Amazon ECS) that can be interrupted
Spot Instances offer deep discounts for interruptible workloads like flexible containerized tasks. They should not be used for critical workloads or scheduled jobs requiring guaranteed capacity, and they never support database installations.
Question 256 of 381Which AWS service would you use to create a logically isolated section of the AWS Cloud where you can launch AWS resources in your virtual network?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Virtual private Cloud (VPC)
Amazon Virtual Private Cloud lets you provision a logically isolated section of the AWS Cloud where you can launch resources in a custom virtual network. Remember that subnets and network access control lists are features configured inside your VPC.
Question 257 of 381According to the AWS Well-Architected Framework, which of the following actions is recommended in the Security pillar?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Use AWS Key Management Service (AWS KMS) to encrypt data
Using AWS KMS to encrypt data is a core best practice for protecting data at rest and in transit under the Security pillar. Cost Explorer maps to Cost Optimization, while CloudFormation automates infrastructure provisioning rather than enforcing encryption.
Question 258 of 381Adding more CPU or RAM to an Amazon Elastic Compute Cloud (Amazon EC2) instance represents which of the following?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Vertical scaling
Upgrading the resources of a single instance, such as adding CPU or RAM, is known as vertical scaling. Horizontal scaling involves adding more instances to a fleet to handle increased load.
Question 259 of 381A data science team would like to build Machine Learning models for its projects. Which AWS service can it use?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon SageMaker
Amazon SageMaker provides a fully managed environment for data scientists to build, train, and deploy custom machine learning models. Polly and Comprehend are pre-trained AI services for specific tasks rather than model-building platforms.
Question 260 of 381An e-commerce company would like to build a chatbot for its customer service using Natural Language Understanding (NLU). As a Cloud Practitioner, which AWS service would you use?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Lex
Amazon Lex is the dedicated service for building conversational chatbots, utilizing natural language understanding and speech recognition. Do not confuse this with Amazon Comprehend, which analyzes text for sentiment and key phrases but does not build interactive voice interfaces.
Question 261 of 381A company is planning to implement chaos engineering to expose any blind spots that can disrupt the resiliency of the application. Which AWS service will help implement this requirement with the least effort?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Fault Injection Simulator (AWS FIS)
AWS Fault Injection Simulator is the managed service designed specifically for chaos engineering, allowing you to safely inject disruptions to test system resiliency. Security services like Amazon Inspector and GuardDuty focus on vulnerability assessments and threat detection, not performance testing.
Question 262 of 381Which AWS service allows you to quickly and easily add user sign-up, sign-in, and access control to web and mobile applications?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Cognito
Amazon Cognito is specifically designed to add user sign-up, sign-in, and access control features to your mobile and web applications. Remember that IAM manages internal AWS console permissions, whereas Cognito handles external consumer-facing application identities.
Question 263 of 381A media company wants to enable customized content suggestions for the users of its movie streaming platform. Which AWS service can provide these personalized recommendations based on historic data?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Personalize
Amazon Personalize uses machine learning to deliver real-time customized recommendations based on historical user data. Avoid confusing this with Amazon SageMaker, which is a broader platform requiring you to build and train custom machine learning models from scratch.
Question 264 of 381An enterprise is planning to move one of its older applications from its local data center to AWS. The IT team wants the fastest migration path and has decided not to update the application code or make any architectural changes. Which migration strategy is the most appropriate for this scenario?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Rehost
Rehosting, or lift and shift, moves applications exactly as they are without code changes, providing the fastest migration path. Replatforming requires minor optimizations, while refactoring requires extensive architectural redesign, both violating the requirement for no modifications.
Question 265 of 381A corporation would like to simplify access management to multiple AWS accounts as well as facilitate AWS Single Sign-On (AWS SSO) access to its AWS accounts. As a Cloud Practitioner, which AWS service would you use for this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS IAM Identity Center
AWS IAM Identity Center is the correct choice because it manages workforce access to multiple accounts and applications from a central location. This service is the direct successor to AWS Single Sign-On.
Question 266 of 381An organization would like to copy data across different Availability Zones (AZs) using Amazon EBS snapshots. Where are Amazon EBS snapshots stored in the AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Simple Storage Service (Amazon S3)
Amazon EBS snapshots are stored in Amazon S3, providing a durable, incremental backup of your volume data. Remember that EC2 provides compute, EFS is for active shared file storage, and RDS handles relational databases rather than acting as snapshot storage.
Question 267 of 381A company would like to create a private, high bandwidth network connection between its on-premises data centers and AWS Cloud. As a Cloud Practitioner, which of the following options would you recommend?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Direct Connect
AWS Direct Connect establishes a dedicated, private network connection from on-premises environments to AWS, bypassing the public internet. Site-to-Site VPN also connects networks but routes traffic over the public internet rather than a private, high-bandwidth line.
Question 268 of 381Which AWS service can be used to subscribe to an RSS feed to be notified of the status of all AWS service interruptions?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Health Dashboard – Service Health
The AWS Health Dashboard provides the overall status of all AWS services and offers an RSS feed for service interruptions. Do not confuse this with the Account Health Dashboard, which only provides personalized alerts for events directly impacting your specific AWS resources.
Question 269 of 381A production company with predictable usage would like to reduce the cost of its Amazon Elastic Compute Cloud (Amazon EC2) instances by using Reserved Instances (RI). Which of the following length terms are available for Amazon EC2 Reserved Instances (RI)? (Select Two)
Select 2 answers.
Show answer & explanation
Correct answer: B. 1 year · C. 3 years
Standard and Convertible Reserved Instances for Amazon EC2 are available in one-year and three-year term commitments for a significant discount. For the exam, remember that AWS does not offer six-month, two-year, or five-year reservation terms for standard pricing discounts.
Question 270 of 381According to the AWS Shared Responsibility Model, which of the following is the responsibility of the customer?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Firewall & networking configuration of Amazon Elastic Compute Cloud (Amazon EC2)
Under the Shared Responsibility Model, customers are responsible for security in the cloud, including configuring firewalls and networking for EC2 instances. AWS manages security of the cloud itself, meaning AWS handles physical hardware and the underlying infrastructure for managed services like DynamoDB.
Question 271 of 381A startup would like to monitor its cost on the AWS Cloud and would like to choose an optimal Savings Plan. As a cloud practitioner, which AWS service would you use?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Cost Explorer
AWS Cost Explorer lets you visualize your costs and provides actionable Savings Plan recommendations. While AWS Budgets sends alerts when you exceed your spending limits, it does not generate specific Savings Plan optimization recommendations.
Question 272 of 381A company would like to separate costs for AWS services by department for cost allocation. Which of the following is the simplest way to achieve this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Create tags for each department
Applying resource tags to designate specific departments is the simplest and most effective way to allocate and separate AWS costs. Creating multiple AWS accounts for different departments complicates billing, whereas using tags on a single account streamlines cost tracking.
Question 273 of 381Which of the following criteria are used to calculate the charge for Amazon EBS volumes? (Select TWO)
Select 2 answers.
Show answer & explanation
Correct answer: A. Provisioned IOPS · E. Volume type
EBS pricing is driven by volume type, provisioned storage space, and provisioned IOPS. Data transfer into AWS is free, and the EC2 instance type a volume attaches to does not affect the EBS price.
Question 274 of 381A Cloud Practitioner would like to centrally view, manage, and operate nodes to quickly identify any issues that might impact applications using those resources. Which AWS service can help with this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Systems Manager
AWS Systems Manager provides a central hub to view operational data, automate management tasks, and quickly identify issues across your nodes. Trusted Advisor provides high-level best practice checks rather than operational node control.
Question 275 of 381A company needs a secure online data transfer service that can automate ongoing transfers from on-premises systems into AWS while providing support for incremental data backups. Which AWS service is an optimal fit for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS DataSync
AWS DataSync automates and accelerates online data transfers between on-premises storage and AWS, fully supporting incremental transfers. Snowball devices are for offline migrations, whereas Storage Gateway connects on-premises apps to cloud storage.
Question 276 of 381Which AWS serverless service allows you to prepare data for analytics?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Glue
AWS Glue is a serverless extract, transform, and load service specifically designed to prepare and clean data for analytics. Amazon Athena and Redshift query the prepared data, while EMR handles big data processing frameworks.
Question 277 of 381Which AWS tool can provide best practice recommendations for performance, service limits, and cost optimization?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Trusted Advisor
AWS Trusted Advisor evaluates your account against AWS best practices, offering recommendations for cost optimization, performance, security, and service limits. Amazon CloudWatch monitors resource performance but does not provide actionable best practice checks.
Question 278 of 381Which of the following AWS services can be used to generate, use, and manage encryption keys on the AWS Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS CloudHSM
AWS CloudHSM provides dedicated hardware security modules in the cloud, allowing you to securely generate, store, and manage your own cryptographic encryption keys. Remember that Secrets Manager protects application credentials like database passwords, whereas CloudHSM handles the actual cryptographic hardware boundary.
Question 279 of 381Which AWS service can be used to view the most comprehensive billing details for the past month?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Cost & Usage Report (AWS CUR)
The AWS Cost and Usage Report provides the most comprehensive and granular billing details available, publishing hourly resource data directly into an Amazon S3 bucket. Contrast this with AWS Cost Explorer, which is better suited for high-level visual forecasting and trend analysis.
Question 280 of 381Which service or tool will you use to create and provide trusted users with temporary security credentials that can control access to your AWS resources?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Security Token Service (AWS STS)
The AWS Security Token Service generates temporary, limited-privilege credentials for federated or IAM users to securely access your resources. While Amazon Cognito handles web and mobile user identity pools, STS is the underlying mechanism for dispensing short-term access tokens.
Question 281 of 381A company using a hybrid cloud would like to store secondary backup copies of the on-premises data. Which Amazon S3 Storage Class would you use for a cost-optimal yet rapid access solution?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
Amazon S3 One Zone-Infrequent Access is the optimal choice for secondary backup copies because it stores data in a single availability zone, reducing costs while maintaining rapid access. Standard-IA offers multi-zone resilience, making it unnecessarily expensive for easily recreatable or secondary data.
Question 282 of 381The IT infrastructure at a university is deployed on the AWS Cloud and is experiencing a read-intensive workload. As a Cloud Practitioner, which AWS service would you use to take the load off databases?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon ElastiCache
Amazon ElastiCache sits in front of your database to serve frequent read requests from fast in-memory data stores, significantly reducing database load. Standard databases like Amazon RDS handle persistent storage, while EMR and Glue process big data analytics.
Question 283 of 381According to the AWS Well-Architected Framework, which of the following statements are recommendations in the Operational Excellence pillar? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Make frequent, small, reversible changes · D. Anticipate failure
The Operational Excellence pillar emphasizes making frequent, small, reversible changes and anticipating failure. Use this practical cue to separate the pillars: Security focuses on traceability, Reliability on automatic recovery, and Performance Efficiency on serverless architectures.
Question 284 of 381A company would like to define a set of rules to manage objects cost-effectively between Amazon Simple Storage Service (Amazon S3) storage classes. As a Cloud Practitioner, which Amazon S3 feature would you use?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Simple Storage Service (Amazon S3) Lifecycle configuration
S3 Lifecycle configurations automatically transition objects between storage classes to manage costs effectively over time. Avoid confusing this with Cross-Region Replication, which is used for compliance and disaster recovery across different geographic regions.
Question 285 of 381Which AWS tool/service will help you define your cloud infrastructure using popular programming languages such as Python and JavaScript?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Cloud Development Kit (AWS CDK)
The Cloud Development Kit lets you define cloud infrastructure using familiar programming languages like Python. Contrast this with CloudFormation, which requires writing declarative templates using JSON or YAML instead of traditional code.
Question 286 of 381A research lab needs to be notified in case of a configuration change for security and compliance reasons. Which AWS service can assist with this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS Config
AWS Config is the correct choice because it continuously monitors and records resource configurations, allowing you to trigger alerts for compliance changes. Trusted Advisor provides high-level best practice checks but lacks granular configuration state tracking.
Question 287 of 381A production company would like to establish an AWS managed virtual private network (VPN) service between its on-premises network and AWS. Which item needs to be set up on the company's side?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. A customer gateway
A customer gateway represents the physical or software appliance on your side of a Site-to-Site VPN connection. The virtual private gateway resides on the AWS side, so remember that you always manage the customer endpoint hardware.
Question 288 of 381An engineering team would like to cost-effectively run hundreds of thousands of batch computing workloads on AWS. As a Cloud Practitioner, which AWS service would you use for this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Batch
AWS Batch dynamically provisions the optimal compute resources to run hundreds of thousands of batch computing workloads efficiently. While Lambda handles smaller event-driven tasks, AWS Batch is purpose-built for massive scale processing.
Question 289 of 381According to the AWS Shared Responsibility Model, which of the following are the responsibilities of AWS? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Data center security · D. Network operability
Under the Shared Responsibility Model, AWS handles security of the cloud, including physical data center security and network operability. Customers must handle security in the cloud, which includes patching guest operating systems and configuring access.
Question 290 of 381What is the primary use case for Amazon GuardDuty?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Detecting malicious activity and threats in your AWS accounts and workloads
Amazon GuardDuty is a threat detection service that continuously monitors for malicious activity and unauthorized behavior. For the exam, do not confuse this with the Web Application Firewall, which actively blocks common web exploits.
Question 291 of 381Which AWS service can inspect Amazon CloudFront distributions running on any HTTP web server?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Web Application Firewall (AWS WAF)
AWS WAF protects web applications by inspecting HTTP requests forwarded to Amazon CloudFront. This allows you to block malicious traffic at the edge locations before it ever reaches your origin servers.
Question 292 of 381Which of the following are the advantages of using the AWS Cloud? (Select TWO)
Select 2 answers.
Show answer & explanation
Correct answer: D. Stop guessing about capacity · E. Increase speed and agility
Stop guessing capacity and increase speed and agility are core advantages of cloud computing. Remember that cloud computing shifts expenses from upfront capital expenditures to flexible operational expenses.
Question 293 of 381Which AWS service can be used to send, store, and receive messages between software components at any volume to decouple application tiers?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Simple Queue Service (Amazon SQS)
Amazon Simple Queue Service securely decouples application tiers by letting you send, store, and receive messages between software components. Simple Notification Service is pub/sub and pushes messages, whereas queues pull and retain them.
Question 294 of 381Which Amazon Elastic Compute Cloud (Amazon EC2) Auto Scaling feature can help with fault tolerance?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Replacing unhealthy Amazon EC2 instances
Amazon EC2 Auto Scaling improves fault tolerance by automatically detecting and replacing unhealthy instances to maintain application availability. Distributing load is a feature of Elastic Load Balancing, which works alongside Auto Scaling but serves a different purpose.
Question 295 of 381Which of the following statements is an AWS best practice when architecting for the Cloud?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Automation
Automation is a core AWS architectural best practice because it improves system stability and operational efficiency. For the exam, associate the other options with anti-patterns: AWS promotes loose coupling, services over servers, and security as the top priority.
Question 296 of 381Which of the following options are the benefits of using AWS Elastic Load Balancing (ELB)? (Select TWO)
Select 2 answers.
Show answer & explanation
Correct answer: D. High availability · E. Fault tolerance
Elastic Load Balancing provides high availability and fault tolerance by automatically distributing incoming traffic across multiple healthy targets. It does not provide storage, and while it helps optimize resource use, its primary value is resilience, not direct cost reduction.
Question 297 of 381Which of the following AWS Support plans is the MOST cost-effective when getting enhanced technical support by Cloud Support Engineers?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Business Support
AWS Business Support is the most cost-effective plan that provides enhanced technical support from Cloud Support Engineers. Enterprise Support also offers this but is significantly more expensive, while Developer and Basic tiers do not provide full engineer access.
Question 298 of 381Which types of monitoring can be provided by Amazon CloudWatch? (Select TWO)
Select 2 answers.
Show answer & explanation
Correct answer: B. Resource utilization · C. Application performance
Amazon CloudWatch provides visibility into resource utilization and application performance for AWS workloads. Remember that CloudTrail records API access, while the AWS Health Dashboard shows the overall availability of regional AWS services.
Question 299 of 381Which of the following AWS Identity and Access Management (AWS IAM) Security Tools allows you to review permissions granted to an IAM user?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Identity and Access Management (IAM) access advisor
IAM access advisor displays the service permissions granted to a user and when they were last accessed, helping you identify unnecessary permissions. The credentials report only lists credential status, such as password or key rotation, not the attached permissions.
Question 300 of 381Which of the following statements is the MOST accurate when describing AWS Elastic Beanstalk?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. It is a Platform as a Service (PaaS) that allows you to deploy and scale web applications and services
AWS Elastic Beanstalk is a Platform as a Service offering that automatically handles deployment, capacity provisioning, and scaling for web applications. Distinguish it from CloudFormation, which is an Infrastructure as Code tool used to model and provision resources.
Question 301 of 381A company needs to keep sensitive data in its own data center due to compliance but would still like to deploy resources using AWS. Which cloud deployment model does this refer to?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Hybrid Cloud
A hybrid cloud deployment connects AWS cloud resources with your existing on-premises infrastructure. Remember that private cloud refers to an isolated environment running solely within AWS, while hybrid specifically mixes on-premises data centers and the public cloud.
Question 302 of 381An engineering team is new to the AWS Cloud and would like to launch a dev/test environment with low monthly pricing. Which AWS service can address this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon LightSail
Amazon Lightsail is a virtual private server service designed for easy deployment at a low, predictable monthly price, making it ideal for beginners. Standard EC2 requires more networking configuration, making it overly complex for simple dev/test environments.
Question 303 of 381Which of the following statements is CORRECT regarding the scope of an Amazon Virtual Private Cloud (VPC)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. A VPC spans all Availability Zones (AZs) within an AWS region
A Virtual Private Cloud spans all Availability Zones within a single, specific AWS Region. Remember that a subnet is confined to a single Availability Zone, while the overarching VPC operates at the regional level.
Question 304 of 381Which security control tool can be used to deny traffic from a specific IP address?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Network Access Control List (network ACL)
A network access control list can explicitly deny traffic from specific IP addresses at the subnet level. A practical exam cue is that security groups are stateful and only allow rules, so you must use stateless network ACLs to explicitly block bad IP addresses.
Question 305 of 381Which of the following options is NOT a feature of Amazon Inspector?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Track configuration changes
Tracking resource configuration changes is the primary function of AWS Config. Amazon Inspector focuses on automated security assessments, scanning for software vulnerabilities, and checking for unintended network accessibility.
Question 306 of 381Which of the following statements is INCORRECT regarding Amazon EBS Elastic Volumes?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon EBS Elastic Volumes can be bound to several Availability Zones (AZs)
Elastic Block Store volumes are locked to a specific Availability Zone and cannot natively span multiple zones. To move data across zones, you must take a snapshot and restore it. Remember that at the foundational level, standard volumes attach to a single instance at a time.
Question 307 of 381A multinational company has just moved its infrastructure to AWS Cloud and has employees traveling to different offices around the world. How should the company set the AWS accounts?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. There is nothing to do, AWS Identity and Access Management (AWS IAM) is a global service
Identity and Access Management is a global service, meaning user identities and roles are available across all regions without any extra configuration. Resist the trap of creating regional accounts or users, and never share credentials between employees.
Question 308 of 381The development team at a company manages 300 microservices and it is now trying to automate the code reviews to improve the code quality. Which tool/service is the right fit for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon CodeGuru
Amazon CodeGuru uses machine learning to automate code reviews and identify expensive lines of code, perfectly fitting this requirement. Rule out CodeBuild because it only compiles code and runs tests without providing intelligent recommendations.
Question 309 of 381A company would like to optimize Amazon Elastic Compute Cloud (Amazon EC2) costs. Which of the following actions can help with this task? (Select TWO)
Select 2 answers.
Show answer & explanation
Correct answer: B. Purchase Amazon EC2 Reserved instances (RIs) · D. Set up Auto Scaling groups to align the number of instances with the demand
Reserved Instances offer discounts for steady workloads, while Auto Scaling matches capacity to live demand to eliminate waste. Vertical scaling often costs more without trimming excess capacity, and support plans do not directly lower compute fees.
Question 310 of 381A company would like to reserve Amazon Elastic Compute Cloud (Amazon EC2) compute capacity for three years to reduce costs. The company also plans to increase their workloads during this period. As a Cloud Practitioner, which Amazon Elastic Compute Cloud (Amazon EC2) reserved instance (RI) type would you recommend?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Convertible reserved instance (RI)
Convertible Reserved Instances allow you to exchange instances to adapt to changing workloads over a three-year term. Standard Reserved Instances offer larger discounts but lock you into specific instance families without flexibility.
Question 311 of 381A brand-new startup would like to remove its need to manage the underlying infrastructure and focus on the deployment and management of its applications. Which type of cloud computing does this refer to?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Platform as a Service (PaaS)
Platform as a Service removes the need to manage underlying infrastructure, allowing you to focus entirely on deploying and managing applications. On the exam, remember the shared responsibility shift: IaaS gives you the most control, while SaaS provides a completed product managed by the provider.
Question 312 of 381A company would like to audit requests made to an Amazon S3 bucket. As a Cloud Practitioner, which Amazon S3 feature would you recommend addressing this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Simple Storage Service (Amazon S3) Access Logs
Amazon S3 server access logging provides detailed records of every request made to a bucket, making it the right choice for security and access audits. Bucket policies only control access permissions, and versioning simply preserves object variants.
Question 313 of 381A growing startup has trouble identifying and protecting sensitive data at scale. Which AWS fully managed service can assist with this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon Macie
Amazon Macie is a managed data security service that uses machine learning to automatically discover and protect sensitive data in S3 buckets. Remember that AWS Artifact only provides compliance reports, while Secrets Manager safeguards credentials.
Question 314 of 381Which of the following are best practices when using AWS Organizations? (Select TWO)
Select 2 answers.
Show answer & explanation
Correct answer: A. Create AWS accounts per department · B. Restrict account privileges using Service Control Policies (SCP)
Creating individual accounts for each department and restricting privileges with Service Control Policies are core best practices for governance and isolation. Avoid disabling CloudTrail or ignoring tags, as you need monitoring and proper billing categorization.
Question 315 of 381A startup would like to quickly deploy a popular technology on AWS. As a cloud practitioner, which AWS tool would you use for this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Partner Solutions (formerly Quick Starts)
AWS Partner Solutions provide automated reference deployments to help you quickly launch popular technologies using best practices. Note that AWS CodeDeploy is strictly for automating application code updates, whereas Partner Solutions deploy the entire infrastructure stack quickly.
Question 316 of 381A company would like to move its infrastructure to the AWS Cloud. Which of the following should be included in the Total Cost of Ownership (TCO) estimate? (Select TWO)
Select 2 answers.
Show answer & explanation
Correct answer: C. Server administration · E. Power/Cooling
Total Cost of Ownership calculations for cloud migration include IT labor for server administration and facility costs like power and cooling. The number of end-users or office electronics are not direct infrastructure TCO factors.
Question 317 of 381A Cloud Practitioner would like to deploy identical resources across all AWS regions and accounts using templates while estimating costs. Which AWS service can assist with this task?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS CloudFormation
CloudFormation templates deploy standardized resources across accounts and regions while providing cost estimates for your stack. Avoid CodeDeploy since it only handles application code delivery, not the underlying infrastructure provisioning.
Question 318 of 381According to the AWS Shared Responsibility Model, which of the following is both the responsibility of AWS and the customer? (Select two)
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Configuration management
Shared controls like configuration management apply to both the infrastructure layer and customer layers in different contexts. While AWS manages its hardware configurations, customers must configure their own guest operating systems.
Question 319 of 381A company based in Sydney hosts its application on an Amazon EC2 instance in ap-southeast-2. They would like to deploy the same Amazon EC2 instances in eu-south-1. Which of the following AWS entities can address this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Machine Image (AMI)
An Amazon Machine Image contains the information required to launch an instance, allowing you to deploy identical configurations across different regions. Elastic Load Balancing distributes network traffic across existing instances, while an EBS snapshot only backs up block storage.
Question 320 of 381Which of the following services are provided by Amazon Route 53? (Select TWO)
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Health checks and monitoring
Amazon Route 53 is primarily a Domain Name System web service, but it also provides health checks and monitoring to route traffic reliably. Transfer acceleration is an Amazon S3 feature, and Route 53 routes traffic to load balancers rather than acting as one.
Question 321 of 381Historically, IT departments had to over-provision for peak demand. IT professionals may bring this legacy mindset to the table when they build their cloud infrastructure leading to over-provisioned resources and unnecessary costs. Right-sizing of resources is necessary to reduce infrastructure costs while still using cloud functionality optimally. Which feature of the AWS Cloud refers to right-sizing the resources?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Elasticity
Elasticity is correct because it refers to the ability to automatically scale resources up or down to match current demand, preventing costly over-provisioning. Horizontal scaling only adds capacity, whereas elasticity actively contracts resources when demand drops.
Question 322 of 381A company provides you with a completed product that is run and managed by the company itself. As a customer, you only use the product without worrying about maintaining or managing the product. Which cloud computing model does this kind of product belong to?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Software as a Service (SaaS)
Software as a Service provides a completed product run and managed by the service provider, requiring no underlying maintenance. Web-based email is a classic example, whereas infrastructure and platform models require you to manage operating systems or applications.
Question 323 of 381A company wants to establish a private, dedicated connection between AWS and its on-premises data center. Which AWS service is the right choice for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Direct Connect
AWS Direct Connect establishes a private, dedicated network connection from your on-premises data center to AWS. Site-to-Site VPN also connects networks but routes encrypted traffic over the public internet instead of a dedicated line.
Question 324 of 381As a Cloud Practitioner, which of the following credentials would you recommend for signing in to the AWS Management Console to meet security best practices? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. IAM Username and password · E. Multi Factor Authentication (MFA)
To securely sign in to the AWS Management Console, you should use an IAM username and password, supplemented by Multi-Factor Authentication. Access keys are strictly for programmatic access via the CLI or SDKs and should never be used for console sign-ins.
Question 325 of 381As an AWS Cloud Practitioner, you have been tasked to find examples of AWS Cloud solution designs. Which service/feature would you recommend?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Architecture Center
The AWS Architecture Center provides reference architecture diagrams, vetted solutions, and Well-Architected best practices. For the exam, remember that the AWS Marketplace is a software catalog, while Trusted Advisor provides real-time cost and security checks.
Question 326 of 381AWS Support offers five support plans for its customers. Which of the following features are covered as part of the AWS Basic Support Plan? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. One-on-one responses to account and billing questions · C. Service health checks
The AWS Basic Support plan covers one-on-one responses for account and billing questions, service health checks, and access to support forums. Use-case guidance and diagnostic tools are only available on Developer, Business, and Enterprise support plans.
Question 327 of 381Which feature/functionality will help you organize your AWS resources, manage and automate tasks on large numbers of resources at a time?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS Resource Groups
AWS Resource Groups let you organize and manage multiple AWS resources as a single unit for bulk automation tasks. Tags are just metadata properties, while Organizations manage multiple AWS accounts rather than individual resources.
Question 328 of 381Which of the following is the responsibility of the customer when running applications using AWS Lambda?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Writing and maintaining the function code and its dependencies
Under the shared responsibility model, customers must write and maintain their own AWS Lambda function code and dependencies. AWS automatically handles the underlying infrastructure, operating system, and runtime environments for the service.
Question 329 of 381Which of the following statements are true about AWS Shared Responsibility Model? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. AWS is responsible for patching and fixing flaws within the infrastructure, but customers are responsible for patching their guest operating system and applications · C. AWS trains AWS employees, but a customer must train their own employees
AWS handles infrastructure patching, while customers must patch their guest operating systems and applications. AWS trains its own employees, but the customer is strictly responsible for training their own internal staff on cloud security.
Question 330 of 381By default, which of the following events are logged by AWS CloudTrail?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Management events
By default, AWS CloudTrail logs management events, which capture control plane operations within your account. Data events and CloudTrail Insights events incur additional charges and must be explicitly enabled on your trail.
Question 331 of 381A media company uses Amazon Simple Storage Service (Amazon S3) for storing all its data. Which storage class should it consider for cost-optimal storage of the data that has random access patterns?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon S3 Intelligent-Tiering (S3 Intelligent-Tiering)
Amazon S3 Intelligent-Tiering automatically moves data between access tiers to optimize costs when access patterns are unknown or unpredictable. S3 Standard is only for frequently accessed data, while Standard-IA applies retrieval fees.
Question 332 of 381A university provides access to AWS services for its students to submit their research data for analysis. The university is looking at the most cost-effective approach for recovering from disasters and it can tolerate data loss of a few hours. Which disaster recovery strategy is well-suited for this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Backup and restore strategy
A backup and restore strategy is the most cost-effective disaster recovery approach and perfectly accommodates tolerating a few hours of data loss. Pilot light, warm standby, and multi-site strategies offer lower recovery times but cost significantly more.
Question 333 of 381Which of the following are NoSQL database services from AWS? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Amazon Neptune · E. Amazon DocumentDB
Amazon Neptune and Amazon DocumentDB are correct because they are fully managed NoSQL database services that store data as graphs and documents. Remember that Amazon RDS and Aurora are relational databases, making them incorrect choices for NoSQL questions.
Question 334 of 381Which of the following use-cases can be solved using the Amazon Forecast service?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Predict the web traffic of a website for the next few weeks
Amazon Forecast is correct because it uses machine learning to predict future time-series data like web traffic. For the exam, associate Forecast exclusively with time-series predictions, whereas Amazon Personalize is used for product recommendations.
Question 335 of 381AWS Web Application Firewall (AWS WAF) can be deployed on which of the following services?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon CloudFront, Application Load Balancer, Amazon API Gateway, AWS AppSync
Amazon CloudFront, Application Load Balancer, Amazon API Gateway, and AWS AppSync are correct because AWS WAF integrates directly with these services to filter web traffic. Remember that WAF cannot be deployed directly on Amazon EC2 instances without an intermediary load balancer.
Question 336 of 381A weather-tracking application is built using Amazon DynamoDB. The performance of the application has been consistently good. But lately, the team has realized that during holidays and travel seasons, the load on the application is high and the read requests consume most of the database resources, thereby drastically increasing the overall application latency. Which feature/service will help resolve this issue?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon DynamoDB Accelerator
Amazon DynamoDB Accelerator is correct because it is a fully managed in-memory cache built specifically to reduce DynamoDB read latency. While ElastiCache provides general caching, AWS recommends using the purpose-built DynamoDB Accelerator for DynamoDB workloads.
Question 337 of 381A financial services company needs to retain its data for 10 years to meet compliance norms. Which Amazon Simple Storage Service (Amazon S3) storage class is the best fit for this use case considering that the data has to be stored at a minimal cost?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon S3 Glacier Deep Archive
Amazon S3 Glacier Deep Archive is the lowest-cost storage class, explicitly designed for long-term retention and compliance needs spanning seven to ten years. Standard-IA is more expensive for long-term storage, making Deep Archive the definitive choice when minimizing cost is the primary objective.
Question 338 of 381Which of the following is the least effort way to encrypt data for AWS services only in your AWS account using AWS Key Management Service (KMS)?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Use AWS managed master keys that are automatically created in your account for each service
AWS managed keys are automatically created in your account for integrated services, providing encryption with the absolute least administrative effort. Customer managed keys require manual policy configuration, and AWS owned keys are completely invisible and shared across multiple accounts.
Question 339 of 381A manufacturing company is looking at a service that can offer AWS infrastructure, AWS services, APIs, and tools to its on-premises data center for running low latency applications. Which of the following service/tool is the best fit for the given requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Outposts
AWS Outposts delivers native AWS infrastructure, services, and APIs directly into your on-premises data centers to support hybrid workloads requiring ultra-low latency. Contrast this with Local Zones, which extend AWS infrastructure into major metropolitan areas rather than your private facilities.
Question 340 of 381Which of the following will help you control the incoming traffic to an Amazon EC2 instance?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Security Group
A security group acts as a virtual firewall at the instance level to control incoming and outgoing traffic. A network ACL secures the entire subnet, while route tables only dictate where network traffic is directed.
Question 341 of 381A security group has been changed in an AWS account, and the manager of the account has asked you to find out the details of the user who changed it. As a Cloud Practitioner, which AWS service will you use to fetch the necessary information?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS CloudTrail
AWS CloudTrail records user activity and API calls, making it the correct choice for auditing account changes like modified security groups. Amazon Inspector assesses vulnerabilities, while Trusted Advisor offers best practice checks.
Question 342 of 381A company is looking at real-time processing of streaming big data for their ad-tech platform. Which of the following AWS services is the right choice for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon Kinesis Data Streams
Amazon Kinesis Data Streams is the correct choice because it is purpose-built to continuously capture and process real-time streaming data. For the exam, remember Kinesis handles streaming data, whereas Amazon Redshift and EMR are used for batch processing and data warehousing.
Question 343 of 381A team manager needs data about the changes that have taken place for AWS resources in his account during the past two weeks. Which AWS service can help get this data?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Config
AWS Config is the correct service because it records and evaluates the configurations of your AWS resources over time. Do not confuse this with CloudTrail, which records API calls and user activity for auditing who made a change.
Question 344 of 381Which of the following AWS services will help provision a logically isolated network for your AWS resources?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Virtual Private Cloud (Amazon VPC)
Amazon Virtual Private Cloud is correct because it provisions an isolated virtual network where you can launch AWS resources securely. For the exam, associate basic network isolation directly with Amazon VPC.
Question 345 of 381Which of the following AWS services can be used to continuously monitor both malicious activities as well as unauthorized behavior to protect your AWS accounts and workloads?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon GuardDuty
Amazon GuardDuty is the correct choice because it is an intelligent threat detection service that monitors for malicious activity. Security Hub aggregates findings, while Detective investigates existing issues.
Question 346 of 381Which free tool helps to review the state of your workloads and compares them to the latest AWS architectural best practices after you have answered a series of questions about your workload?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Well-Architected Tool
The AWS Well-Architected Tool is correct because it provides a structured way to review your workloads against architectural best practices. Trusted Advisor optimizes infrastructure but does not evaluate workload architecture.
Question 347 of 381An organization is looking to break down its AWS spending so that each department and project can be accurately charged for the resources they consume. Which AWS feature or service is the best fit for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS cost allocation tags
AWS cost allocation tags are correct because they let you assign metadata to resources for granular billing visibility. While the Cost and Usage Report displays spending, those reports depend completely on these tags to organize the data.
Question 348 of 381A company is moving its on-premises application to AWS Cloud. The application uses in-memory caches for running custom workloads. Which Amazon Elastic Compute Cloud (Amazon EC2) instance type is the right choice for the given requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Memory Optimized instance types
Memory optimized instances are correct because they deliver fast performance for workloads processing large data sets in memory. On the exam, immediately map in-memory databases and caches to this instance family.
Question 349 of 381Per the AWS Shared Responsibility Model, management of which of the following AWS services is the responsibility of the customer?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon Elastic Compute Cloud (Amazon EC2)
Under the shared responsibility model, EC2 is an infrastructure as a service offering, so you must manage the guest operating system and its security. For abstracted services like S3 and DynamoDB, AWS handles the underlying infrastructure and operating systems entirely.
Question 350 of 381An e-learning company wants to build a knowledge graph by leveraging a fully managed database. Which of the following is the best fit for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon Neptune
Amazon Neptune is a fully managed graph database optimized for storing billions of relationships, making it perfect for building knowledge graphs. RDS and DocumentDB handle relational and document workloads respectively, not highly connected graph datasets.
Question 351 of 381Which of the following are the security best practices suggested by AWS for Identity and Access Management (IAM)? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Do not share security credentials between accounts, use IAM roles instead · E. When you create IAM policies, grant the least privileges required to perform a task
Applying least privilege and using IAM roles instead of sharing credentials are foundational AWS security best practices. You should never share root user credentials, and MFA protects an account rather than distributing root access to multiple users.
Question 352 of 381Amazon Simple Queue Service (Amazon SQS)
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon Simple Queue Service (SQS)
Amazon Simple Queue Service allows you to decouple applications by storing messages securely until the downstream application processes them. Simple Notification Service uses a push mechanism, which risks message loss if the receiving application is unavailable.
Question 353 of 381An e-commerce company needs to generate custom reports and graphs every week for analyzing product sales data. The company is looking at a tool/service that will help them analyze this data using interactive dashboards with minimal effort. The dashboards also need to be accessible from any device. Which AWS tool/service will you recommend for this use-case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Quicksight
Amazon QuickSight is a serverless business intelligence service that lets you create and publish interactive, machine-learning-powered dashboards accessible from any device. Athena runs SQL queries but does not build visual dashboards, and SageMaker is meant for machine learning models.
Question 354 of 381As part of a flexible pricing model, AWS offers two types of Savings Plans. Which of the following are the Savings Plans from AWS?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Compute Savings Plans, EC2 Instance Savings Plans
AWS offers Compute Savings Plans and EC2 Instance Savings Plans to provide flexible pricing in exchange for a usage commitment. Compute plans apply broadly to Fargate and Lambda, while EC2 Instance plans offer deeper discounts tied to a specific instance family in a region.
Question 355 of 381Which tool/service will help you get a forecast of your spending for the next 12 months?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS Cost Explorer
AWS Cost Explorer lets you view historical usage data and provides a forecast of your expected spending for the next twelve months. The Pricing Calculator estimates costs for new architectures, whereas Cost Explorer analyzes existing account spend.
Question 356 of 381A blogging company is looking for an easy-to-use solution to host WordPress blogs. The company needs a cost-effective, readily available solution without the need to manage the configurations for servers or databases. Which AWS service will help achieve this functionality?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon Lightsail
Amazon Lightsail provides a low, predictable monthly price and pre-configured blueprints, making it the easiest way to deploy and manage WordPress without server overhead. Standard EC2 requires manual configuration, and S3 cannot host dynamic PHP applications like WordPress.
Question 357 of 381Which of the following statements are correct regarding Amazon API Gateway? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. API Gateway can be configured to send data directly to Amazon Kinesis Data Stream · D. Amazon API Gateway can call an AWS Lambda function to create the front door of a serverless application
Amazon API Gateway securely routes requests to AWS Lambda, serving as the front door for serverless applications. It can also integrate directly with services like Kinesis; be aware that cached API responses are still counted as API calls for billing.
Question 358 of 381Which of the following statements are correct regarding the AWS Control Tower and Service Control Policies? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. Service Control Policies (SCPs) are a type of organization policy that you can use to manage permissions in your organization · D. AWS Control Tower is an AWS native service providing a pre-defined set of blueprints and guardrails to help customers implement a landing zone for new AWS accounts
AWS Control Tower provides a pre-configured landing zone, and Service Control Policies manage the maximum available permissions in an organization. A key exam cue is that SCPs act as guardrails to set permission limits but do not actually grant any permissions themselves.
Question 359 of 381A company is looking at a service/tool to automate and minimize the time spent on keeping the server images up-to-date. These server images are used by Amazon Elastic Compute Cloud (Amazon EC2) instances as well as the on-premises systems. Which AWS service will help achieve the company's need?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. Amazon EC2 Image Builder
Amazon EC2 Image Builder is correct because it automates the creation, testing, and deployment of secure server images for AWS and on-premises use. An Amazon Machine Image is simply the resulting artifact, not the automated pipeline tool that keeps images updated.
Question 360 of 381A Cloud Practitioner wants to use CIDR block notation when providing an IP address range. Which of the following AWS network services/utilities allow this feature? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: A. Network access control list (network ACL) · E. Security group
Security groups and network access control lists are correct because both virtual private cloud firewall features allow the use of CIDR block notation to manage traffic. Services like Amazon S3 and AWS Lambda do not use CIDR blocks for direct IP configuration.
Question 361 of 381A financial consulting company is looking for automated reference deployments, that will speed up the process of deploying its financial solutions on AWS Cloud. The reference deployment should be able to deploy most of the well-known functions of financial services and leave space for customizations, if necessary. Which AWS service will help achieve this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Partner Solutions(formerly Quick Starts)
AWS Partner Solutions are correct because they provide customizable, automated reference deployments built by AWS experts to accelerate cloud adoption. While AWS CloudFormation provisions resources, Partner Solutions specifically offer pre-built architectural templates for quick deployment.
Question 362 of 381A gaming company needs compute and storage services close to edge locations in order to ensure ultra-low latency for end-users and devices that connect through mobile networks. Which AWS service is the best fit for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS Wavelength
AWS Wavelength is the correct choice because it embeds compute and storage services directly within communication service provider data centers at the 5G network edge. For the exam, associate Wavelength with 5G and mobile devices, whereas Outposts brings AWS infrastructure directly into your own private data centers.
Question 363 of 381Which of the following statements are true about AWS Elastic Beanstalk? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. There is no additional charge for AWS Elastic Beanstalk. You pay only for the underlying AWS resources that your application consumes · C. With AWS Elastic Beanstalk, you can quickly deploy and manage applications in the AWS Cloud without having to learn about the infrastructure that runs those applications
Elastic Beanstalk is a Platform as a Service offering that provisions capacity and manages infrastructure automatically without additional software charges. You only pay for the underlying resources. Remember that it fully supports Docker and automatically handles auto-scaling for your applications.
Question 364 of 381As part of log analysis, you have realized that one or more AWS-owned IP addresses are being used for port scanning your on-premises server. Which service/team should you connect to resolve this issue?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Contact AWS Abuse team
The AWS Abuse team is the dedicated resource for reporting abusive behavior originating from AWS-owned IP addresses, such as port scanning or denial of service attacks. Standard AWS Support explicitly cannot process these reports, so always route malicious activity complaints directly to the abuse team.
Question 365 of 381A company is looking for ways to make its desktop applications available to the employees from browsers on their devices/laptops. Which AWS service will help achieve this requirement without having to procure servers or maintain infrastructure?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. Amazon AppStream 2.0
Amazon AppStream 2.0 streams desktop applications directly to users via a web browser, fully eliminating the need to procure backend servers or manage local infrastructure. Contrast this with Amazon WorkSpaces, which provisions an entire virtual desktop operating system environment.
Question 366 of 381Which AWS service is used to store and commit code privately and also offer features for version control?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS CodeCommit
AWS CodeCommit is a fully managed source control service that securely hosts private Git-based repositories. For the exam, easily distinguish the developer tools by remembering CodePipeline automates deployments, CodeBuild compiles code, and CodeCommit stores it.
Question 367 of 381Which of the following AWS services is delivered globally rather than regionally?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. Amazon WorkSpaces
Amazon WorkSpaces is a managed desktop service that is delivered globally rather than being tied to a specific region. A practical exam cue is that services like Amazon S3, EFS, and Snowball are strictly regional resources.
Question 368 of 381Which of the following is a repository service that helps in maintaining application dependencies via integration with commonly used package managers and build tools like Maven, Gradle, npm, etc.?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS CodeArtifact
AWS CodeArtifact is a fully managed artifact repository service that securely stores, publishes, and shares software packages. CodeBuild compiles code, CodeCommit hosts repositories, and CodeStar manages projects, but only CodeArtifact handles package dependencies.
Question 369 of 381Which of the following represents the correct scenario where an Auto Scaling group's (ASG) predictive scaling can be effectively used to maintain the required number of AWS resources?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. To manage a workload that exhibits recurring load patterns that are specific to the day of the week or the time of day
Predictive scaling uses machine learning to forecast capacity needs based on historical load patterns like recurring daily or weekly traffic. Target tracking is the correct tool for maintaining a specific metric like CPU utilization or an SQS queue backlog.
Question 370 of 381Which of the following data sources are used by Amazon Detective to analyze events and identify potential security issues?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. AWS CloudTrail logs, Amazon VPC Flow Logs, and Amazon GuardDuty findings
Amazon Detective ingests AWS CloudTrail logs, VPC Flow Logs, and Amazon GuardDuty findings to create a unified, interactive view of security data. GuardDuty must be enabled before using Detective, but Detective relies on these specific three sources.
Question 371 of 381Which of the following AWS services are offered free of cost? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: D. AWS Auto Scaling · E. AWS Elastic Beanstalk
There is no additional charge for AWS Elastic Beanstalk or AWS Auto Scaling, as you only pay for the underlying resources they provision. Elastic IPs, detailed monitoring, and Spot Instances all incur direct costs depending on their usage.
Question 372 of 381Due to regulatory guidelines, a company needs to encrypt data as it passes through the different layers of its AWS architecture. The company is reviewing the capabilities of the various AWS services and their encryption options. Which of the below services are encrypted by default and need no user intervention to enable encryption?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS CloudTrail Logs, Amazon S3 Glacier, AWS Storage Gateway
AWS CloudTrail logs, Amazon S3 Glacier, and AWS Storage Gateway encrypt data by default without requiring user configuration. For the exam, remember that services like Application Load Balancers and EC2 instance storage require manual configuration to enable encryption.
Question 373 of 381An e-commerce company has its on-premises data storage on an NFS file system that is accessed in parallel by multiple applications. The company is looking at moving the applications and data stores to AWS Cloud. Which storage service should the company use to move their files to AWS Cloud seamlessly if the application is hosted on Amazon Elastic Compute Cloud (Amazon EC2) instances?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System is correct because it provides a scalable, fully managed Network File System for Linux. It allows parallel access from multiple EC2 instances, unlike block storage.
Question 374 of 381Which of the following statements are true about AWS Regions and Availability Zones (AZ)? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. All traffic between Availability Zones (AZ) is encrypted · D. Each AWS Region consists of multiple, isolated, and physically separate Availability Zones (AZ) within a geographic area
Each AWS Region has multiple isolated Availability Zones, and traffic moving between these zones is always encrypted. A strong exam tip is remembering that Regions represent geographic areas, while logical data center groups are Availability Zones.
Question 375 of 381Which AWS service allows you to connect any number of IoT devices to the cloud without requiring you to provision or manage servers?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: B. AWS IoT Core
AWS IoT Core is a managed service that lets you connect billions of IoT devices to the cloud without managing servers. Amazon Connect is a cloud contact center service, while AWS IoT Gateway is a fabricated distractor for this exam.
Question 376 of 381A company has defined a baseline that mentions the number of AWS resources to be used for different stages of application testing. However, the company realized that employees are not adhering to the guidelines and provisioning additional resources via API calls, resulting in higher testing costs. Which AWS service will help the company raise alarms whenever the baseline resource numbers are crossed?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. AWS CloudTrail Insights
CloudTrail Insights analyzes management events to detect unusual API call volumes, helping you identify unexpected resource provisioning. While AWS Config can also trigger alerts for non-compliant resources, CloudTrail specifically targets anomalous API activity.
Question 377 of 381A company is planning to move their traditional CRM application running on MySQL to an AWS database service. Which database service is the right fit for this requirement?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: A. Amazon Aurora
Amazon Aurora is a fully managed relational database engine compatible with MySQL, making it the right choice for migrating an existing MySQL application. DynamoDB is for NoSQL, while Neptune handles graph databases, so neither fits a MySQL workload.
Question 378 of 381A healthcare company wants to implement a continuous replication based disaster recovery mechanism and provide fast, reliable recovery of physical, virtual, and cloud-based servers into AWS Cloud. Which of the following represents the best-fit solution for this use case?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: D. CloudEndure Disaster Recovery
CloudEndure Disaster Recovery is correct because it provides continuous block-level replication for fast recovery of physical and virtual servers. While AWS Elastic Disaster Recovery has largely replaced it on current exams, CloudEndure remains the classic correct term here.
Question 379 of 381Which of the following points have to be considered when choosing an AWS Region for a service? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: C. Compliance and Data Residency guidelines of the AWS Region should match your business requirements · E. AWS Region chosen should be geographically closer to the user base that utilizes the hosted AWS services
Data residency compliance and geographic proximity to end users are the two primary drivers when selecting an AWS Region for your workloads. All regions offer high availability, and Availability Zone distances are standardized, so focus purely on legal requirements and latency when answering.
Question 380 of 381Which of the following services/tools offers a user-friendly graphical user interface to manage AWS Snowball devices without a need for command-line interface or REST APIs?
Tap an answer — you get instant feedback and the reasoning.
Show answer & explanation
Correct answer: C. AWS OpsHub
AWS OpsHub provides a graphical user interface to easily manage AWS Snowball devices. You can unlock devices, transfer data, and launch edge applications without needing command-line tools or REST APIs. The other services manage file transfers or track configurations.
Question 381 of 381Which of the following statements are correct regarding the health monitoring and reporting capabilities supported by AWS Elastic Beanstalk? (Select two)
Select 2 answers.
Show answer & explanation
Correct answer: B. With basic health reporting, the AWS Elastic Beanstalk service does not publish any metrics to Amazon CloudWatch · C. The AWS Elastic Beanstalk health monitoring can determine that the environment's Auto Scaling group is available and has a minimum of at least one instance
Basic health reporting verifies the Auto Scaling group has at least one instance and does not publish metrics to CloudWatch. For single instances, health is determined by Amazon EC2 status checks, not load balancer settings.
More free practice tests at certpunch.com and new video rounds on @CertPunch.