Practice Exam 7 Flashcards

1
Q

A developer has developed a 3-tier web application that will be deployed directly on Amazon EC2. The developer is considering deploying the application to more than one Availability Zone. What advantages does this deployment approach offer?
(choose 3)

Higher performance and higher latency since Availability Zones are spread out

Increase in responsiveness when load balancing is used

Improves the availability of the application

Reduced operational costs because you’re spreading data transfer costs between Availability Zones

Enhances resiliency, allowing the application to recover from failure due to load

A

-Increase in responsiveness when load balancing is used

If 1 Availability Zone is constrained, the instances in another Availability Zone can handle the traffic.

-Improves the availability of the application

If 1 Availability Zone is completely destroyed, you will still have a completely functional web application running in a different Availability Zone.

-Enhances resiliency, allowing the application to recover from failure due to load

Resilient/fault-tolerant systems recover quickly and minimize application downtime. If 1 instance fails, another instance in a different Availability Zone can handle the request.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the below is correct when looking at Regions, Availability Zones, edge locations, and data centers?
(choose 2)

Regions contain Availability Zones.

Availability Zones contain data centers.

Data centers contain Availability Zones.

Edge locations contain Availability Zones.

A

Regions contain Availability Zones.
Availability Zones contain data centers.

Regions contain 2 or more Availability Zones, which are themselves made up of 1 or more data centers. Edge locations are a part of AWS’ content distribution network and are separate from Regions and AZs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following best describes a system that will remain operational even in the event of a component failure?

Fault tolerant

Scalable

Highly available

Elastic

A

Fault tolerant

A fault-tolerant system will remain operational even in the event of a component failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A solutions architect is designing a new web application to be highly available. There are regulatory requirements that require multiple EC2 instances to be provisioned in the same geographic location. Where should the EC2 instances be placed?

Multiple Regions

Cluster placement group

Multiple Availability Zones

Multiple subnets

A

Multiple Availability Zones

This solves the requirement for high availability and in the same geographic location.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You have a mission-critical application that must be globally available at all times. Which deployment strategy should you follow?

Multi-VPC in 2 AWS Regions

Deploy to all Availability Zones in your home region.

Multi-Region

Multi-Availability Zone

A

Multi-Region

A multi-Region deployment will best ensure global availability. While it can be the most expensive, as well as complex to configure, multi-Regional architectures will ensure that even if all Availability Zones in a single Region fail due to a catastrophic event, your data will remain accessible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which types of deployments offer high availability?
(choose 2)

Single-AZ deployments

Single-Region deployments

Multi-AZ deployments

Multi-Region deployments

A

Multi-AZ deployments
Multi-Region deployments

Multi-AZ deployments provide high availability. Systems that are highly available are dependable enough to operate continuously without failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

With AWS services, you can use as many resources as you need, as well as use them when you need them. Which of the following terms can be applied to this concept?

Dedicated resources

Fixed resources

Temporary resources

Disposable resources

A

Temporary resources
Disposable resources

Working in a traditional infrastructure environment means you have to deal with fixed resources, which is comparatively costly and labor-intensive. By contrast, AWS services are much more convenient; the services provide the ability to use as many resources as you need and dispose of them when you no longer need them. That’s why such resources are both temporary and disposable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In the AWS Global Infrastructure, what are edge locations responsible for?

Providing independent power grids to Availability Zones

Providing disaster recovery services

Providing redundant backup to your AWS services

Hosting a content delivery network called CloudFront

A

Hosting a content delivery network called CloudFront

Edge locations host a content delivery network called CloudFront.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When you access tools provided to build a storefront application that runs on another company’s server, which cloud computing model are you using?

Software as a Service (SaaS)

Platform as a Service (PaaS)

Function as a Service (FaaS)

Infrastructure as a Service (IaaS)

A

Platform as a Service (PaaS)

PaaS is often used by developers to develop software using web-based tools.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You are gathering information to present to management on a potential move to the AWS Cloud. Can you identify advantages of cloud computing?
(choose 2)

Increase speed and agility.

Easily predict capacity.

Benefit from small economies of scale.

Trade capital expense for variable expense.

A

-Increase speed and agility.

