A company wants to create a globally accessible ecommerce platform for its customers.
The company wants to use a highly available and scalable DNS web service to connect
users to the platform.
Which AWS service will meet these requirements?
A. Amazon EC2 B. Amazon VPC C. Amazon Route 53 D. Amazon RDS
Answer: C Explanation: Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service that can route internet traffic to the company’s ecommerce platform1. Route 53 can also register domain names, check the health of resources, and provide global DNS features2. Route 53 can connect users to the platform by translating human-readable names like www.example.com into the numeric IP addresses that computers use to communicate witheach other2. References: 1: Amazon Route 53 | DNS Service | AWS; 2: What is Amazon Route 53? - Amazon Route 53
Question # 262
Which AWS service or feature allows a user to establish a dedicated network connection
between a company's on-premises data center and the AWS Cloud?
A. AWS Direct Connect B. VPC peering C. AWS VPN D. Amazon Route 53
Answer: A Explanation: AWS Direct Connect is an AWS service that allows users to establish a dedicated network connection between their on-premises data center and the AWS Cloud. This connection bypasses the public internet and provides more predictable network performance, reduced bandwidth costs, and increased security. Users can choose from different port speeds and connection types, and use AWS Direct Connect to access AWS services in any AWS Region globally. Users can also use AWS Direct Connect in conjunction with AWS VPN to create a hybrid network architecture that combines the benefits of both private and public connectivity. References: AWS Direct Connect, [AWS Cloud Practitioner Essentials: Module 3 - Compute in the Cloud]
Question # 263
A company wants to connect its supported AWS services and VPCs. The company does
not wa......
Which AWS service will meet these requirements?
A. Amazon Inspector B. AWS PrivateLink C. Amazon Connect D. AWS Internet Gateway
Answer: B Explanation: AWS PrivateLink provides private connectivity between VPCs, AWS services, and onpremises applications without exposing traffic to the public internet. It enables private access to AWS services by creating private endpoints within a VPC, which enhances security and simplifies network architecture by keeping all communication on the AWS network. This service is ideal for scenarios where a company wants to connect AWS services and VPCs privately.
Question # 264
A company's application is running on Amazon EC2 instances. The company is planning a
partial migration to a serverless architecture in the next year and wants to pay for
resources up front.
Which AWS purchasing option will optimize the company's costs?
A. Convertible Reserved Instances B. Spot Instances C. EC2 Instance Savings Plans D. Compute Savings Plan
Answer: D Explanation: Compute Savings Plans provide the most flexibility and help to reduce your costs by up to 66%. These plans automatically apply to EC2 instance usage regardless of instance family, size, AZ, Region, OS or tenancy, and also apply to Fargate or Lambda usage. For example, with Compute Savings Plans, you can change from C4 to M5 instances, shift a workload from EU (Ireland) to EU (London), or move a workload from EC2 to Fargate or Lambda at any time and automatically continue to pay the Savings Plans price. https://aws.amazon.com/savingsplans/compute-pricing/
Question # 265
Which type of AWS storage is ephemeral and is deleted when an Amazon EC2 instance is
stopped or terminated?
A. Amazon Elastic Block Store (Amazon EBS) B. Amazon EC2 instance store C. Amazon Elastic File System (Amazon EFS) D. Amazon S3
Answer: B Explanation: Amazon EC2 instance store provides temporary block-level storage for your EC2 instance. This storage is located on disks that are physically attached to the host computer. Instance store is ideal for temporary storage of information that changes frequently, such as buffers, caches, scratch data,and other temporary content. It can also be used to store temporary data that you replicate across a fleet of instances, such as a load-balanced pool of web servers. An instance store consists of one or more instance store volumes exposed as block devices. The size of an instance store as well as the number of devices available varies by instance type and instance size. The virtual devices for instance store volumes are ephemeral[0-23]. Instance types that support one instance store volume have ephemeral0. Instance types that support two or more instance store volumes have ephemeral0, ephemeral1, and so on. Instance store pricing Instance store volumes are included as part of the instance’s usage cost. The data on an instance store volume persists even if the instance is rebooted. However, the data does not persist if the instance
Question # 266
Which AWS Cloud benefit is shown by an architecture’s ability to withstand failures with
minimal downtime?
A. Agility B. Elasticity C. Scalability D. High availability
Answer: D Explanation: Understanding High Availability: High availability (HA) refers to systems that are durable and likely to operate continuously without failure for a long time. HA ensures that an architecture can withstand failures with minimal downtime. Importance of High Availability: Redundancy: Systems are designed with redundancy to prevent single points of failure. Fault Tolerance: Ensures that failures do not result in significant downtime, maintaining service continuity.
Automated Recovery: Utilizes automated recovery mechanisms to quickly restore services
in the event of a failure.
AWS Services for High Availability:
Multi-AZ Deployments: Services like RDS, DynamoDB, and others support Multi-AZ
deployments for fault tolerance.
Elastic Load Balancing: Distributes traffic across multiple instances or availability zones to
ensure no single point of failure.
Auto Scaling: Automatically adjusts the number of instances based on demand, ensuring
availability even during traffic spikes.
AWS Well-Architected Framework: Reliability
Question # 267
Which of the following can the AWS Pricing Calculator do?
A. Project monthly AWS costs. B. Calculate historical AWS costs. C. Provide in-depth information about AWS pricing strategies. D. Provide users with access to their monthly bills.
Answer: A Explanation: TheAWS Pricing Calculatoris a web-based tool that allows customers to estimate their monthly AWS costs by configuring and projecting the costs of different AWS services. The calculator is specifically designed to help customers plan their AWS spending based on their specific architecture and usage patterns. The other options are not correct because: B. Calculate historical AWS costs: This is incorrect as the AWS Pricing Calculator does not track or calculate historical costs. For historical costs, AWS Cost Explorer is used. C. Provide in-depth information about AWS pricing strategies: While the AWS Pricing Calculator provides cost estimations, it does not provide detailed insights into AWS pricing strategies. D. Provide users with access to their monthly bills: This is incorrect; AWS Billing and Cost Management provides access to actual billing information. AWS Cloud References: AWS Pricing Calculator
Question # 268
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. Amazon S3 C. AWS Storage Gateway D. Amazon Elastic File System (Amazon EFS)
Answer: B Explanation: Amazon 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 (S3One 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 applications456. References: 4: Cloud Storage on AWS, 5: Object Storage - Amazon Simple Storage Service (S3) - AWS, 6: Amazon S3 Documentation
Question # 269
A company has a physical tape library to store data backups. The tape library is running
out of space. The company needs to extend the tape library's capacity to the AWS Cloud.
Which AWS service should the company use to meet this requirement?
A. Amazon Elastic File System (Amazon EFS) B. Amazon Elastic Block Store (Amazon EBS) C. Amazon S3 D. AWS Storage Gateway
Answer: D Explanation: AWS Storage Gateway is a hybrid cloud storage service that provides on-premises access to virtually unlimited cloud storage. You can use AWS Storage Gateway to simplify storage management and reduce costs for key hybrid cloud storage use cases. One of these use cases is tape-based backup, which allows you to store data backups on virtual tapes in the AWS Cloud. You can use the Tape Gateway feature of AWS Storage Gateway to extend your existing physical tape library to the AWS Cloud. Tape Gateway provides a virtual tape infrastructure that scales seamlessly with your backup needs and eliminates the operational burden of provisioning, scaling, and maintaining a physical tape
infrastructure123. References: 1: CloudStorage Appliances, Hybrid Device - AWS Storage
Gateway - AWS, 2: AWS Storage Gateway Documentation, 3: AWS Storage Gateway
Features | Amazon Web Services
Question # 270
Which task is the responsibility of the customer, according to the AWS shared responsibility
model?
A. Patch the Amazon DynamoDB operating system. B. Secure Amazon CloudFront edge locations by allowing physical access according to the principle of least privilege. C. Protect the hardware that runs AWS services. D. Use AWS Identity and Access Management (1AM) according to the principle of least privilege.
Answer: D Explanation: According to theAWS Shared Responsibility Model, AWS is responsible for the security "of" the cloud (such as protecting the infrastructure, including hardware, software, networking,
and facilities that run AWS Cloud services). In contrast, customers are responsible for
security "in" the cloud. This includes configuring and using AWS services securely.
D. Use AWS Identity and Access Management (IAM) according to the principle of least
privilegeis a customer's responsibility. Customers must manage their credentials, control
access to resources, and ensure that IAM policies follow the principle of least privilege,
which means granting only the permissions necessary to perform a task.
Why other options are not suitable:
A. Patch the Amazon DynamoDB operating system: AWS is responsible for managing and
patching the infrastructure for managed services like DynamoDB.
B. Secure Amazon CloudFront edge locations by allowing physical access according to the
principle of least privilege: AWS handles physical security of its edge locations.
C. Protect the hardware that runs AWS services: AWS is responsible for protecting the
physical hardware that runs AWS services.
References:
AWS Shared Responsibility Model