WhizLab 1
What is AWS Resource Center
A repository of tutorials, whitepapers, digital training, and project use cases that aid in learning the core concepts of AWS
What is Amazon GuardDuty
A threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts, workloads, and data stored in S3
A radio station compiles a list of the most popular songs each year and will seldom refer to the information thereafter. Listeners can get access to this information up to 24 hours after request. Which is the most cost-effective object storage for this information? 1) Amazon S3 Glacier 2) Amazon S3 One Zone - Infrequently Accessed 3) Amazon S3 Glacier Deep Archive 4) Amazon S3 Standard - Infrequently Accessed
Amazon S3 Glacier Deep Archive
On a social media website, creative content goes viral for a few days and then rapidly declines in popularity and views thereafter. Which storage class and configuration option would you choose for a cost-effective storage? 1) Amazon S3 Standard with object versioning 2) Amazon S3 One-Zone-Infrequent Access 3) Amazon Elastic File Store 4) Amazon S3 Standard with lifecycle policies
Amazon S3 Standard with lifecycle policies
What is the AWS feature that enables fast, easy, and secure transfers of files over long distances between your client and your Amazon S3 buckets? 1) File Transfer 2) HTTP Transfer 3) Amazon S3 Transfer Acceleration 4) S3 Acceleration
Amazon S3 Transfer Acceleration
I have a web application that has been deployed in the AWS Mumbai region. My application soon becomes popular and now there are users all over the world who would like to access it. If I use a CloudFront distribution for doing so, which of the statements are false with respect to CloudFront? (Choose TWO) 1) CloudFront uses the concept of Edge locations for caching and delivering content faster to its users 2) CloudFront can help improve performance by using Keep-alive connections between the Edge locations & the origin server 3) CloudFront does not cache dynamic content 4) CloudFront can only use S3 buckets as their Origin Server from where they can cache content 5) CloudFront can customize content at the Edge locations before delivering it to users
CloudFront does not cache dynamic content; CloudFront can only use S3 buckets as their Origin Server from where they can cache content
Your company is planning to host a large ecommerce application on the AWS Cloud. One of their major concerns is Internet attacks such as DDoS attacks. Which of the following services can help mitigate this concern. Choose TWO 1) CloudFront 2) AWS Shield 3) AWS EC2 4) AWS Config
CloudFront; AWS Shield
What is AWS CodeDeploy?
Compiles and deploys microservices on EC2 instances or AWS Lambda functions
What is Cloud9
Composing code in an integrated development environment that enables developers to run, test, and debug components of a dynamic microservice
What can the Cost and Usage Report be used to identify
Comprehensive billing data to the required level of detail - of incurred cost per service per hour on a specific date. This granularity is also possible with Detailed Billing Reports
A professional educational institute maintains a dedicated web server and a database cluster that hosts an exam results portal for modules undertaken by its students. The resource is idle for most of the learning cycle and becomes excessively busy when exam results are released. How can this architecture be improved to be cost-efficient? 1) Configure AWS elastic load-balancing between the webserver and database cluster 2) Configure RDS multi-availability zone for performance optimization 3) Configure serverless architecture leveraging AWS Lambda functions 4) Migrate the web servers onto Amazon EC2 spot instances
Configure serverless architecture leveraging AWS Lambda functions
Which of the following is the responsibility of the customer when ensuring that data on EBS volumes is kept safe 1) Deleting the data when the device is destroyed 2) Creating EBS snapshots 3) Attaching volumes to EC2 instances 4) Creating copies of EBS volumes
Creating EBS snapshots
What is AWS Data Lifecycle Manager
Creating lifecycle policies for specific resource sin order to automate operations
What is AWS License Manager
Differentiates, maintains 3rd party software provisioning vendor licenses as well as decreases the risk of license expirations and the penalties
What can Route 53 weighted policy use to do
Distribute requests between multiple resources based upon the weight of each
What are AWS CloudFormation Stack Sets
Groups of stacks that are managed together
I need to upload large size objects and large number of objects form different Geographic locations to an S3 bucket. what is the best mechanism to do so which is fast & reliable 1) I can connect to an application running on AWS EC2 that is hosted in multiple regions using Route 53 & use latency based routing to upload files 2) I can use a Direct Connect link from each of the Geographic location for transferring data quickly 3) I can use S3 Transfer Acceleration from each Geographic location that will route the data from their respective Edge locations to S3 4) I can directly access the S3 bucket form the different locations & use a multi-part-upload for transferring huge objects
I can use S3 Transfer Acceleration from each Geographic location that will route the data from their respective Edge locations to S3
What is AWS Lambda?
Ideal for functions, purpose-specific logic that performs a repetitive process. (Not good for dynamic microservices)
What is AWS Service catalog
Ideal in organizing, governing, distributing, and provisioning application stacks on AWS. These application stacks, called products, are created using AWS CloudFormation templates and can be grouped together to form portfolios. the administrator can then apply permissions and constraints for users and user groups to enable access to these products in a self-service manner
What is Global Accelerator?
Improves performance of a wide range of applications over TCP or UDP by proxying packets at Edge locations to applications running in one or more AWS regions. Global Accelerator provides static IP addresses acting as a fixed entry point to application endpoints in a single of multiple-AZ offering High Availability. It provides very low latency.
In the AWS environment, what is the difference between metadata and user data? 1) Metadata is data about data, be it for a metric in CloudWatch or EC2 instance, whereas user data is the information stored and generated by AWS customers 2) Instance metadata are the defined parameters and attributes specified in instance configuration, while user data is information passed to the instance's operation system to automatically execute during boot time 3) User data is information generated by AWS customers within their AWS environment whereas metadata is the information accumulated against the respective AWS monitoring and performance services 4) Instance metadata is static, it cannot be altered once it has been defined whilst user data is information generated by AWS customers within their AWS environment which they are responsible for safeguarding
Instance metadata are the defined parameters and attributes specified in instance configuration, while user data is information passed to the instance's operation system to automatically execute during boot time
What is AWS Certificate Manager (ACM)?
It's primarily used for issuing verified security certificates for SSL/HTTPS on AWS resources such as Elastic Load Balancer or Web Application Firewall (WAF)
A weather tracking system is designed for tracking weather conditions of any particular flight route. Flight travelers all over the world make use of this information prior to booking their flights. Travelers expect quick turnaround time in which the weather display & flight booking will happen which is critical to their business. You have designed this website and are using AWS Route 53 DNS. The routing policy that you will apply to this website. 1) GeoLocation routing policy 2) Failover routing policy 3) Multivalue answer routing policy 4) Latency based routing policy
Latency based routing policy
What are AWS Local Zones
Small AWS data centers similar than AWS Edge Locations which are meant to support latency-sensitive and edge computing workloads
Which AWS service gives the user the ability to group AWS resources across different AWS Regions by application and then collectively view their operational data for monitoring purposes? 1) Systems Manager 2) Management Console 3) Resource Groups 4) Resource Access Manager
Systems Manager
Which of the following is a factor when calculating Total Cost of Ownership (TCO) for the AWS Cloud? 1) The number of servers migrated to AWS 2) The number of users migrated to AWS 3) The number of passwords migrated to AWS 4) The number of keys migrated to AWS
The number of servers migrated to AWS
Which of the following is not correct with respect to NoSQL databases. Select TWO 1) They are not relational 2) They need to have a well defined schema 3) Transactional in a NoSQL database adheres to ACID properties 4) NoSQL databases are horizontally scalable 5) A patient's record in a hospital system with changing data for every visit is a good candidate to be modelled using a NoSQL database
They need to have a well defined schema; Transactions in a NoSQL database adheres to ACID properties
What is SSE
Typically encryption of objects or data within the bucket in Amazon S3. The data is encrypted at the object level as it is saved on AWS storage infrastructure and then decrypted when it is accessed
You have a set of EC2 instances hosted on the AWS Cloud. The EC2 Instances are hosting a web application. Which of the following acts as a firewall to your VPC and the instances in it? Choose TWO 1) Usage of Security Groups 2) Usage of AWS Config 3) Usage of Network Access Control Lists 4) Usage of the Internet gateway
Usage of Security Groups; Usage of Network Access Control Lists
I have developed an application using AWS services which has been deployed in multiple regions. How do I achieve the best Performance & Availability when users from different locations access my application? 1) Use Route 53 latency based routing for improving performance and Availability 2) Use a CloudFront distribution for improving performance and Availability 3) Use Global Accelerator for improving performance and Availability 4) Use an endpoint of the application directly for accessing it that lies within a user's region
Use Global Accelerator for improving performance and Availability
Which of the following routing policies can be used to provide best performance to global users accessing a static website deployed on a Amazon S3 bucket at multiple regions? 1) Use Route 53 weighted routing policy 2) Use Route 53 latency routing policy 3) Use Route 53 Geo-proximity routing policy 4) Use Route 53 Geo-location routing policy
Use Route 53 latency routing policy
An administrator would like to automate the creation of new AWS accounts for the research and development department of the organization where new workloads need to be spun-up promptly and categorized into groups. How can this be achieved efficiently? 1) Use of AWS CloudFormation would be sufficient 2) Use of AWS Organizations 3) Using the AWS API to programmatically create each account via CLI 4) AWS Identity Access Management
Use of AWS Organizations
In accordance with the AWS Well-Architected Framework, how should a start-up company with a dynamic AWS environment manage their users? (Choose TWO) 1) Create multiple unique IAM users with administrator access for each functional group of the company 2) Use of AWS CloudFront template versions and revision controls to keep track of the dynamic configuration changes 3) Use of AWS Organizations with respective OUs that differentiate billing across the company's functions 4) Implement the most stringent security measures on the VPC-edge rather than on the resource host 5) Provisioning of resources and compute capacity that accommodates future growth
Use of AWS Organizations with respective OUs that differentiate billing across the company's functions; Implement the most stringent security measures on the VPC-edge rather than on the resource host
What are AWS CloudFormation Intrinsic Functions
Used for assigning values to properties in CloudFormation templates
What is AWS CodeCommit?
Used for securely storing, privately managing software development assets such as binary files and source code, and version control. It encrypts files in transit and at rest. It also works well with Git tools and other CI/CD tools
What is AWS CloudFormation Drift Detection
Used to detect if any changes made to resources outside of CloudFormation templates
What are AWS CloudFormation Change Set
Used to preview changes to AWS resources that will be applicable when a stack is executed
What is Failover routing policy
Usually used in Disaster Recovery scenarios where an Active-Passive Disaster recover configuration is present and the passive resource that was originally the backup resource has now become the active resource due to the original Active resource being unhealthy
Which of the following is an optional Security layer attached to a subnet within a VPC for controlling traffic in & out of the VPC? 1) VPC Flow Logs 2) Web Application Firewall 3) Security Group 4) Network ACL
Network ACL
Which of the following is a prerequisite for using AWS OpsWorks to manage applications on servers deployed at the customer Data Center 1) Servers should be running Linux OS with connectivity to AWS public endpoints 2) Servers should be running Linux OS with connectivity to AWS private endpoints 3) Servers should be running Windows OS with connectivity to AWS public endpoints 4) Servers should be running Windows OS with connectivity to AWS private
Servers should be running Linux OS with connectivity to AWS public endpoints
To receive AWS Trusted Advisor Notifications, what actions are required from the customer end? 1) Open a ticket with AWS Support 2) Set up Notification in Dashboard 3) Set up Amazon SNS 4) No action is required, all Notifications are sent automatically on a weekly basis
Set up Notification in Dashboard
Which of the following is the most appropriate AWS service for administrator to utilize when they need to manage access to specific sets of AWS services for a large number of IAM users who are in varying operational departments and belonging to different IAM user groups 1) AWS Service Catalog 2) IAM roles 3) IAM policies 4) AWS Organization
AWS Service Catalog
What services help provide protection against DDoS attacks?
AWS Shield, AWS WAF, Amazon Route 53, Amazon CloudFront, Elastic Load Balancing, VPCs and Security Groups
Which AWS service can be used to detect & analyze performance issues related to AWS Lambda applications? 1) AWS CloudTrail 2) Amazon CloudWatch 3) AWS X-Ray 4) AWS Config
AWS X-Ray
Which of the below listed scenarios is not suitable for using the resource group for grouping the resources? 1) AWS resources that are being used for different projects and are unrelated 2) Projects managed by multiple departments or individuals 3) An application that has different phases, such as development, staging, and production 4) A set of resources related to applications that run on a specific platform , such as Android or iOS
AWS resources that are being used for different projects and are unrelated
What is Amazon Inspector
Automated security assessment service that helps improve security and compliance of applications deployed on AWS
What is Amazon Macie
Automates the discovery of sensitive data at scale and lowers the cost of protecting your data
What is AWS Detective
A persistent machine learning-driven service that automatically collates log data from all AWS resources. This log data is then applied into machine learning algorithms t derive data patterns between AWS services and resources, graph theory, and statistical analysis.
Which statement is accurate about AWS Budgets and Cost Explorer? 1) AWS Budgets uses the cost visualizations provided by AWS cost Explorer to show the status of preset budgets and to provide forecasts of estimated costs 2) Both AWS budgets and AWS Cost Explorer can be used to predict usage and to give recommended cost-optimization measures 3) AWS Cost Explorer will lists the costs incurred over a period of time with a further breakdown by region and linked account 4) Due to the sensitivity of billing and cost management information, with the AWS Cost Explorer and AWS Budget services, it is not possible to view the information for multiple accounts
AWS Budgets use the cost visualizations provided by AWS Cost Explorer to show the status of preset budgets and to provide forecasts of estimated costs
You are the architect of a custom application running inside your corporate data center. The application runs with some unresolved bugs that produce a lot of data inside custom log files generating time-consuming activities to the operation team who is responsible for analyzing them. You want to move the application to AWS using EC2 instances, and at the same time, take the opportunity for improving logging and monitoring capabilities but without touching the application code. What AWS service should use use to satisfy the requirement? 1) AWS Kinesis Data Streams 2) AWS CloudTrail 3) AWS CloudWatch Logs 4) AWS Application Logs
AWS ClodWatch Logs
Which of the following features can be used to preview changes to be made to AWS resource which will be deployed to using the AWS CloudFormation template? 1) AWs CloudFormation Drift Detection 2) AWs CloudFormation Change Sets 3) AWs CloudFormation Stack Sets 4) AWs CloudFormation Intrinsic Functions
AWS CloudFormation Change Sets
A healthcare insurance company is mandated by an industrial regulatory body to administer cryptographic key management locally. In order to ensure the safeguarding of sensitive patent data. How can the organization achieve this, given that all their workloads are in the cloud? 1) AWS Certificate Manager (ACM) 2) AWS CloudHSM 3) AWS Key Management Service (KMS) 4) Server-side encryption (SSE)
AWS CloudHSM
A developer would like to automate the installation, updating of a set of applications on a series of EC2 instances an on-premises servers. Which is the most appropriate service to use to achieve this requirement? 1) AWS CodeBuild 2) AWS CodeCommit 3) AWS CodeDeploy 4) AWS CloudFormation
AWS CodeDeploy
Which of the below options cannot be used to upload archives to Amazon Glacier? 1) AWS Glacier API 2) AWS Console 3) AWS Glacier SDK 4) AWS S3 Lifecycle policies
AWS Console
A financial company with a large number of resources running on AWS would like a machine learning-driven and proactive security solution that would promptly identify security vulnerabilities, particularly flagging suspicious or abnormal data patterns or activity between AWS services. Which AWS service would best meet this requirement? 1) AWS Detective 2) AWS Macie 3) AWS Shield 4) AWS CloudWAtch Anomaly Detection
AWS Detective
An organization has a persistently high amount of throughput, it requires connectivity with no jitter and very low latency between its on-premise infrastructure and its AWS cloud build to support live streaming and real-time services. What is MOST appropriate solution to meet this requirement? 1) AWS Data Streams 2) AWS Kinesis 3) Kinesis Data Firehose 4) AWS Direct Connect
AWS Direct Connect
You are requested to expose your serverless application implemented with AWS Lambda to HTTP clients (using HTTP Proxy). Which of the following AWS services can use to accomplish the task? (Select TWO) 1) AWS Elastic Load Balancing 2) AWS Route53 3) AWS API Gateway 4) AWS Lightsail 5) AWS Elastic Beanstalk
AWS Elastic Load Balancing; AWS API Gateway
What is a valid difference between AWS Global Accelerator and Amazon CloudFront? (Choose TWO) 1) AWS Global Accelerator uses the Anycast techniques to accelerate latency-sensitive applications Amazon CloudFront uses Unicast 2) Amazon CloudFront makes use of Edge Locations and edge infrastructure, whist AS Global Accelerator does not 3) AWS Global Accelerator does not include the content caching capability that Amazon CloudFront does 4) AWS Global Accelerator is suitable for applications that are non-HTTP/S such as VoIP, MTTQ, and gaming where as Amazon CloudFront enhances the performance of HTTP-based content such as dynamic web applications, images, and videos 5) For the resource endpoint, Amazon CloudFront offers static public IP addresses whist AWS Global Accelerator does not
AWS Global Accelerator does not include the content caching capability that Amazon CloudFront does; AWS Glboal Acceperator is suitable for applicaitons that are non-HTTP/S such as VoIP, MTTQ, and gaming where as Amazon CloudFront enhances the performance of HTTP-based content such as dynamic web applicaitons, images, and videos
What is DynamoDB Accelerator?
A caching service for DynamoDB which can be deployed in VPC in a region where DynamoDB is deployed. For heavy applications, DAX can be deployed to increase throughput by providing in-memory caching
What is AWS Security Hub
A comprehensive view of your high-priority security alerts and security posture across your AWS account
What is AWS OpsWorks?
A configuration management service that helps you configure and operate applications of all shapes and sizes using Chef and puppet.
What is AWS Greengrass?
A data caching software for connected devices
What is CodeGuru
A developer tool powered by machine learning that provides intelligent recommendations for improving code quality and identifying an application's most expensive lines of code
What is AWS CodeArtifact
A fully managed artifact repository service that makes it easy for organizations of any size to securely store, publish, and share software packages used in their software development process
What is AWS CodeBuild
A fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy
What is AWS Config
A fully managed service that provides an AWS resource inventory, configuration history, and configuration change notifications for better security and governance.
What is AWS CodePipeline
A fully managed service which automates release pipeline for application updates with a release model that the developer defines
What is AWS Outposts
A fully-managed, fully-supported 'subset' of the AWS cloud-native services that are installed as actual hardware infrastructure at the customer site.
What is Amazon Shield
A managed DDoS protection service that safeguards applications running on AWS
What is AWS Key Management Service (AWS KMS)?
A managed service that makes it easy for you to create and control the encryption keys used to encrypt your data.
An administrator would like to efficiently automate the replication and deployment of a specific software configuration existent on one EC2 instance onto 400 others. which AWS service is BEST suited for this implementation? 1) AWS OpsWorks 2) AWS Beanstalk 3) AWS Launch Configuration 4) AWS Auto-scaling
AWS OpsWorks
What is Amazon cognito
A web identity federation service that acts as a broker that allows authenticated users to access AWS resources. After successful authentication on other platforms users receive temporary authentication code from Amazon Cognito, thereby gaining temporary access
What is AWS Elastic Beanstalk?
A web service for deploying, scaling, and managing applications in the AWS Cloud without worrying about the infrastructure that runs those applications.
By default who from the below roles has complete administrative control over all resources in the respective AWS account? 1) AWS Support Team 2) AWS Account Owner 3) AWS Security Team 4) AWS Technical Account Manager
AWS Account Owner
A car manufacturing plant is using AWS services on their production-line and assembly-line application that need near real-time, single-figure latency throughput to run on-site machinery. In order to protect intellectual property rights and safeguard against industrial espionage, none of the data should ever leave the site. How has this been achieved? 1) AWS Direct Connect 2) AWS Snowball Edge 3) AWS Outposts 4) AWS Local Zones
AWS Outposts
What is AWS Firewall Manager
Aids in the administration of the Web Application Fire Wall, by presenting a centralized point of setting firewall rules across different web resources
What are EC2 dedicated hosts?
Allows reusing existing server-bound software licensing and address corporate compliance and regulatory requirements Gives additional visibility and control over how instances are placed on a physical server and can consistently deploy your instances to the same physical server over time.
Which is the best-suited file storage option for use when an administrator is looking to deploy shared file access, linux-based workloads which will require up to petabytes of data stores? 1) Amazon EFS 2) Amazon S3 3) AWS Snowball 4) Amazon EBS
Amazon EFS
What is AWS Directory Service?
An AWS tool that provides multiple ways to use Amazon Cloud Directory and Microsoft Active Directory with other AWS services
AWS Organization help manage multiple accounts effectively in as large enterprise. Which of the following statements related to AWS Organizations are correct? Select TWO 1) An Organizational Unit can have only one parent 2) An account can be a member of multiple Organizational Units 3) A policy that is applied to an account get applied to the account and all its children beneath it 4) Organization level policies are known as Service Control Policies 5) A master account can be used as a normal account and one can create resources within them
An Organizational Unit can have only one parent; Organizational level policies are known as Service Control Policies
What is AWS Elastic Beanstalk
An easy to use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker, on familiar servers such as Apache, Nginx, Passenger, and IIS
What is AWS Lightsail
An inexpensive, easy-to-use, novice-friendly and interactive platform to quickly configure and launch web applications or websites. AWS Lightsail is best to utilize for simple workloads and has fast start-to-end deployment. It is scalable.
What are Savings Plans
Are flexible discount pricing models that offer reduced rates if the customer commits to one year or three year consistent usage. These are confined AWS EC2, AWS Fargate, and AWS Lambda
As per the AWS Acceptable Use Policy, penetration testing of EC2 instances: 1) May be performed by AWS, and will be performed by AWS upon customer request 2) Maybe performed by AWS, and is periodically performed by AWS 3) Are expressly prohibited under all circumstances 4) Can be performed by the customer, provided they work with the list of services mentioned by AWS 5) may be performed by the customer on their own instances, only if performed from EC2 instances
Can be performed by the customer, provided they work with the list of services mentioned by AWS
The developers in the operations department have to spin up an EC2 instance and install all related dependencies each time they need to build, run, test, and debug components of a dynamic microservice. Which AWS service is the most appropriate to use in order to optimize the process and avoid repitition. 1) AWS Lambda 2) AWS CodeDeploy 3) AWS CodeCommit 4) AWS Cloud9
Cloud9
What is AWS CodeStar
Quickly develop, build, and deploy applications on AWS. It has a unified user interface, enabling you to easily manage your software development
For AWS Shared Responsibility Model, which of the following responsibility is not part of the shared controls for which both customer and AWS are responsible? 1) Patch Management 2) Configuration Maanagement 3) Data Integrity 4) Training
Data Integrity
What is AWS Control Tower
Easiest way to set up and govern a new, secure multi-account AWS environment
Which of the following encryption techniques is used by AWS KMS for integration with other AWS services? 1) RSA Encryption 2) AES Encryption 3) Triple DES Encryption 4) Envelope Encryption
Envelope Encryption
What is AWS XRay
Helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture.
What do VPC Flow Logs collect
Information about IP traffic in & out of VPC
A cloud solutions architect needs to execute urgent mission-critical tasks on the AWS Management console but has left his Windows-based machine at home. What would be the most secure option to administer these task on the cloud infrastructure, given that only Non-GUI, Linux-based machines are currently available? 1) Share the AWS Management Console credentials with the person at home over the phone to execute the tasks on his behalf 2)Use 3rd party remote desktop software to access the Windows-based machine at home from the non-GUI workstations and administer the required tasks 3) Use SSH to securely connect to the Windows-based machine from one of the non-GUI Linux-based machines and log onto the AWS Management console 4) Install and run AWS CLI on one of the non-GUI Linux-based machines, in a shell environment such as bash. The cloud solution architect will be able to access ALL services just as they can also be accessed from a Windows-based machine
Install and run AWS CLI on one of the non-GUI Linux-based machines, in a shell environment such as bash. The cloud solution architect will be able to access ALL services just as they can also be accessed from a Windows-based machine
What is AWS Systems Manager (SSM)
Provides a unified user interface so you can view operational data from multiple AWS services and allows you to automate operational tasks across your AWS resources
What is AWS Personal Health Dashboard
Provides alerts and remediation guidance when AWS is experiencing events that may impact you
What is AWS Service health dashboard
Provides most up-to-the-minute information on AWS service availability
A start-up organization is using cost explorer tool to view and analyze their costs and usage. Which of the below TWO statements are correct with regards to the cost explorer tool? 1) Data is available for up to the last 24 months 2) Spot Instances to purchase are recommended 3) Provides trends that you can use to understand your costs 4) Provides forecast of the likely spend for the next six months 5) Identifies areas that need further inquiry
Provides trends that you can use to understand your costs; Identifies areas that need further inquiry
Which of the following does AWS perform on its behalf for EBS volumes to make it less prone to failure? 1) Replication of the volume across Availability Zones 2) Replication of the volume in the same Availability Zone 3) Replication of the volume across Regions 4) Replication of the volume across Edge locations
Replication of the volume in the same Availability Zone
What can Route 53 geo-proximity routing policy use to do
Route traffic based upon location of resource
What can Route 53 geo-location routing policy use to do
Route traffic based upon user location
What is multivalve answer routing?
The ability to return multiple health-checkable IP addresses which is a way to use DNS to improve availability and load balancing