In a cloud computing environment, new IT resources are only a click away, which means you reduce the time to make those resources available to your developers from weeks to just minutes. This results in a dramatic increase in agility for the organization since the cost and time it takes to experiment and develop is significantly lower.

-Trade capital expense for variable expense.

Instead of having to invest heavily in data centers and servers before you know how you’re going to use them, you can only pay when you consume computing resources and you only pay for how much you consume.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When you pay a subscription fee to a hosting company to serve your website on an instance you manage, which cloud computing model are you using?

Platform as a Service (PaaS)

Function as a Service (FaaS)

Infrastructure as a Service (IaaS)

Software as a Service (SaaS)

A

Infrastructure as a Service (IaaS)

IaaS offers building blocks that can be rented. When you pay a web hosting fee, you’re using IaaS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following is a shared control of the AWS shared responsibility model?

Firmware upgrades

Security group configuration

Hardware maintenance

Patch management

A

Patch management

Shared controls are elements of the shared responsibility model where both AWS and the customer have shared responsibilities within their own contexts. Patch management is a shared control, since AWS is responsible for patching and fixing flaws within the infrastructure, including managed services like RDS, but customers are responsible for patching their guest OS and applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A person new to the cloud is learning about the services that offer compute power. Which AWS services offer computing resources in the cloud?

Amazon Cognito

AWS Elastic Beanstalk

Amazon Elastic Compute Cloud (EC2)

Amazon Simple Storage Service (S3)

AWS Lambda

A

-AWS Elastic Beanstalk

Elastic Beanstalk allows you to deploy your web applications and web services to AWS. Although we covered Elastic Beanstalk in the “Deployment and Infrastructure Management Services” lesson, it is a compute service.

-Amazon Elastic Compute Cloud (EC2)

EC2 allows you to rent and manage virtual servers in the cloud.

-AWS Lambda

Lambda is a serverless compute service that lets you run code without managing servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following is NOT part of the AWS Global infrastructure?

Availability Zones

Regions

Security groups

Edge locations

A

Security groups

Regions, AZs, and edge locations are part of the AWS Global Infrastructure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When you access your personal email through a web browser using an application like Gmail, which cloud computing model are you using?

Software as a Service (SaaS)

Platform as a Service (PaaS)

Infrastructure as a Service (IaaS)

Function as a Service (FaaS)

A

Software as a Service (SaaS)

SaaS allows you to use a complete application on demand. When you access your personal email through a web browser, you’re using SaaS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following is a shared control of the AWS shared responsibility model?

Awareness and training

Identity and Access Management

EC2 instance application configuration

Data center security

A

Awareness and training

Shared controls are elements of the shared responsibility model where both AWS and the customer have shared responsibilities within their own contexts. Awareness and training is a shared control, since AWS trains AWS employees, but a customer must train their own employees.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which of the following statements is true of AWS Regions?

They are composed of Availability Zones.

They automatically replicate resources among each other.

There are no charges for data transferred between them.

They are independent geographical areas.

A

-They are composed of Availability Zones.

AWS Regions are geographical areas that consist of locations called Availability Zones.

-They are independent geographical areas.

AWS Regions are independent, geographically isolated areas.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

An IAM user with administrative access is attempting to close the AWS account. After troubleshooting, the admin user uncovers they need to sign in with root user credentials in order to perform this task. What other tasks require root user credentials?

Create a user with administrative access

Configuring an Amazon S3 bucket to enable MFA (multi-factor authentication) delete

Modifying the support plan

Changing the email address associated with the account

Activate IAM access to the Billing and Cost Management console

A
  • Configuring an Amazon S3 bucket to enable MFA (multi-factor authentication) delete
  • Activate IAM access to the Billing and Cost Management console

This task can only be performed when you sign in as the root user of an account. This task was presented in the additional reading, “Tasks that require root user credentials,” provided with the lesson.

  • Modifying the support plan
  • Changing the email address associated with the account

This task can only be performed when you sign in as the root user of an account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which of the following are focuses of the cost optimization pillar of the Well-Architected Framework?

Implement cloud financial management.

Pay for extra resources to cover demand.

Utilize consumption-based pricing.

Measure overall efficiency.

A
  • Implement cloud financial management.
  • Utilize consumption-based pricing.
  • Measure overall efficiency.

