A company has multiple AWS accounts. The company needs to receive a consolidated bill from AWS and must centrally manage security and compliance. Which AWS service or feature should the company use to meet these requirements?
-
A
AWS Cost and Usage Report
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAWS Organizations enables consolidated billing across multiple AWS accounts and allows for centralized management of security and compliance policies. It provides account grouping and centralized payment management, making it the optimal choice for a company requiring consolidated billing and centralized governance. AWS Cost and Usage Report only provides billing information, and AWS Config and Security Hub offer monitoring and security insights but do not handle billing consolidation.
Which AWS service or feature improves network performance by sending traffic through the AWS worldwide network infrastructure?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS Global Accelerator is a service that improves network performance by sending traffic through the AWS worldwide network infrastructure. It uses the AWS global network to direct TCP or UDP traffic to a healthy application endpoint in the closest AWS Region to the client. This provides improvements in terms of latency, throughput, and jitter. Global Accelerator also introduces features such as TCP termination at the edge, jumbo frame support, and large receive side window and TCP buffers to optimize data transfer. Route table, AWS Transit Gateway, and Amazon VPC are not services or features that improve network performance by sending traffic through the AWS worldwide network infrastructure. Route table is a resource that defines how traffic is routed within a VPC3. AWS Transit Gateway is a service that enables you to connect your VPCs and on-premises networks to a single gateway. Amazon VPC is a service that lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. References: Achieve up to 60% better performance for internet traffic with AWS Global Accelerator, Improving Performance on AWS and Hybrid Networks, Route tables, AWS Transit Gateway, Amazon Virtual Private Cloud (VPC)
Question 3
Multiple choice
A company wants to accelerate migration from its data center to the AWS Cloud. Which combination of AWS services should the company use to meet this requirement? (Select TWO.)
-
A
-
B
-
C
AWS Server Migration Service (AWS SMS)
-
D
-
E
Reveal answer details
Close answer details
An online gaming company needs to choose a purchasing option to run its Amazon EC2 instances for 1 year. The web traffic is consistent, and any increases in traffic are predictable. The EC2 instances must be online and available without any disruption. Which EC2 instance purchasing option will meet these requirements MOST cost-effectively?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAmazon EC2 Reserved Instances (RI) provide a significant discount (up to 72%) compared to On-Demand pricing and provide a capacity reservation when used in a specific Availability Zone. Terms (avg. discount off On-Demand) - 1yr (40%), 3yr (60%) https://aws.amazon.com/ec2/pricing/reserved-instances/
A company is running an application on AWS. The company wants to identify and prevent the accidental Which AWS service or feature will meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationAmazon GuardDuty is a threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts, workloads, and data stored in Amazon S3. With the cloud, the collection and aggregation of account and network activities is simplified, but it can be time consuming for security teams to continuously analyze event log data for potential threats. With GuardDuty, you can automate anomaly detection and get actionable findings to help you protect your AWS resources 4.
A company is using AWS for all its IT infrastructure. The company's developers are allowed to deploy applications on their own. The developers want to deploy their applications without having to provision the infrastructure themselves Which AWS service should the developers use to meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS Elastic Beanstalk is a fully managed service designed for developers who want to deploy and manage their applications without having to provision and manage the underlying infrastructure themselves. Developers can simply upload their code, and Elastic Beanstalk automatically handles the deployment, including provisioning the necessary resources (such as EC2 instances, load balancers, and auto-scaling). A. AWS CloudFormation: Incorrect, as it is an infrastructure-as-code service for defining and provisioning AWS resources but does not directly deploy applications. B. AWS CodeBuild: Incorrect, as it is a service for building and testing code, not for deploying applications. D. AWS CodeDeploy: Incorrect, as it is specifically designed for automating software deployments to a variety of compute services, including EC2, but it does not manage the underlying infrastructure.
Which tasks are customer responsibilities according to the AWS shared responsibility model? (Select TWO.)
-
A
Determine application dependencies with operating systems.
-
B
Provide user access with AWS Identity and Access Management (IAM).
-
C
Secure the data center in an Availability Zone.
-
D
-
E
Provide network availability in Availability Zones.
Reveal answer details
Close answer details
Correct answerB
ExplanationThe correct answer to the question is B because providing user access with AWS Identity and Access Management (IAM) is a customer responsibility according to the AWS shared responsibility model. The AWS shared responsibility model is a framework that defines the division of responsibilities between AWS and the customer for security and compliance. AWS is responsible for the security of the cloud, which includes the global infrastructure, such as the regions, availability zones, and edge locations; the hardware, software, networking, and facilities that run the AWS services; and the virtualization layer that separates the customer instances and storage. The customer is responsible for the security in the cloud, which includes the customer data, the guest operating systems, the applications, the identity and access management, the firewall configuration, and the encryption. IAM is an AWS service that enables customers to manage access and permissions to AWS resources and services. Customers are responsible for creating and managing IAM users, groups, roles, and policies, and ensuring that they follow the principle of least privilege. References: AWS Shared Responsibility Model
A company wants to provide low latency to its users around the world. Which feature of the AWS Cloud meet this requirement?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
A company wants to migrate all of its on-premises infrastructure to the AWS Cloud. Before migration, the company wants estimate of costs for running its as-is infrastructure. Which AWS service or principle should the company use to meet this requirement?
-
A
-
B
AWS Well-Architected Framework
-
C
AWS shared responsibility model
-
D
AWS Cloud Adoption Framework (AWS CAF)
Reveal answer details
Close answer details
Question 10
Single choice
A company wants to deploy a non-containerized Java-based web application on AWS. The company wants to use a managed service to quickly deploy the application. The company wants the service to automatically provision capacity, load balance, scale, and monitor application health. Which AWS service will meet these requirements?
-
A
Amazon Elastic Container Service (Amazon ECS)
-
B
-
C
Amazon Elastic Kubernetes Service (Amazon EKS)
-
D
Reveal answer details
Close answer details
Question 11
Single choice
Which AWS service offers threat detection and continuously monitors for malicious activity and unauthorized behavior in AWS accounts?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 12
Single choice
A company has been storing monthly reports in an Amazon S3 bucket. The company exports the report data into comma-separated values (.csv) files. A developer wants to write a simple query that can read all of these files and generate a summary report. Which AWS service or feature should the developer use to meet these requirements with the LEAST amount of operational overhead?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAmazon Athena is the AWS service that the developer should use to write a simple query that can read all of the .csv files stored in an Amazon S3 bucket and generate a summary report. Amazon Athena is an interactive query service that allows users to analyze data in Amazon S3 using standard SQL. Amazon Athena does not require any server setup or management, and users only pay for the queries they run. Amazon Athena can handle various data formats, including .csv, and can integrate with other AWS services such as Amazon QuickSight for data visualization
Question 13
Single choice
A cloud practitioner is analyzing Amazon EC2 instance performance and usage to provide recommendations for potential cost savings. Which cloud concept does this analysis demonstrate?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationRightsizing is the cloud concept that this analysis demonstrates. Rightsizing is the process of optimizing the performance and cost of your AWS resources by selecting the most appropriate type, size, and configuration based on your workload requirements and usage patterns. Rightsizing can help you achieve potential cost savings by reducing the over-provisioning or under-utilization of your resources. You can use various AWS tools and services, such as AWS Cost Explorer, AWS Compute Optimizer, and AWS Trusted Advisor, to analyze your resource utilization and performance metrics, and receive recommendations for rightsizing.
Question 14
Single choice
Which AWS service or tool will monitor AWS resources and applications in real time?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 15
Single choice
Which AWS service or feature can a company use to apply security rules to specific Amazon EC2 instances?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationSecurity groups are the AWS service or feature that can be used to apply security rules to specific Amazon EC2 instances. Security groups are virtual firewalls that control the inbound and outbound traffic for one or more instances. Customers can create security groups and add rules that reflect the role of the instance that is associated with the security group. For example, a web server instance needs security group rules that allow inbound HTTP and HTTPS access, while a database instance needs rules that allow access for the type of database 12. Security groups are stateful, meaning that the responses to allowed inbound traffic are also allowed, regardless of the outbound rules 1. Customers can assign multiple security groups to an instance, and the rules from each security group are effectively aggregated to create one set of rules 1. Network ACLs are another AWS service or feature that can be used to control the traffic for a subnet. Network ACLs are stateless, meaning that they do not track the traffic that they allow. Therefore, customers must add rules for both inbound and outbound traffic 3. Network ACLs are applied at the subnet level, not at the instance level. AWS Trusted Advisor is an AWS service that provides best practice recommendations for security, performance, cost optimization, and fault tolerance. AWS Trusted Advisor does not apply security rules to specific Amazon EC2 instances, but it can help customers identify security gaps and improve their security posture 4. AWS WAF is an AWS service that helps protect web applications from common web exploits, such as SQL injection, cross-site scripting, and bot attacks. AWS WAF does not apply security rules to specific Amazon EC2 instances, but it can be integrated with other AWS services, such as Amazon CloudFront, Amazon API Gateway, and Application Load Balancer.
Question 16
Single choice
Which AWS service provides a single location to track the progress of application migrations?
-
A
AWS Application Discovery Service
-
B
AWS Application Migration Service
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationAWS Migration Hub is a service that provides a single location to track the progress of application migrations across multiple AWS and partner solutions. It allows you to choose the AWS and partner migration tools that best fit your needs, while providing visibility into the status of migrations across your portfolio of applications 1. AWS Migration Hub supports migration status updates from the following tools: AWS Application Migration Service, AWS Database Migration Service, CloudEndure Migration, Server Migration Service, and Migrate for Compute Engine. The other options are not correct for the following reasons: AWS Application Discovery Service is a service that helps you plan your migration projects by automatically identifying servers, applications, and dependencies in your on-premises data centers 2. It does not track the progress of application migrations, but rather provides information to help you plan and scope your migrations. AWS Application Migration Service is a service that helps you migrate and modernize applications from any source infrastructure to AWS with minimal downtime and disruption 3. It is one of the migration tools that can send status updates to AWS Migration Hub, but it is not the service that provides a single location to track the progress of application migrations. AWS Service Catalog is a service that allows you to create and manage catalogs of IT services that are approved for use on AWS4. It does not track the progress of application migrations, but rather helps you manage the provisioning and governance of your IT services. References: 1: What Is AWS Migration Hub? - AWS Migration Hub 2: What Is AWS Application Discovery Service? - AWS Application Discovery Service 3: App Migration Tool - AWS Application Migration Service - AWS 4: What Is AWS Service Catalog? - AWS Service Catalog
Question 17
Single choice
A company is using AWS Organizations to configure AWS accounts. A company is planning its migration to the AWS Cloud. The company is identifying its capability gaps by using the AWS Cloud Adoption Framework (AWS CAF) perspectives. Which phase of the cloud transformation journey includes these identification activities?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
Explanation"Identify capability gaps and cross-organizational dependencies" https://aws.amazon.com/cloud-adoption-framework/
Question 18
Single choice
Which AWS Cloud Adoption Framework (AWS CAF) perspective focuses on managing identities and permissions at scale?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 19
Single choice
A company needs to evaluate its AWS environment and provide best practice recommendations in five categories: cost, performance, service limits, fault tolerance and security. Which AWS service can the company use to meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS Trusted Advisor is the service that can meet these requirements. AWS Trusted Advisor is a service that helps you optimize your AWS environment by providing recommendations based on AWS best practices. Trusted Advisor continuously evaluates your AWS resources and services across five categories: cost optimization, performance, service limits, fault tolerance, and security. You can view the recommendations on the Trusted Advisor console or access them programmatically using the Trusted Advisor API. You can also set up notifications and alerts for any changes in the status of your checks. Trusted Advisor can help you improve your AWS environment by reducing costs, enhancing performance, increasing security, and ensuring reliability. The other services are not designed to provide best practice recommendations in five categories. AWS Shield is a service that protects your AWS resources from distributed denial-of-service (DDoS) attacks. AWS WAF is a service that helps you protect your web applications from common web exploits. AWS Service Catalog is a service that enables you to create and manage catalogs of IT services that are approved for use on AWS . References: AWS Trusted Advisor, Achieve operational excellence with AWS Trusted Advisor, AWS Shield, AWS WAF, [AWS Service Catalog]
Question 20
Single choice
Which pillar of the AWS Well-Architected Framework refers to the ability of a system to recover from infrastructure or service disruptions and dynamically acquire computing resources to meet demand?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
Explanation"Ability of a system to recover from infrastructure or service disruptions, dynamically acquire computing resources to meet demand, and mitigate disruptions such as misconfigurations or transient network issues."
Question 21
Single choice
A company wants a fully managed service that centralizes and automates data protection across AWS services and hybrid workloads. Which AWS service will meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 22
Single choice
A system automatically recovers from failure when a company launches its workload on the AWS Cloud services platform. Which pillar of the AWS Well-Architected Framework does this situation demonstrate?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationIn AWS, various services and features, such as Auto Scaling, Amazon RDS Multi-AZ, and Amazon S3 versioning, contribute to improving the reliability of workloads by automatically recovering from failures and maintaining high availability. By leveraging these AWS services, companies can design and build applications that are fault-tolerant and resilient to outages and disruptions.
Question 23
Single choice
A company wants to deploy some of its resources in the AWS Cloud. To meet regulatory requirements, the data must remain local and on premises. There must be low latency between AWS and the company resources. Which AWS service or feature can be used to meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 24
Single choice
Which AWS service or feature allows users to securely store encrypted credentials and retrieve these credentials when required?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS Secrets Manager is a service designed to securely store and manage access to sensitive information such as API keys, passwords, and database credentials. It allows automatic rotation, secure storage, and fine-grained access control for these credentials, ensuring they are securely managed. The other options do not provide encrypted storage for credentials specifically.
Question 25
Single choice
A company is running a regulated Linux-based application. The application must run every Ft day horn 8 AM until midnight. The application is critical and cannot be interrupted. Which Amazon EC2 instance purchasing option meets this requirement MOST cost-effectively?
-
A
On-Demand Capacity Reservation with Savings Plan
-
B
-
C
Regional Reserved Instances
-
D
Reveal answer details
Close answer details
Question 26
Single choice
A company is building a business intelligence solution that uses Amazon Redshift. The company wants to use an AWS service to create interactive dashboards and not pay any upfront costs for it. Which service should the company use?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 27
Single choice
Which option is an AWS Cloud Adoption Framework (AWS CAF) foundational capability for the operations perspective?
-
A
Performance and capacity management
-
B
Application portfolio management
-
C
Identity and access management
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationIdentity and access management is one of the foundational capabilities for the operations perspective of the AWS Cloud Adoption Framework (AWS CAF). It involves managing the identities, roles, permissions, and credentials of users and systems that interact with AWS resources. Performance and capacity management is a capability for the platform perspective. Application portfolio management is a capability for the business perspective. Product management is a capability for the governance perspective.
Question 28
Single choice
A company is using Amazon DynamoDB. Which task is the company's responsibility, according to the AWS shared responsibility model?
-
A
Patch the operating system.
-
B
-
C
Manage database access permissions.
-
D
Secure the operating system.
Reveal answer details
Close answer details
Correct answerC
ExplanationAccording to the AWS shared responsibility model, AWS is responsible for the security of the cloud, while customers are responsible for the security in the cloud. This means that AWS is responsible for the physical servers, networking, and operating system that run DynamoDB, while customers are responsible for the security of their data and access to the database. Customers need to manage database access permissions, such as creating and managing AWS Identity and Access Management (IAM) policies and roles, and using encryption and key management options to protect their data. References: 1: Shared Responsibility Model - Amazon Web Services (AWS), 2: Security in Amazon DynamoDB - Amazon DynamoDB, 3: AWS Shared Responsibility Model - Introduction to DevOps ...
Question 29
Single choice
Which task is a responsibility of AWS, according to the AWS shared responsibility model?
-
A
Enable client-side encryption for objects that are stored in Amazon S3.
-
B
Configure IAM security policies to comply with the principle of least privilege.
-
C
Patch the guest operating system on an Amazon EC2 instance.
-
D
Apply updates to the Nitro Hypervisor.
Reveal answer details
Close answer details
Correct answerD
Explanation"AWS responsibility "Security of the Cloud" - AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud. This infrastructure is composed of the hardware, software, networking, and facilities that run AWS Cloud services." References: https://aws.amazon.com/compliance/shared-responsibility-model/
Question 30
Single choice
A company wants a customized assessment of its current on-premises environment. The company wants to understand its projected running costs in the AWS Cloud. Which AWS service or tool will meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationMigration Evaluator is an AWS service that provides a customized assessment of your current on-premises environment and helps you build a data-driven business case for migration to AWS. Migration Evaluator collects and analyzes data from your on-premises servers, such as CPU, memory, disk, network, and utilization metrics, and compares them with the most cost-effective AWS alternatives. Migration Evaluator also helps you understand your existing software licenses and running costs, and provides recommendations for Bring Your Own License (BYOL) and License Included (LI) options in AWS. Migration Evaluator generates a detailed report that shows your projected running costs in the AWS Cloud, along with potential savings and benefits. You can use this report to support your decision-making and planning for cloud migration. References: Cloud Business Case & Migration Plan - Amazon Migration Evaluator - AWS, Getting started with Migration Evaluator
Question 31
Single choice
A user wants to invoke an AWS Lambda function when an Amazon EC2 instance enters the "stopping" state. Which AWS service is appropriate for this use case?
-
A
-
B
-
C
Amazon Simple Notification Service (Amazon SNS)
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationAmazon EventBridge (formerly CloudWatch Events) allows users to respond to changes in the state of AWS resources. It can be configured to invoke an AWS Lambda function when an EC2 instance enters the "stopping" state, providing a serverless way to automate responses to changes in EC2 instance states. AWS Config, SNS, and CloudFormation do not provide direct triggering for specific instance state changes.
Question 32
Single choice
Which AWS service or feature offers security for a VPC by acting as a firewall to control traffic in and out of subnets?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationA network access control list (network ACL) is a feature that acts as a firewall for controlling traffic in and out of one or more subnets in a virtual private cloud (VPC). AWS Security Hub is a service that provides a comprehensive view of the security posture of AWS accounts and resources. Security groups are features that act as firewalls for controlling traffic at the instance level. AWS WAF is a web application firewall that helps protect web applications from common web exploits.
Question 33
Single choice
Which option is a customer responsibility when using Amazon DynamoDB under the AWS Shared Responsibility Model?
-
A
Physical security of DynamoDB
-
B
-
C
Access to DynamoDB tables
-
D
Encryption of data at rest in DynamoDB
Reveal answer details
Close answer details
Correct answerC
ExplanationAccording to the AWS Shared Responsibility Model, AWS is responsible for the security of the cloud, while the customer is responsible for the security in the cloud. This means that AWS is responsible for protecting the infrastructure that runs AWS services, such as DynamoDB, while the customer is responsible for properly configuring the security of the provided service. For abstracted services, such as DynamoDB, the customer is primarily responsible for managing their data, classifying their assets, and using IAM tools to apply the appropriate permissions. Therefore, the customer is responsible for controlling the access to DynamoDB tables, such as by creating IAM policies, roles, and users, and using encryption and authentication mechanisms. References: Shared Responsibility Model - Amazon Web Services (AWS) Security and compliance in Amazon DynamoDB - Amazon DynamoDB. What is Shared Responsibility Model? - Check Point Software
Question 34
Single choice
A company needs to grant permissions that apply to only one specific IAM user and are not intended to be reused by other users, groups, or roles. Which IAM policy type meets this requirement?
-
A
-
B
Customer managed policies
-
C
-
D
Amazon S3 bucket policies
Reveal answer details
Close answer details
Question 35
Single choice
A company wants durable storage for static content and infinitely scalable data storage infrastructure at the lowest cost. Which AWS service should the company choose?
-
A
Amazon Elastic Block Store (Amazon EBS)
-
B
-
C
-
D
Amazon Elastic File System (Amazon EFS)
Reveal answer details
Close answer details
Correct answerB
ExplanationAmazon S3 is a service that provides durable storage for static content and infinitely scalable data storage infrastructure at the lowest cost. Amazon S3 is an object storage service that allows you to store and retrieve any amount of data from anywhere on the internet. Amazon S3 offers industry-leading scalability, availability, and performance, as well as 99.999999999% (11 9s) of durability and multi-AZ resilience. Amazon S3 also provides various storage classes that offer different levels of performance and cost optimization, such as S3 Standard, S3 Intelligent-Tiering, S3 Standard-Infrequent Access (S3 Standard-IA), S3 One Zone-Infrequent Access (S3 One Zone-IA), and S3 Glacier456. Amazon S3 is ideal for storing static content, such as images, videos, documents, and web pages, as well as building data lakes, backup and archive solutions, big data analytics, and machine learning applications. References: Cloud Storage on AWS, Object Storage - Amazon Simple Storage Service (S3) - AWS, Amazon S3 Documentation
Question 36
Single choice
Which AWS solution should the company use to meet this requirement?
-
A
-
B
AWS software development kits (SDKs)
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS Service Catalog is a service that allows you to create and manage catalogs of IT services that are approved for use on AWS. You can use AWS Service Catalog to centrally manage commonly deployed IT services and help your organization achieve consistent governance and meet your compliance requirements, while enabling users to quickly deploy only the approved IT services they need 1. AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. AWS software development kits (SDKs) are tools that enable you to easily integrate your applications with AWS services using your preferred programming language. AWS AppSync is a service that simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources. None of these services can help you limit your employees' AWS access to a portfolio of predefined AWS resources.
Question 37
Multiple choice
Which options does AWS make available for customers who want to learn about security in the cloud in an instructor-led setting? (Select TWO.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersB, E
ExplanationThe correct answers are B and E because AWS Online Tech Talks and AWS Classroom Training are options that AWS makes available for customers who want to learn about security in the cloud in an instructor-led setting. AWS Online Tech Talks are live, online presentations that cover a broad range of topics at varying technical levels. AWS Online Tech Talks are delivered by AWS experts and feature live Q&A sessions with the audience. AWS Classroom Training are in-person or virtual courses that are led by accredited AWS instructors. AWS Classroom Training offer hands-on labs, exercises, and best practices to help customers gain confidence and skills on AWS. The other options are incorrect because they are not options that AWS makes available for customers who want to learn about security in the cloud in an instructor-led setting. AWS Trusted Advisor is an AWS service that provides real-time guidance to help customers follow AWS best practices for security, performance, cost optimization, and fault tolerance. AWS Blog is an AWS resource that provides news, announcements, and insights from AWS experts and customers. AWS Forums are AWS resources that enable customers to interact with other AWS users and get feedback and support. References: AWS Online Tech Talks, AWS Classroom Training
Question 38
Single choice
A company plans to migrate complex legacy systems to AWS. The company will use several operating systems multiple databases and multiple programming languages. Which benefit of the AWS Cloud does this scenario represent?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 39
Single choice
A company wants to move its data warehouse application to the AWS Cloud. The company wants to run and scale its analytics services without needing to provision and manage data warehouse clusters. Which AWS service will meet these requirements?
-
A
Amazon Redshift provisioned data warehouse
-
B
Amazon Redshift Serverless
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAmazon Redshift Serverless is the AWS service that will meet the requirements of the company that wants to move its data warehouse application to the AWS Cloud and run and scale its analytics services without needing to provision and manage data warehouse clusters. Amazon Redshift Serverless is a new feature of Amazon Redshift, which is a fully managed data warehouse service that allows customers to run complex queries and analytics on large volumes of structured and semi-structured data. Amazon Redshift Serverless automatically scales the compute and storage resources based on the workload demand, and customers only pay for the resources they consume. Amazon Redshift Serverless also simplifies the management and maintenance of the data warehouse, as customers do not need to worry about choosing the right cluster size, resizing the cluster, or distributing the data across the nodes. Amazon Redshift provisioned data warehouse, Amazon Athena, and Amazon S3 are not the best services to meet the requirements of the company. Amazon Redshift provisioned data warehouse requires customers to choose the number and type of nodes for their cluster, and manually resize the cluster if their workload changes. Amazon Athena is a serverless query service that allows customers to analyze data stored in Amazon S3 using standard SQL, but it is not a data warehouse service that can store and organize the data. Amazon S3 is a scalable object storage service that can store any amount and type of data, but it is not a data warehouse service that can run complex queries and analytics on the data.
Question 40
Single choice
Which option is an environment that consists of one or more data centers?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationUnderstanding Availability Zones (AZs): An Availability Zone is a distinct location within an AWS region that is engineered to be isolated from failures in other AZs. Characteristics of Availability Zones: Use Cases for Availability Zones: References: AWS Global Infrastructure Understanding AWS Regions and Availability Zones
Question 41
Single choice
Which benefit of the AWS Cloud helps companies achieve lower usage costs because of the aggregate usage of all AWS users?
-
A
No need to guess capacity
-
B
Ability to go global in minutes
-
C
-
D
Increased speed and agility
Reveal answer details
Close answer details
Correct answerC
ExplanationThe benefit of the AWS Cloud that helps companies achieve lower usage costs because of the aggregate usage of all AWS users is economies of scale. Economies of scale means that AWS can achieve lower costs and higher efficiency by operating at a massive scale and passing the savings to the customers. AWS leverages the aggregate usage of all AWS users to negotiate better prices with hardware vendors, optimize power consumption, and improve operational processes. As a result, AWS can offer lower and more flexible pricing options to the customers, such as pay-as-you-go, reserved, and spot pricing models. No need to guess capacity, ability to go global in minutes, and increased speed and agility are other benefits of the AWS Cloud, but they are not directly related to the aggregate usage of all AWS users. No need to guess capacity means that AWS customers can avoid the risk of over-provisioning or under-provisioning resources, and scale up or down as needed. Ability to go global in minutes means that AWS customers can deploy their applications and data in multiple regions around the world, and deliver them to users with high performance and availability. Increased speed and agility means that AWS customers can quickly and easily provision and access AWS resources, and accelerate their innovation and time to market.
Question 42
Multiple choice
Which AWS services are delivered globally instead of regionally? (Select TWO.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 43
Single choice
A company is running workloads for multiple departments within a single VPC. The company needs to be able to bill each department for its resource usage. Which action should the company take to accomplish this goal with the LEAST operational overhead?
-
A
Add a department tag to each resource and configure cost allocation tags.
-
B
Move each department resource to its own VPC.
-
C
Move each department resource to its own AWS account.
-
D
Use AWS Organizations to get a billing report for each department.
Reveal answer details
Close answer details
Correct answerA
ExplanationAdding a department tag to each resource and configuring cost allocation tags is an action that can help you accomplish the goal of billing each department for its resource usage with the least operational overhead. Tags are simple labels consisting of a key and an optional value that you can assign to AWS resources. You can use tags to organize your resources and track your AWS costs on a detailed level. Cost allocation tags enable you to track your AWS costs on a detailed level. After you activate cost allocation tags, AWS uses the cost allocation tags to organize your resource costs on your cost allocation report, to make it easier for you to categorize and track your AWS costs 2. Moving each department resource to its own VPC or its own AWS account is an action that can help you isolate and control the resources for each department, but it would incur more operational overhead than using tags. Using AWS Organizations to get a billing report for each department is an action that can help you consolidate billing and payment across multiple AWS accounts, but it would not help you bill each department for its resource usage within a single VPC.
Question 44
Single choice
Which AWS service is an in-memory data store service?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationAmazon ElastiCache is a fully managed in-memory data store and cache service that delivers sub-millisecond response times to applications. You can use ElastiCache as a primary data store for your applications, or as a cache to improve the performance of your existing databases. ElastiCache supports two popular open-source in-memory engines: Redis and Memcached.
Question 45
Multiple choice
Which AWS services or features give users the ability to create a network connection between two VPCs? (Choose two.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersC, E
ExplanationVPC peering and AWS Transit Gateway are two AWS services or features that give users the ability to create a network connection between two VPCs. VPC peering is a networking connection between two VPCs that enables you to route traffic between them privately. You can create a VPC peering connection between your own VPCs, with a VPC in another AWS account, or with a VPC in a different AWS Region. Traffic between peered VPCs never traverses the public internet. VPC peering does not support transitive peering relationships, which means that if VPC A is peered with VPC B, and VPC B is peered with VPC C, then VPC A and VPC C are not automatically peered 789. AWS Transit Gateway is a networking service that acts as a regional router for your VPCs and on-premises networks. You can attach up to 5,000 VPCs and VPN connections to a single transit gateway and route traffic between them. AWS Transit Gateway simplifies the management and scalability of your network architecture, as you only need to create and manage a single connection from the central transit gateway to each connected network. AWS Transit Gateway supports transitive routing, which means that any network that is attached to the transit gateway can communicate with any other network that is attached to the same transit gateway .
Question 46
Multiple choice
Which options are common stakeholders for the AWS Cloud Adoption Framework (AWS CAF) platform perspective? (Select TWO.)
-
A
Chief financial officers (CFOs)
-
B
-
C
Chief information officers (CIOs)
-
D
Chief data officers (CDOs)
-
E
Reveal answer details
Close answer details
Correct answersB, E
ExplanationThe common stakeholders for the AWS Cloud Adoption Framework (AWS CAF) platform perspective are IT architects and engineers. The AWS CAF is a guidance that helps organizations design and travel an accelerated path to successful cloud adoption. The AWS CAF organizes the cloud adoption process into six areas of focus, called perspectives, which are business, people, governance, platform, security, and operations. Each perspective is divided into capabilities, which are further divided into skills and responsibilities. The platform perspective focuses on the provisioning and management of the cloud infrastructure and services that support the business applications. The platform perspective capabilities are design, implementation, and optimization. The stakeholders for the platform perspective are the IT architects and engineers who are responsible for designing, implementing, and optimizing the cloud platform. Chief financial officers (CFOs), chief information officers (CIOs), and chief data officers (CDOs) are not the common stakeholders for the AWS CAF platform perspective. CFOs are the common stakeholders for the AWS CAF business perspective, which focuses on the value realization of the cloud adoption. CIOs are the common stakeholders for the AWS CAF governance perspective, which focuses on the alignment of the IT strategy and processes with the business strategy and goals. CDOs are the common stakeholders for the AWS CAF security perspective, which focuses on the protection of the information assets and systems in the cloud.
Question 47
Single choice
A company wants to securely store Amazon RDS database credentials and automatically rotate user passwords periodically. Which AWS service or capability will meet these requirements?
-
A
-
B
AWS Systems Manager Parameter Store
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS Secrets Manager is a service that helps you protect access to your applications, services, and IT resources. This service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle 1. Amazon S3 is a storage service that does not offer automatic rotation of credentials. AWS Systems Manager Parameter Store is a service that provides secure, hierarchical storage for configuration data management and secrets management2, but it does not offer automatic rotation of credentials. AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account3, but it does not store or rotate credentials.
Question 48
Single choice
A company wants to store and retrieve files in Amazon S3 for its existing on-premises applications by using industry-standard file system protocols. Which AWS service will meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
Explanation"Amazon S3 File Gateway provides a seamless way to connect to the cloud in order to store application data files and backup images as durable objects in Amazon S3 cloud storage. Amazon S3 File Gateway offers SMB or NFS-based access to data in Amazon S3 with local caching. It can be used for on-premises data-intensive Amazon EC2-based applications that need file protocol access to S3 object storage." References: https://aws.amazon.com/storagegateway/file/s3/
Question 49
Single choice
Which design principle should be considered when architecting in the AWS Cloud?
-
A
Think of servers as non-disposable resources.
-
B
Use synchronous integration of services.
-
C
Design loosely coupled components.
-
D
Implement the least permissive rules for security groups.
Reveal answer details
Close answer details
Correct answerC
ExplanationDesigning loosely coupled components is a design principle that should be considered when architecting in the AWS Cloud. Loose coupling is a way of designing systems to reduce interdependencies and minimize the impact of changes. Loose coupling allows components to interact with each other through well-defined interfaces, rather than direct references. This reduces the risk of failures and errors propagating across the system, and enables greater scalability, availability, and maintainability 5.
Question 50
Single choice
A user is a new AWS account owner who has no special access requirements. What should this user do with the AWS account root user access keys?
-
A
Share the keys with all relevant internal users so that those users can programmatically access AWS services.
-
B
Post the keys on GitHub to provide development teams with access to AWS services.
-
C
Use the keys for access, but do not share the keys with anyone.
-
D
Delete the keys and create IAM users.
Reveal answer details
Close answer details
Question 51
Single choice
A company is running big data analytics and massive parallel computations on its AWS test and development servers. The company can tolerate occasional downtime. What is the MOST cost-effective Amazon EC2 purchasing option for the company to use?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 52
Single choice
A company plans to run a compute-intensive workload that uses graphics processing units (GPUs). Which Amazon EC2 instance type should the company use?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 53
Single choice
A company uses AWS for its web application. The company wants to minimize latency and perform compute operations for the application as close to end users as possible. Which AWS service or infrastructure component will provide this functionality?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationEdge locations are sites that Amazon CloudFront uses to cache copies of your content for faster delivery to users at any location. You can use Amazon CloudFront to deliver your entire website, including dynamic, static, streaming, and interactive content using a global network of edge locations. Requests for your content are automatically routed to the nearest edge location, so content is delivered with the best possible performance. Edge locations can also host AWS Lambda functions to perform compute operations for your web application as close to end users as possible.
Question 54
Single choice
Which fully managed AWS service allows a user to bring their own machine teaming algorithm?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 55
Single choice
Which task must a user perform by using the AWS account root user credentials?
-
A
Make changes to AWS production resources.
-
B
Change AWS Support plans.
-
C
Access AWS Cost and Usage Reports.
-
D
Grant auditors' access to an AWS account for a compliance audit.
Reveal answer details
Close answer details
Correct answerB
ExplanationChanging AWS Support plans is a task that must be performed by using the AWS account root user credentials. The root user is the email address that you used to sign up for AWS. It has complete access to all AWS services and resources in the account. You should use the root user only to perform a few account and service management tasks, such as changing AWS Support plans, closing the account, or changing the account name or email address. Making changes to AWS production resources, accessing AWS Cost and Usage Reports, and granting auditors access to an AWS account for a compliance audit are tasks that can be performed by using IAM users or roles, which are entities that you create in AWS to delegate permissions to access AWS services and resources.
Question 56
Single choice
A company has two AWS accounts in an organization in AWS Organizations for consolidated billing. All of the company's AWS resources are hosted in one AWS Region. Account A has purchased five Amazon EC2 Standard Reserved Instances (RIs) and has four EC2 instances running. Account B has not purchased any RIs and also has four EC2 instances running. Which statement is true regarding pricing for these eight instances?
-
A
The eight instances will be charged as regular instances.
-
B
Four instances will be charged as RIs, and four will be charged as regular instances.
-
C
Five instances will be charged as RIs, and three will be charged as regular instances.
-
D
The eight instances will be charged as RIs.
Reveal answer details
Close answer details
Correct answerB
ExplanationThe statement that is true regarding pricing for these eight instances is: four instances will be charged as RIs, and four will be charged as regular instances. Amazon EC2 Reserved Instances (RIs) are a pricing model that allows users to reserve EC2 instances for a specific term and benefit from discounted hourly rates and capacity reservation. RIs are purchased for a specific AWS Region, and can be shared across multiple accounts in an organization in AWS Organizations for consolidated billing. However, RIs are applied on a first-come, first-served basis, and there is no guarantee that all instances in the organization will be charged at the RI rate. In this case, Account A has purchased five RIs and has four instances running, so all four instances will be charged at the RI rate. Account B has not purchased any RIs and also has four instances running, so all four instances will be charged at the regular rate. The remaining RI in Account A will not be applied to any instance in Account B, and will be wasted.
Question 57
Single choice
A company is planning to migrate a monolithic application to AWS. The company wants to modernize the application by splitting it into microservices. The company will deploy the microservices on AWS. Which migration strategy should the company use?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationRefactoring involves re-architecting and modifying an application to take advantage of cloud-native features. In this case, the company wants to modernize a monolithic application by breaking it into microservices. This process aligns with the Refactor strategy, which is aimed at modernizing and re-architecting applications. Rehost, Repurchase, and Replatform do not involve the level of re-architecting needed to move from a monolithic to a microservices architecture.
Question 58
Multiple choice
A company wants to receive a notification when a specific AWS cost threshold is reached. Which AWS services or tools can the company use to meet this requirement? (Choose two.)
-
A
Amazon Simple Queue Service (Amazon SQS)
-
B
-
C
-
D
-
E
AWS Cost and Usage Report
Reveal answer details
Close answer details
Correct answersB, D
ExplanationAWS Budgets and Amazon CloudWatch are two AWS services or tools that the company can use to receive a notification when a specific AWS cost threshold is reached. AWS Budgets allows users to set custom budgets to track their costs and usage, and respond quickly to alerts received from email or Amazon Simple Notification Service (Amazon SNS) notifications if they exceed their threshold. Users can create cost budgets with fixed or variable target amounts, and configure their notifications for actual or forecasted spend. Users can also set up custom actions to run automatically or through an approval process when a budget target is exceeded. For example, users could automatically apply a custom IAM policy that denies them the ability to provision additional resources within an account. Amazon CloudWatch is a service that monitors applications, responds to performance changes, optimizes resource use, and provides insights into operational health. Users can use CloudWatch to collect and track metrics, which are variables they can measure for their resources and applications. Users can create alarms that watch metrics and send notifications or automatically make changes to the resources they are monitoring when a threshold is breached. Users can use CloudWatch to monitor their AWS costs and usage by creating billing alarms that send notifications when their estimated charges exceed a specified threshold amount. Users can also use CloudWatch to monitor their Reserved Instance (RI) or Savings Plans utilization and coverage, and receive notifications when they fall below a certain level.
Question 59
Single choice
A company needs to host a highly available application in the AWS Cloud. The application runs infrequently for short periods of time. Which AWS service will meet these requirements with the LEAST amount of operational overhead?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationThe AWS service that will meet the requirements of the company that needs to host a highly available application in the AWS Cloud that runs infrequently for short periods of time with the least amount of operational overhead is AWS Lambda. AWS Lambda is a serverless compute service that allows customers to run code without provisioning or managing servers. The company can use AWS Lambda to create and deploy their application as functions that are triggered by events, such as API calls, messages, or schedules. AWS Lambda automatically scales the compute resources based on the demand, and customers only pay for the compute time they consume. AWS Lambda also simplifies the management and maintenance of the application, as customers do not need to worry about the underlying infrastructure, security, or availability. Amazon EC2, AWS Fargate, and Amazon Aurora are not the best services to use for this purpose. Amazon EC2 is a service that provides scalable compute capacity in the cloud, and allows customers to launch and run virtual servers, called instances, with a variety of operating systems, configurations, and specifications. Amazon EC2 requires customers to provision and manage the instances, and pay for the instance hours they use, regardless of the application usage. AWS Fargate is a serverless compute engine for containers that allows customers to run containerized applications without managing servers or clusters. AWS Fargate requires customers to specify the amount of CPU and memory resources for each container, and pay for the resources they allocate, regardless of the application usage. Amazon Aurora is a fully managed relational database service that provides high performance, availability, and compatibility. Amazon Aurora is not a compute service, and it is not suitable for hosting an application that runs infrequently for short periods of time12
Question 60
Single choice
Which AWS Support plan provides customers with access to an AWS technical account manager (TAM)?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationThe correct answer is D because AWS Enterprise Support is the support plan that provides customers with access to an AWS technical account manager (TAM). AWS Enterprise Support is the highest level of support plan offered by AWS, and it provides customers with the most comprehensive and personalized support experience. An AWS TAM is a dedicated technical resource who works closely with customers to understand their business and technical needs, provide proactive guidance, and coordinate support across AWS teams. The other options are incorrect because they are not support plans that provide customers with access to an AWS TAM. AWS Basic Support is the default and free support plan that provides customers with access to online documentation, forums, and account information. AWS Developer Support is the lowest level of paid support plan that provides customers with access to technical support during business hours, general guidance, and best practice recommendations. AWS Business Support is the intermediate level of paid support plan that provides customers with access to technical support 24/7, system health checks, architectural guidance, and case management. References: AWS Support Plans
Question 61
Single choice
Which of the following is a characteristic of the AWS account root user?
-
A
The root user is the only user that can be configured with multi-factor authentication (MFA).
-
B
The root user is the only user that can access the AWS Management Console.
-
C
The root user is the first sign-in identity that is available when an AWS account is created.
-
D
The root user has a password that cannot be changed.
Reveal answer details
Close answer details
Correct answerC
ExplanationThe AWS account root user is the first sign-in identity that is available when an AWS account is created. It has complete access to all AWS services and resources in the account. The root user email address and password are the same credentials that are used to sign in to the AWS Management Console4. The root user should be used only to perform a few account and service management tasks. For day-to-day tasks, it is recommended to use AWS Identity and Access Management (IAM) users or roles instead.
Question 62
Single choice
Which AWS service helps deliver highly available applications with fast failover for multi-Region and Multi- AZ architectures?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
Explanation"Deliver highly available applications with fast failover for multi-Region and multi-AZ architectures." References: https://aws.amazon.com/global-accelerator/
Question 63
Single choice
Which AWS service aggregates, organizes, and prioritizes security alerts and findings from multiple AWS services?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationThe correct answer is D because AWS Security Hub is a service that aggregates, organizes, and prioritizes security alerts and findings from multiple AWS services, such as Amazon GuardDuty, Amazon Inspector, Amazon Macie, AWS Firewall Manager, and AWS IAM Access Analyzer. The other options are incorrect because they are not services that aggregate security alerts and findings from multiple AWS services. Amazon Detective is a service that helps users analyze and visualize security data to investigate and remediate potential issues. Amazon Inspector is a service that helps users find security vulnerabilities and deviations from best practices in their Amazon EC2 instances. Amazon Macie is a service that helps users discover, classify, and protect sensitive data stored in Amazon S3. References: AWS Security Hub FAQs
Question 64
Single choice
Which AWS service or feature offers security for a VPC by acting as a firewall to control traffic in and out of subnets?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationA network access control list (network ACL) is a feature that acts as a firewall for controlling traffic in and out of one or more subnets in a virtual private cloud (VPC). Network ACLs can be configured with rules that allow or deny traffic based on the source and destination IP addresses, ports, and protocols 1. AWS Security Hub is a service that provides a comprehensive view of the security posture of AWS accounts and resources 2. Security groups are features that act as firewalls for controlling traffic at the instance level 3. AWS WAF is a web application firewall that helps protect web applications from common web exploits 4.
Question 65
Single choice
A company wants to provide access to Windows file shares in AWS from its on-premises workloads. The company does not want to provision any additional infrastructure or applications in its data center. Which AWS service will meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 66
Single choice
A company needs to host an application in a specific geographic area to comply with regulations. Which feature of the AWS global infrastructure will help the company meet this requirement?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 67
Multiple choice
A web application is hosted on AWS using an Elastic Load Balancer, multiple Amazon EC2 instances, and Amazon RDS. Which security measures fall under the responsibility of AWS? (Select TWO.)
-
A
Running a virus scan on EC2 instances
-
B
Protecting against IP spoofing and packet sniffing
-
C
Installing the latest security patches on the RDS instance
-
D
Encrypting communication between the EC2 instances and the Elastic Load Balancer
-
E
Configuring a security group and a network access control list (NACL) for EC2 instances
Reveal answer details
Close answer details
Question 68
Single choice
A company deploys its application to multiple AWS Regions and configures automatic failover between those Regions. Which cloud concept does this architecture represent?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationReliability is the cloud concept that this architecture represents. Reliability is the ability of a system to recover from infrastructure or service disruptions, dynamically acquire computing resources to meet demand, and mitigate disruptions such as misconfigurations or transient network issues. Deploying an application to multiple AWS Regions and configuring automatic failover between those Regions enhances the reliability of the application by reducing the impact of regional failures and increasing the availability of the application4
Question 69
Single choice
A company needs to mount a file share across multiple Amazon EC2 instances as a mapped drive by using the SMB protocol. Which AWS service will meet these requirements?
-
A
Amazon FSx for Windows File Server
-
B
Amazon Elastic File System (Amazon EFS)
-
C
-
D
Reveal answer details
Close answer details
Question 70
Single choice
A company wants to maintain bandwidth throughput and provide a more consistent network experience than public internet-based connections. Which AWS service should the company choose?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 71
Single choice
An auditor is preparing for an annual security audit. The auditor requests certification details for a company's AWS hosted resources across multiple Availability Zones in the us-east-1 Region. How should the company respond to the auditor's request?
-
A
Open an AWS Support ticket to request that the AWS technical account manager (TAM) respond and help the auditor.
-
B
Open an AWS Support ticket to request that the auditor receive approval to conduct an onsite assessment of the AWS data centers in which the company operates.
-
C
Explain to the auditor that AWS does not need to be audited because the company's application is hosted in multiple Availability Zones.
-
D
Use AWS Artifact to download the applicable report for AWS security controls. Provide the report to the auditor.
Reveal answer details
Close answer details
Correct answerD
ExplanationAWS Artifact is your go-to, central resource for compliance-related information that matters to you. It provides on-demand access to AWS' security and compliance reports and select online agreements. Reports available in AWS Artifact include our Service Organization Control (SOC) reports, Payment Card Industry (PCI) reports, and certifications from accreditation bodies across geographies and compliance verticals that validate the implementation and operating effectiveness of AWS security controls. Agreements available in AWS Artifact include the Business Associate Addendum (BAA) and the Nondisclosure Agreement (NDA). You can use AWS Artifact to download the applicable report for AWS security controls and provide it to the auditor.
Question 72
Single choice
Which AWS solution gives companies the ability to use protocols such as NFS to store and retrieve objects in Amazon S3?
-
A
-
B
AWS Storage Gateway volume gateway
-
C
AWS Storage Gateway file gateway
-
D
Amazon Elastic File System (Amazon EFS)
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS Storage Gateway file gateway allows companies to use protocols such as NFS and SMB to store and retrieve objects in Amazon S3. File gateway provides a seamless integration between on-premises applications and Amazon S3, and enables low-latency access to data through local caching. File gateway also supports encryption, compression, and lifecycle management of the objects in Amazon S3. For more information, see What is AWS Storage Gateway? and File Gateway.
Question 73
Single choice
Which group shares responsibility with AWS for security and compliance of AWS accounts and resources?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationCustomers share responsibility with AWS for security and compliance of AWS accounts and resources. This is part of the AWS shared responsibility model, which defines the division of responsibilities between AWS and the customer for security and compliance. AWS is responsible for the security of the cloud, which includes the physical and environmental controls of the AWS global infrastructure, such as power, cooling, fire suppression, and physical access. The customer is responsible for the security in the cloud, which includes the configuration and management of the AWS resources and applications, such as identity and access management, encryption, firewall, and backup. For more information, see AWS Shared Responsibility Model and AWS Cloud Security.
Question 74
Single choice
Which AWS service allows for file sharing between multiple Amazon EC2 instances?
-
A
-
B
-
C
-
D
Amazon Elastic File System (Amazon EFS)
Reveal answer details
Close answer details
Correct answerD
ExplanationAmazon EFS provides shared file storage for use with compute instances in the AWS Cloud and on-premises servers. Applications that require shared file access can use Amazon EFS for reliable file storage delivering high aggregate throughput to thousands of clients simultaneously.
Question 75
Single choice
Which AWS service is designed to help users orchestrate a workflow process for a set of AWS Lambda functions?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationThe AWS service that is designed to help users orchestrate a workflow process for a set of AWS Lambda functions is AWS Step Functions. AWS Step Functions is a service that helps users coordinate multiple AWS services into serverless workflows that can be triggered by events, such as messages, API calls, or schedules. AWS Step Functions allows users to create and visualize complex workflows that can include branching, parallel execution, error handling, retries, and timeouts. AWS Step Functions can integrate with AWS Lambda to orchestrate a sequence of Lambda functions that perform different tasks or logic. Amazon DynamoDB, AWS CodePipeline, and AWS Batch are not the best services to use for orchestrating a workflow process for a set of AWS Lambda functions. Amazon DynamoDB is a fully managed NoSQL database service that provides fast and consistent performance, scalability, and flexibility. AWS CodePipeline is a fully managed continuous delivery service that helps users automate the release process of their applications. AWS Batch is a fully managed service that helps users run batch computing workloads on the AWS Cloud.
Question 76
Single choice
A company wants to set up an entire development and continuous delivery toolchain for coding, building, testing, and deploying application code. Which AWS service will meet these requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 77
Single choice
A company is preparing to launch a redesigned website on AWS. Users from around the world will download digital handbooks from the website. Which AWS solution should the company use to provide these static files securely?
-
A
Amazon Kinesis Data Streams
-
B
Amazon CloudFront with Amazon S3
-
C
Amazon EC2 instances with an Application Load Balancer
-
D
Amazon Elastic File System (Amazon EFS)
Reveal answer details
Close answer details
Correct answerB
ExplanationAmazon CloudFront with Amazon S3 is a solution that allows you to provide static files securely to users from around the world. Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer-friendly environment. Amazon S3 is an object storage service that offers industry-leading scalability, data availability, security, and performance. You can use Amazon S3 to store and retrieve any amount of data from anywhere. You can also configure Amazon S3 to work with Amazon CloudFront to distribute your content to edge locations near your users for faster delivery and lower latency. Amazon Kinesis Data Streams is a service that enables you to build custom applications that process or analyze streaming data for specialized needs. This option is not relevant for providing static files securely. Amazon EC2 instances with an Application Load Balancer is a solution that allows you to distribute incoming traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This option is suitable for dynamic web applications, but not necessary for static files. Amazon Elastic File System (Amazon EFS) is a service that provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources. This option is not relevant for providing static files securely.
Question 78
Single choice
A company runs a database on Amazon Aurora in the us-east-1 Region. The company has a disaster recovery requirement that the database be available in another Region. Which solution meets this requirement with minimal disruption to the database operations?
-
A
Perform an Aurora Multi-AZ deployment.
-
B
Deploy Aurora cross-Region read replicas.
-
C
Create Amazon Elastic Block Store (Amazon EBS) volume snapshots for Aurora and copy them to another Region.
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationThe solution that meets the requirement of the company that runs a database on Amazon Aurora in the us-east-1 Region and has a disaster recovery requirement that the database be available in another Region with minimal disruption to the database operations is to deploy Aurora cross-Region read replicas. Aurora cross-Region read replicas are secondary Aurora clusters that are created in a different AWS Region from the primary Aurora cluster, and are kept in sync with the primary cluster using physical replication. The company can use Aurora cross-Region read replicas to improve the availability and durability of the database, as well as to reduce the recovery time objective (RTO) and recovery point objective (RPO) in case of a regional disaster. Performing an Aurora Multi-AZ deployment, creating Amazon EBS volume snapshots for Aurora and copying them to another Region, and deploying Aurora Replicas are not the best solutions for this requirement. An Aurora Multi-AZ deployment is a configuration that creates one or more Aurora Replicas within the same AWS Region as the primary Aurora cluster, and provides automatic failover in case of an Availability Zone outage. However, this does not provide cross-Region disaster recovery. Creating Amazon EBS volume snapshots for Aurora and copying them to another Region is a manual process that requires stopping the database, creating the snapshots, copying them to the target Region, and restoring them to a new Aurora cluster. This process can cause significant downtime and data loss. Deploying Aurora Replicas is a configuration that creates one or more secondary Aurora clusters within the same AWS Region as the primary Aurora cluster, and provides read scaling and high availability. However, this does not provide cross-Region disaster recovery.
Question 79
Single choice
Which AWS service or resource can a company use to deploy AWS WAF rules?
-
A
-
B
Application Load Balancer
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationApplication Load Balancer (ALB) integrates with AWS WAF to deploy and manage WAF rules for incoming traffic. ALB can route HTTP and HTTPS traffic and apply WAF rules to protect applications from common web exploits. Network Load Balancer does not support AWS WAF, and Trusted Advisor does not deploy WAF rules.
Question 80
Multiple choice
A company wants to make an upfront commitment for continued use of its production Amazon EC2 instances in exchange for a reduced overall cost. Which pricing options meet these requirements with the LOWEST cost? (Select TWO.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersC, D
ExplanationReserved Instances (RIs) are a pricing model that allows you to reserve EC2 instances for a specified period of time (one or three years) and receive a significant discount compared to On-Demand pricing. RIs are suitable for workloads that have predictable usage patterns and require a long-term commitment. You can choose between three payment options: All Upfront, Partial Upfront, or No Upfront. The more you pay upfront, the greater the discount. Savings Plans are a flexible pricing model that can help you reduce your EC2 costs by up to 72% compared to On-Demand pricing, in exchange for a commitment to a consistent amount of usage (measured in $/hour) for a one or three year term. Savings Plans apply to usage across EC2, AWS Lambda, and AWS Fargate. You can choose between two types of Savings Plans: Compute Savings Plans and EC2 Instance Savings Plans. Compute Savings Plans offer the most flexibility and apply to any instance family, size, OS, tenancy, or region. EC2 Instance Savings Plans offer the highest discount and apply to a specific instance family within a region. Spot Instances are a pricing model that allows you to bid for unused EC2 capacity in the AWS cloud and are available at a discount of up to 90% compared to On-Demand pricing. Spot Instances are suitable for fault-tolerant or stateless workloads that can run on heterogeneous hardware and have flexible start and end times. However, Spot Instances are not guaranteed and can be interrupted by AWS at any time if the demand for capacity increases or your bid price is lower than the current Spot price. On-Demand Instances are a pricing model that allows you to pay for compute capacity by the hour or second with no long-term commitments. On-Demand Instances are suitable for short-term, spiky, or unpredictable workloads that cannot be interrupted, or for applications that are being developed or tested on EC2 for the first time. However, On-Demand Instances are the most expensive option among the four pricing models. Dedicated Hosts are physical EC2 servers fully dedicated for your use. Dedicated Hosts can help you reduce costs by allowing you to use your existing server-bound software licenses, such as Windows Server, SQL Server, and SUSE Linux Enterprise Server. Dedicated Hosts can be purchased On-Demand or as part of Savings Plans. Dedicated Hosts are suitable for workloads that need to run on dedicated physical servers or have strict licensing requirements. However, Dedicated Hosts are not the lowest cost option among the four pricing models.
Question 81
Single choice
A company wants to deploy an application in multiple Availability Zones in a single AWS Region. Which benefit will this deployment provide to the company?
-
A
Improved connection performance for global customers
-
B
Resilient architecture and a highly available solution
-
C
Reduced overall data storage costs
-
D
Ability to shut down an Availability Zone during periods of low demand
Reveal answer details
Close answer details
Question 82
Single choice
Which perspective of the AWS Cloud Adoption Framework (AWS CAF) encourages the development of well-architected, cloud-focused applications?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 83
Single choice
A company wants to manage deployed IT services and govern its infrastructure as code (IaC) templates. Which AWS service will meet this requirement?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAWS Service Catalog lets you centrally manage your cloud resources to achieve governance at scale of your infrastructure as code (IaC) templates, written in CloudFormation or Terraform configurations. With AWS Service Catalog, you can meet your compliance requirements while making sure your customers can quickly deploy the cloud resources they need. https://aws.amazon.com/servicecatalog/
Question 84
Single choice
A company wants to build an application that consists entirely of microservices. Which AWS Cloud architecture design principle supports this goal?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 85
Single choice
A company is running a monolithic on-premises application that does not scale and is difficult to maintain. The company has a plan to migrate the application to AWS and divide the application into microservices. Which best practice of the AWS Well-Architected Framework is the company following with this plan?
-
A
Integrate functional testing as part of AWS deployment.
-
B
Use automation to deploy changes.
-
C
Deploy the application to multiple locations.
-
D
Implement loosely coupled dependencies.
Reveal answer details
Close answer details
Correct answerD
ExplanationThe company is following the best practice of implementing loosely coupled dependencies by migrating the application to AWS and dividing the application into microservices. Loosely coupled dependencies are a design principle of the AWS Well-Architected Framework that helps to reduce the interdependencies between components and improve the scalability, reliability, and performance of the system. By breaking down the monolithic application into smaller, independent, and modular services, the company can reduce the complexity and maintenance costs, increase the agility and flexibility, and enable faster and more frequent deployments. AWS CloudFormation is an AWS service that provides the ability to manage infrastructure as code. Infrastructure as code is a process of defining and provisioning AWS resources using code or templates, rather than manual actions or scripts. AWS CloudFormation allows users to create and update stacks of AWS resources based on predefined templates that describe the desired state and configuration of the resources. AWS CloudFormation automates and simplifies the deployment and management of AWS resources, and ensures consistency and repeatability across different environments and regions. AWS CloudFormation also supports rollback, change sets, drift detection, and nested stacks features that help users to monitor and control the changes to their infrastructure.
Question 86
Single choice
A company wants to set AWS spending targets and track costs against those targets. Which AWS tool or feature should the company use to meet these requirements?
-
A
-
B
-
C
AWS Cost and Usage Report
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAWS Budgets is a tool that allows users to set AWS spending targets and track costs against those targets. Users can create budgets for various dimensions, such as service, linked account, tag, and more. Users can also receive alerts when the actual or forecasted costs exceed or are projected to exceed the budgeted amount. AWS Cost Explorer, AWS Cost and Usage Report, and Savings Plans are other AWS tools or features that can help users manage and optimize their AWS costs, but they do not enable users to set and track spending targets .
Question 87
Single choice
A company has developed a distributed application that recovers gracefully from interruptions. The application periodically processes large volumes of data by using multiple Amazon EC2 instances. The application is sometimes idle for months. Which EC2 instance purchasing option is MOST cost-effective for this use case?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationSpot Instances are instances that use spare EC2 capacity that is available for up to 90% off the On- Demand price. Because Spot Instances can be interrupted by EC2 with two minutes of notification when EC2 needs the capacity back, you can use them for applications that have flexible start and end times, or that can withstand interruptions 5. This option is most cost-effective for the use case described in the question. Reserved Instances are instances that you purchase for a one-year or three-year term, and pay a lower hourly rate compared to On-Demand Instances. This option is suitable for applications that have steady state or predictable usage. Dedicated Instances are instances that run on hardware that's dedicated to a single customer within an Amazon VPC. This option is suitable for applications that have stringent regulatory or compliance requirements. On-Demand Instances are instances that you pay for by the second, with no long-term commitments or upfront payments. This option is suitable for applications that have unpredictable or intermittent workloads.
Question 88
Multiple choice
Which duties are the responsibility of a company that is using AWS Lambda? (Select TWO.)
-
A
-
B
Selection of CPU resources
-
C
Patching of operating system
-
D
Writing and updating of code
-
E
Security of underlying infrastructure
Reveal answer details
Close answer details
Correct answersA, D
ExplanationThe duties that are the responsibility of a company that is using AWS Lambda are security inside of code and writing and updating of code. AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers, scaling, or patching. AWS Lambda takes care of the security of the underlying infrastructure, such as the operating system, the network, and the firewall. However, the company is still responsible for the security of the code itself, such as encrypting sensitive data, validating input, and handling errors. The company is also responsible for writing and updating the code that defines the Lambda function, and choosing the runtime environment, such as Node.js, Python, or Java. AWS Lambda does not require the selection of CPU resources, as it automatically allocates them based on the memory configuration34
Question 89
Multiple choice
Which statements represent the cost-effectiveness of the AWS Cloud? (Select TWO.)
-
A
Users can trade fixed expenses for variable expenses.
-
B
Users can deploy all over the world in minutes.
-
C
AWS offers increased speed and agility.
-
D
AWS is responsible for patching the infrastructure.
-
E
Users benefit from economies of scale.
Reveal answer details
Close answer details
Correct answersA, E
ExplanationThe statements that represent the cost-effectiveness of the AWS Cloud are: Users can trade fixed expenses for variable expenses. By using the AWS Cloud, users can pay only for the resources they use, instead of investing in fixed and upfront costs for hardware and software. This can lower the total cost of ownership and increase the return on investment. Users benefit from economies of scale. By using the AWS Cloud, users can leverage the massive scale and efficiency of AWS to access lower prices and higher performance. AWS passes the cost savings to the users through price reductions and innovations. AWS Cloud Value Framework
Question 90
Single choice
A company needs to deploy an Amazon EC2 instance and attach a storage mount for the operating system and application files. Which AWS service will meet these requirements?
-
A
-
B
Amazon Elastic File System (Amazon EFS)
-
C
-
D
Amazon Elastic Block Store (Amazon EBS)
Reveal answer details
Close answer details
Question 91
Single choice
A company acquired another corporation. The company now has two AWS accounts. Which AWS service or tool can the company use to consolidate the billing for these two accounts?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 92
Single choice
A company wants to design a reliable web application that is hosted on Amazon EC2. Which approach will achieve this goal?
-
A
Launch large EC2 instances in the same Availability Zone.
-
B
Spread EC2 instances across more than one security group.
-
C
Spread EC2 instances across more than one Availability Zone.
-
D
Use an Amazon Machine Image (AMI) from AWS Marketplace.
Reveal answer details
Close answer details
Correct answerC
ExplanationThe approach that will achieve the goal of designing a reliable web application that is hosted on Amazon EC2 is to spread EC2 instances across more than one Availability Zone. An Availability Zone is a physically isolated location within an AWS Region that has its own power, cooling, and network connectivity. By spreading EC2 instances across multiple Availability Zones, users can increase the fault tolerance and availability of their web applications, as well as reduce latency for end users 2. Launching large EC2 instances in the same Availability Zone, spreading EC2 instances across more than one security group, or using an Amazon Machine Image (AMI) from AWS Marketplace are not sufficient to ensure reliability, as they do not provide redundancy or resilience in case of an outage in one Availability Zone.
Question 93
Single choice
A company is using AWS Identity and Access Management (IAM). Who can manage the access keys of the AWS account root user?
-
A
IAM users in the same account that have been granted permission
-
B
IAM roles in any account that have been granted permission
-
C
IAM users and roles that have been granted permission
-
D
Reveal answer details
Close answer details
Question 94
Single choice
Which AWS service can a company use to securely store and encrypt passwords for a database?
-
A
-
B
-
C
AWS Identity and Access Management (IAM)
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAWS Secrets Manager is an AWS service that can be used to securely store and encrypt passwords for a database. It allows users to manage secrets, such as database credentials, API keys, and tokens, in a centralized and secure way. It also provides features such as automatic rotation, fine-grained access control, and auditing. AWS Shield is an AWS service that provides protection against Distributed Denial of Service (DDoS) attacks for AWS resources and services. It does not store or encrypt passwords for a database. AWS Identity and Access Management (IAM) is an AWS service that allows users to manage access to AWS resources and services. It can be used to create users, groups, roles, and policies that control who can do what in AWS. It does not store or encrypt passwords for a database. Amazon Cognito is an AWS service that provides user identity and data synchronization for web and mobile applications. It can be used to authenticate and authorize users, manage user profiles, and sync user data across devices. It does not store or encrypt passwords for a database.
Question 95
Single choice
Which statement describes a characteristic of the AWS global infrastructure?
-
A
Edge locations contain multiple AWS Regions.
-
B
AWS Regions contain multiple Regional edge caches.
-
C
Availability Zones contain multiple data centers.
-
D
Each data center contains multiple edge locations.
Reveal answer details
Close answer details
Correct answerC
ExplanationAvailability Zones contain multiple data centers. This is a characteristic of the AWS global infrastructure, which consists of AWS Regions, Availability Zones, and edge locations. AWS Regions are geographically isolated areas that contain multiple Availability Zones. Availability Zones are physically separate locations within an AWS Region that are engineered to be isolated from failures and connected by low-latency, high-throughput, and highly redundant networking. Each Availability Zone contains one or more data centers that house the servers and storage devices that run AWS services. Edge locations are sites that are located closer to the end users and provide caching and content delivery services. AWS Global InfrastructureAWS Certified Cloud Practitioner - aws.amazon.com
Question 96
Single choice
A company is hosting a web application in a Docker container on Amazon EC2. AWS is responsible for which of the following tasks?
-
A
Scaling the web application and services developed with Docker
-
B
Provisioning or scheduling containers to run on clusters and maintain their availability
-
C
Performing hardware maintenance in the AWS facilities that run the AWS Cloud
-
D
Managing the guest operating system, including updates and security patches
Reveal answer details
Close answer details
Correct answerC
ExplanationAWS is responsible for performing hardware maintenance in the AWS facilities that run the AWS Cloud. This is part of the shared responsibility model, where AWS is responsible for the security of the cloud, and the customer is responsible for security in the cloud. AWS is also responsible for the global infrastructure that runs all of the services offered in the AWS Cloud, including the hardware, software, networking, and facilities that run AWS Cloud services 3. The customer is responsible for the guest operating system, including updates and security patches, as well as the web application and services developed with Docker4.
Question 97
Single choice
A company purchased Amazon EC2 Standard Reserved Instances (Rls) for a workload in the AWS Cloud. The company needs to move part of the workload to an instance family that does not match the instance family of these Standard RIs. How can the company take advantage of the Standard RIs that it no longer needs?
-
A
Contact the AWS Support team, and ask the team to sell the Standard RIs.
-
B
Sell the Standard RIs on the Amazon EC2 Reserved Instance Marketplace.
-
C
Sell the Standard RIs as a third-party seller on the AWS Marketplace.
-
D
Convert the Standard RIs to Savings Plans.
Reveal answer details
Close answer details
Correct answerB
ExplanationThe Amazon EC2 Reserved Instance Marketplace allows customers to sell unused Standard Reserved Instances to other AWS users. This enables companies to recoup some of the costs if they no longer need certain RIs. Standard RIs cannot be converted to Savings Plans, and AWS Support does not facilitate the resale of RIs directly.
Question 98
Single choice
Which of the following is an advantage that users experience when they move on-premises workloads to the AWS Cloud?
-
A
Elimination of expenses for running and maintaining data centers
-
B
Price discounts that are identical to discounts from hardware providers
-
C
Distribution of all operational controls to AWS
-
D
Elimination of operational expenses
Reveal answer details
Close answer details
Correct answerA
ExplanationThe advantage that users experience when they move on-premises workloads to the AWS Cloud is: elimination of expenses for running and maintaining data centers. By moving on-premises workloads to the AWS Cloud, users can reduce or eliminate the costs associated with owning and operating physical servers, storage, network equipment, and facilities. These costs include hardware purchase, maintenance, repair, power, cooling, security, and staff. Users can also benefit from the pay-as-you-go pricing model of AWS, which allows them to pay only for the resources they use, and scale up or down as needed.
Question 99
Multiple choice
Which AWS services can a company use to host and run a MySQL database? (Select TWO.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersA, D
ExplanationAmazon RDS and Amazon EC2 are two AWS services that you can use to host and run a MySQL database. Amazon RDS is a service that makes it easy to set up, operate, and scale a relational database in the cloud. You can use Amazon RDS to launch a MySQL database instance and let Amazon RDS manage common database tasks such as backups, patching, scaling, and replication 6. Amazon EC2 is a service that provides secure, resizable compute capacity in the cloud. You can use Amazon EC2 to launch a virtual server and install MySQL software on it. You have complete control over your database configuration, but you are responsible for managing and maintaining the database software and the underlying infrastructure 7. Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. Amazon S3 is an object storage service that offers industry-leading scalability, data availability, security, and performance. Amazon MQ is a managed message broker service for Apache ActiveMQ. None of these services can help you host and run a MySQL database.
Question 100
Multiple choice
Which of the following can be components of a VPC in the AWS Cloud? (Choose two.)
-
A
-
B
Amazon S3 buckets and objects
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersD, E
ExplanationA VPC (Virtual Private Cloud) in AWS is a logically isolated network that you define in the AWS Cloud. Within a VPC, you can create subnets, route tables, network gateways, and more. D. Internet Gateway: An internet gateway is a component that allows communication between resources in a VPC and the internet. E. Subnet: A subnet is a range of IP addresses in your VPC. Subnets can be public or private and are essential for organizing resources within a VPC. Why other options are not suitable: A. Amazon API Gateway: Used for creating and managing APIs, not a direct component of a VPC. B. Amazon S3 buckets and objects: Amazon S3 is a storage service; its resources are globally accessible and not confined to a VPC. C. AWS Storage Gateway: A hybrid cloud storage service, not a core component of a VPC.
|