This is a focus of the cost optimization pillar. This pillar focuses on delivering optimum and resilient solutions at the least cost to the user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What does a developer need in order to log in to an EC2 instance via SSH from their local machine?

API key

Private key

Public key

SSH client

Key Management System (KMS) generated key

A

-Private key

A key pair, consisting of a private key and a public key, is a set of security credentials you use to prove your identity when connecting to an instance. You store the private key locally typically as a pem file.

-Public key

A key pair, consisting of a private key and a public key, is a set of security credentials you use to prove your identity when connecting to an instance. Amazon EC2 stores the public key.

-SSH client

An SSH client is a program that allows establishing a secure connection from your local laptop to an EC2 instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

How is data defined when it is moving from one location to another?

On the move

At rest

In flight (or in transit)

In traffic

A

In flight (or in transit)

Data in flight (or in transit) describes data that is moving from one location to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

According to the Shared Responsibility Model, which of the following is AWS responsible for?

Subnets

Network access control lists

Security groups

Elastic Cloud Compute (EC2) infrastructure

Amazon Virtual Private Cloud infrastructure

A
  • Elastic Cloud Compute (EC2) infrastructure
  • Amazon Virtual Private Cloud infrastructure

Protecting the infrastructure that runs all of the services in the AWS Cloud is the responsibility of AWS. Such services include EC2 infrastructure — the hardware compute platform for running EC2 instances and Amazon Virtual Private Cloud — or VPC, which enables customers to provision a logically isolated section of the AWS Cloud to launch their resources. The subnets, security groups, and network access control lists configured in the VPC are the responsibility of the customer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Developers in your company need to interact with AWS from the Command Line Interface. Which security item will you need to provide to the developers?

Root password

Login ID

Security token

Access key

A

Access key

When working with AWS from the CLI, you need to provide an access key and secret access key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which of the following are programmatic access types enabling users to interact with AWS services?

AWS SDKs

Python

API calls

AWS CLI

A

-AWS SDKs

AWS SDKs allow IAM users to make programmatic API calls AWS services. The AWS SDKs consist of libraries and sample code for various programming languages and platforms (for example, Java, Ruby, .NET, iOS, and Android). The SDKs provide a convenient way to create programmatic access to IAM and AWS. For example, the SDKs take care of tasks such as cryptographically signing requests, managing errors, and retrying requests automatically.

-API calls

IAM users can make API calls for programmatic access to AWS services.

-AWS CLI

The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

For which services is DDoS protection via AWS Shield Advanced supported?

CloudFront

Elastic Load Balancing

GuardDuty

Route 53

A
  • CloudFront
  • Elastic Load Balancing
  • Route 53

DDoS protection via AWS Shield Advanced is supported for this service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

As an AWS account administrator, you are in charge of creating AWS accounts and securing those accounts. What steps can you take?

Add IP restrictions for all accounts.

Create functional groups for each department and use a common password for each group.

Store the root account credentials in SharePoint.

Create multi-factor authentication for the root account.

Grant admin access to all users.

A

-Add IP restrictions for all accounts.

This would greatly limit who can access your environment and from where.

-Create multi-factor authentication for the root account.

This will add an additional layer of security to the root account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Which of the below are you responsible for managing when storing data in S3?

Who has access to the network hardware

Who has access to the storage hardware

Who has access to data you stored on the S3 service

Who has access to the S3 service

Who has access to the S3 infrastructure software

A
  • Who has access to data you stored on the S3 service
  • Who has access to the S3 service

Under the Shared Responsibility Model for managed services, AWS takes responsibility for managing all the hardware (including access, patching, and other maintenance). When it comes to S3, the customer is responsible for all aspects of the data being stored on S3, and who has access to manage the S3 service for that account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Which pillar of the Well-Architected Framework encourages the use of CloudFormation?

Performance efficiency

Security

Operational excellence

Reliability

A

Operational excellence

Operational excellence focuses on creating applications that effectively support production workloads. Scripting operations as code is a part of this pillar, which includes the use of CloudFormation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

You are currently running an application in a production environment, but you want to ensure that it is free of vulnerabilities. Which of the following AWS services would you need to use?

AWS Shield

AWS Web Application Firewall (WAF)

Amazon Inspector

AWS Trusted Inspector

A

Amazon Inspector

You will need to turn to Amazon Inspector for security assessment. Not only does it identify vulnerabilities in your application, it will also spot deviations from security best practices. AWS Shield and WAF protect the application from attacks that exploit vulnerabilities, rather than identify them. Trusted Advisor only provides recommendations on how to improve security.

30
Q

You are storing sensitive employee information in an S3 bucket. What can you use to give bucket access only to authorized personnel?

Bucket policy

Network access control list (NACL)

Access keys

Login and password

A

Bucket policy

S3 bucket policies allow you to grant permissions to your S3 resources.

31
Q

You would like to give an application running on one of your EC2 instances access to an S3 bucket. What is the best way to implement this?

Use an IAM user for the application

Give the application a set of access keys

Make the bucket public

Assign the instance an IAM role

A

Assign the instance an IAM role

The recommended method to assign permissions to apps running in EC2 is to use IAM roles.

32
Q

How can a customer meet corporate, contractual, and regulatory compliance requirements for data security by using dedicated hardware in the cloud?

Secrets Manager

Identity and Access Management

DynamoDB

CloudHSM

A

CloudHSM

CloudHSM allows customers to meet compliance requirements for data security by using dedicated hardware.

33
Q

A small startup is configuring its AWS Cloud environment. Which AWS service will allow grouping these users together and applying permissions to them as a group?

AWS IAM

Resource groups

Tagging

AWS Organizations

A

AWS IAM

IAM allows you to control access to your AWS services and resources.

34
Q

You need to store a collection of objects that can also be accessed from a different AWS Region. Which service should you use to do this?

DynamoDB

Fargate

S3

EBS

A

S3

S3 allows you to access objects from anywhere in the world - as long as the appropriate permissions are set!

35
Q

Which of the following are AWS compute services?

RDS

Lambda

SQS

EC2

A
  • Lambda
  • EC2

EC2 and Lambda are AWS compute services.

36
Q

You have infrequently accessed data in S3 buckets that you want to transfer to Glacier. What can you use in AWS to do this?

S3 Lifecycle policy

Database Migration Service

Bucket policy

Cross-origin resource sharing (CORS)

A

S3 Lifecycle policy

You can add rules in an S3 Lifecycle configuration to tell Amazon S3 to transition objects to another Amazon S3 storage class. For example: When you know objects are infrequently accessed, you might transition them to the S3 Standard-IA storage class. You might want to archive objects that you don’t need to access in real time to the S3 Glacier storage class.

37
Q

You need to host a file in a location that is publicly accessible from anywhere in the world. Which AWS service would meet that need at the lowest cost?

S3

EBS

EC2

RDS

A

S3

With S3, objects can be accessed from anywhere in the world via a public URL. An RDS instance is used for hosting databases. An EBS Volume requires an EC2 instance to be accessible and would be more expensive than using S3

38
Q

Which AWS service allows the deployment of resources in code templates, otherwise known as Infrastructure as Code?

Elastic Beanstalk

OpsWorks

Systems Manager

CloudFormation

A

CloudFormation

CloudFormation allows you to provision AWS resources using Infrastructure as Code (IaC).

39
Q

A company is looking to lower its total cost of ownership (TCO) by moving the file system used for its business-critical, Linux-based applications to a managed file system in the cloud. Which service meets their needs?

FSx

Elastic Block Store (EBS)

Elastic File System (EFS)

Storage Gateway

A

Elastic File System (EFS)

EFS is a fully managed file system that provides elastic file storage for a broad range of Linux-based applications.

40
Q

A customer wants to run an application on a local version of an EC2 instance in a disconnected environment. Which Snow Family device supports this?

Snowcone

Snowmobile

Snowball Edge

Snowball

A

Snowball Edge

Snowball Edge offers on-board storage and compute power that can handle local processing and edge-computing workloads in disconnected environments and handles transferring data between your local environment and AWS. Snowball Edge supports S3, EC2, Lambda, and IoT Greengrass.

41
Q

A development team wants to gain full observability into the health of their applications and instances in order to provide the best service level to users of their applications. Which services can help them monitor the health of their applications and instances?

Route 53

Elastic Beanstalk

Simple Notification Service (SNS)

Elastic Load Balancing

CloudTrail

A

-Route 53

Route 53 can be used to configure DNS health checks to route traffic to healthy endpoints or to monitor the health of your applications.

-Elastic Beanstalk

Elastic Beanstalk monitors application health via a health dashboard.

-Elastic Load Balancing

Load balancers monitor the health of EC2 instances and route the traffic to only instances that are in a healthy state.

42
Q

Scientists would like to analyze terabytes of scientific data from a rover that landed on Mars. Which service will help them find trends and understand the vast amount of data using Hadoop?

Kinesis

Elastic MapReduce (EMR)

SageMaker

Data Pipeline

A

Elastic MapReduce (EMR)

EMR helps you process large amounts of data using big data frameworks like Hadoop.

43
Q

Several EC2 instances in a public subnet need internet access. Which will you configure as 1 step in granting internet access?

VPC peering

NAT gateway

API Gateway

Internet gateway

A

Internet gateway

An internet gateway allows public traffic to the internet from a VPC.

44
Q

A travel company has an application that serves customers worldwide. Which AWS service can speed up delivery of content to this widespread customer base?

CloudFront

CodeDeploy

OpsWorks

S3

A

CloudFront

CloudFront is a CDN that delivers data and applications globally with low latency.

45
Q

Which AWS service is specifically designed to assist you in processing large datasets?

Redshift

EC2

ElastiCache

EMR

A

EMR

EMR is a service that makes it easy to process large amounts of data efficiently.

46
Q

Which of the following is NOT a compute service?

Lambda

EC2

Elastic Beanstalk

Elastic Block Store

A

Elastic Block Store

Elastic Block Store is a storage service - all others are compute services.

47
Q

You need to run your code, but you don’t want to worry about provisioning or managing servers. Which of the following AWS services would you choose?

Storage Gateway

Lambda

Fargate

EC2

A

Lambda

Lambda is a serverless technology that allows you to run your code without provisioning a computing infrastructure.

48
Q

A company wants to build a customer identity graph to provide a single unified view of customers and prospects by linking identifiers like website browsing history, preferences, and more. Which database product allows the customer to store and navigate billions of interconnected relationships?

Neptune

DynamoDB

Aurora

DocumentDB

A

Neptune

Neptune is a fully managed graph database that supports highly connected datasets.

49
Q

You need a “virtual hard disk” for your EC2 instance. Which of the following should you choose?

EBS

S3

VPC

RDS

A

EBS

EBS volumes are “virtual hard disks” for your EC2 instance.

50
Q

You have a project that will require 90 hours of computing time. There is no deadline, and the work can be stopped and restarted without adverse effect. Which of the following computing options offers the most cost-effective solution?

Custom Instances

Spot Instances

Reserved Instances

On-Demand Instances

A

Spot Instances

Spot Instances are usually the most cost-effective solution for workloads that can be interrupted. On-Demand and Reserved Instances are both more expensive in this use case, and Custom Instances do not exist.

51
Q

A development team has created a large amount of CloudFormation templates in the JSON format. Which AWS database would be best suited for storing these documents?

Amazon Aurora

Amazon DocumentDB

Amazon RedShift

AWS MySQL

A

Amazon DocumentDB

Amazon DocumentDB (with MongoDB compatibility) is a fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads. As a document database, Amazon DocumentDB makes it easy to store, query, and index JSON data.

52
Q

Which of the following AWS services allows you to run complex analytic queries against petabytes of structured data, use sophisticated query optimization, has columnar storage on high-performance local disks, and has massively parallel query execution?

DynamoDB

EMR

Redshift

Kinesis

A

Redshift

Redshift allows you to run complex analytic queries against petabytes of structured data, using sophisticated query optimization, columnar storage on high-performance local disks, and massively parallel query execution.

53
Q

A company wants to deploy applications entirely on a serverless platform. Which AWS service can they use to build their applications without worrying about managing servers?

AWS Lambda

EC2

CloudFormation

ElastiCache

A

AWS Lambda

AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume.

54
Q

Which of the following best describes EBS?

A virtual server instance

A managed database service

A virtual hard disk in the cloud

A NoSQL database service

A

A virtual hard disk in the cloud

An EBS volume is best described as a virtual hard disk in the cloud - storage that, for all intents and purposes, appears to be directly attached to your instance. These are used by the virtual server instances in the cloud, which are known as EC2 instances.

55
Q

A developer has created an application that will allow viewers of a popular TV show to vote for their favorite contestants. They expect to have 50 million viewers all voting at the same time at the end of each performance. When designing the system, they want to keep the voting and tallying functionality as separate standalone components. Which service will promote loose coupling between the 2 components using asynchronous integration?

Simple Email Service (SES)

Simple Queue Service (SQS)

Simple Notification Service (SNS)

Identity and Access Management (IAM)

A

Simple Queue Service (SQS)

SQS is a message queuing service that allows you to build loosely coupled systems with asynchronous messaging and integration.

56
Q

You are an AWS Enterprise customer with questions about billing and your overall AWS account. Which of the following AWS Support personnel should you contact?

AWS Technical Account Manager

AWS Support

AWS Concierge

AWS Billing and Accounts

A

AWS Concierge

For AWS Enterprise customers, the AWS Concierge is a resource dedicated to answering billing and account questions.

57
Q

Which S3 storage class is the best value for long-term archive?

S3 Standard Infrequent-Access

Glacier

S3 Intelligent-Tiering

S3 Standard

A

Glacier

Glacier is a low-cost storage option for data archiving. It can take several hours to retrieve the data, but if this is acceptable, it is the best value for long-term storage of data.

58
Q

Which of the following AWS Support levels offers 24x7 support via phone or chat?

Basic

Business

Individual

Developer

A

Business

The Business and Enterprise support plans, the two most expensive plans, offer 24 X 7 support via phone or chat.

59
Q

Which of the following statements are true regarding AWS Reserved Instances? (Choose 3.)

Reserved Instances act as a discount on new or existing On-Demand Instances.

Convertible Reserved Instances can be exchanged for another Convertible Reserved Instance with different length contract terms.

Reserved Instances are available in all up-front, partial up-front, or no upfront payments.

Reserved Instances usually have contract terms of one to three years. The longer the term, the higher the savings.

A

-Reserved Instances act as a discount on new or existing On-Demand Instances.

Reserved Instances act as a discount on new or existing On-Demand Instances. The discount is applied when you launch an instance with the required specifications.

-Reserved Instances are available in all up-front, partial up-front, or no upfront payments.

Reserved Instances are available in all up-front (AURI), partial up-front (PURI), or no upfront payments (NURI). The more you pay up-front, the higher the savings.

-Reserved Instances usually have contract terms of one to three years. The longer the term, the higher the savings.

Reserved Instances usually have contract terms of one to three years. Standard RIs provide the biggest discount for a designated instance type over a long-term contract. Convertible RIs provide a smaller discount but let you change the instance type.

60
Q

You have decided to use the AWS Cost and Usage Report to track your EC2 Reserved Instance costs. Which AWS service can be used to store AWS Cost and Usage report files?

Trusted Advisor

CloudWatch

An AWS-owned S3 bucket

An S3 bucket you own

A

An S3 bucket you own

You can use Cost and Usage Reports to publish your AWS billing reports to an S3 bucket you own. AWS updates the report in your bucket once a day in comma-separated value (CSV) format. You can view the reports using spreadsheet software or access them from an application using the Amazon S3 API.

61
Q

A company would like to call AWS support to open cases when issues arise. What’s the minimum support plan they need to subscribe to in order to have telephone access?

Developer Support

Business Support

Enterprise

Basic support

A

Business Support

Business Support is the minimum plan that provides access to support via telephone.

62
Q

Which of the following are support levels offered by AWS?

Individual

Start-up

Basic

Developer

Business

A
  • Basic
  • Developer
  • Business

AWS Support currently has five levels (1 free and 4 paid). The Basic plan is the free entitlement for all AWS Customers. The four paid support plans in order of ascending cost are Developer, Business, Enterprise On-Ramp and Enterprise. Start-up and Individual do not exist as Support Plans

63
Q

You need to track your AWS costs on a detailed level. Which tool will allow you to do this?

AWS Organizations

AWS CloudTrail

Cost Allocation Tags

CloudWatch

A

Cost Allocation Tags

A tag is a label that you or AWS assign to an AWS resource. Each tag consists of a key and a value. Tagged resources can appear on the Cost Explorer or on a cost allocation report.

64
Q

You need an AWS Support plan for your production workloads, but want to keep costs to a minimum. Which of the following plans should you choose?

Enterprise

Developer

Business

Basic

A

Business

The Business Support plan is specifically designed for production workloads in AWS.

65
Q

Which of the following are criteria affecting your billing for RDS?

Running duration of the RDS instances

Standard monitoring services

Number of requests

Additional storage

Data transferred in

A
  • Running duration of the RDS instances
  • Number of requests
  • Additional storage

RDS runs on EC2 instances, so much like an EC2 instance, you are charged based on how long the RDS instances are running, how much storage they have provisioned, and the requests they’re processing.

66
Q

A company runs workloads in the cloud with unknown and dynamic user demand. Which usage features make the cloud cost effective for this type of workload?

Pay-as-you-go

Reliability

Performance efficiency

On-demand

A

-Pay-as-you-go

Your usage is placed on a meter. You pay only when you access it and only for what you use. You pay by the hour or the second for only what you use.

-On-demand

Your usage is placed on a meter. You pay only when you access it and only for what you use. There is not a need for long-term commitments or upfront payments.

67
Q

If you have a new application and you are not sure about future demand, which of the below characteristics of cloud make cloud an ideal place to host it?

Performance efficiency

Scalability

No upfront payment

High availability

No single point of failure

Pay as you go

A
  • Scalability
  • No upfront payment
  • Pay as you go

No upfront payment and pay as you go mean that you do not need an initial outlay of capital for resources to build in cloud. Rather, you only need to pay for what you use going forward. These combined with the ability to consume more resources when needed (scalability) mean that cloud is a great way to host applications that have dynamic requirements.

68
Q

A telecommunications company has hired you as a consultant to develop a business case for moving its IT applications and infrastructure to AWS. The company’s leadership understands the agility value of the cloud, but the finance group is not interested in shifting capital expense to operating expense due to the company’s tax structure. What will you include in the business case to attempt to satisfy everyone at the company?

Show the value of an elastic infrastructure for avoiding wasted capacity.

Suggest that the company wait to migrate to AWS until the current infrastructure is fully depreciated.

Show the company the TCO value of moving to an operating expense model.

Suggest that the company make Reserved Instance purchases and capitalize them.

A

Suggest that the company make Reserved Instance purchases and capitalize them.

Many companies capitalize Reserved Instance purchases, especially those with 3-year terms.

69
Q

Which of the following statements are true about who can use IAM roles?

A web service offered by providers other than AWS.

An IAM user in the same AWS account as the role.

A web service offered by AWS.

An IAM user in a different AWS account than the role.

A

An IAM user in a different AWS account than the role.

A role can be used by either an IAM user in the same AWS account as the role or a user in a different AWS account. A role can also be used by a web service that AWS offers; a prime example is Amazon EC2.

70
Q

Which of the following statements are true about the Amazon EC2 service?

It is used to launch up to 5 servers.

It provides scalable computing capacity in the AWS cloud.

It supplies various configurations of CPU, memory, storage, and network capacity. You can use a preconfigured template called an Amazon Machine Image (AMI) to launch your instance.

It provides virtual computing environments.

It provides a virtual database environment.

A
  • It provides scalable computing capacity in the AWS cloud.
  • It supplies various configurations of CPU, memory, storage, and network capacity. You can use a preconfigured template called an Amazon Machine Image (AMI) to launch your instance.
  • It provides virtual computing environments.

EC2 allows you to rent and manage virtual servers in the cloud.

71
Q

A company would like to implement a hybrid storage model where they connect on-premises data storage to storage in the AWS Cloud in order to move their backups to the cloud. What is the best and most efficient way to achieve this?

Direct Connect

Elastic File System (EFS)

Storage Gateway

Site-to-Site VPN

A

Storage Gateway

Storage Gateway is a hybrid storage service that allows you to connect on-premises and cloud data.

72
Q

Which of the following AWS services gives you a personalized view of the performance and availability of the AWS services underlying your AWS resources, alerting you and providing remediation guidance when AWS is experiencing events that may affect you?

CloudTrail

AWS Personal Health Dashboard

Trusted Advisor

AWS Systems Manager

A

AWS Personal Health Dashboard

AWS Personal Health Dashboard gives you a personalized view of the performance and availability of the AWS services underlying your AWS resources.