Andres M Chaparro M
Test por , creado hace más de 1 año

Chapter 4

260
0
0
Andres M Chaparro M
Creado por Andres M Chaparro M hace más de 4 años
Cerrar

Chapter 4

Pregunta 1 de 20

1

Because of a change in your web traffic, you realize that you need a larger instance size for
your web server. What is the best way to make this change?

Selecciona una de las siguientes respuestas posibles:

  • Take a snapshot of your current instance, and use that as the basis for creating a new
    web server in the correct size.

  • Create a new Amazon Machine Image (AMI), and use that to spin up a new web server
    with the correct instance type.

  • Stop the instance, and then restart it with the correct instance type.

  • Assign an Elastic IP to the instance interface. Create a new instance with the right
    instance size. Reassign the Elastic IP from the old instance to the new instance.

Explicación

Pregunta 2 de 20

1

You have configured a batch job on AWS Batch and you need it to complete. What should
you do in order to make sure that the batch job completes?

Selecciona una de las siguientes respuestas posibles:

  • Configure the pricing to be Spot pricing, but set the bid price at two times the On-
    Demand price for those instances.

  • Configure the pricing to be On-Demand.

  • Configure the pricing to be Spot pricing, but set the bid price for one-tenth of the On-
    Demand price for those instances.

  • There is nothing that you can do to guarantee completion of a batch job.

  • Configure the number of instances needed for the job as two times what is actually
    needed.

Explicación

Pregunta 3 de 20

1

With AWS Batch, what values are you allowed to specify when configuring your instances?

Selecciona una de las siguientes respuestas posibles:

  • Minimum number of Virtual CPUs (vCPUs), maximum number of vCPUs, and desired
    number of vCPUs

  • Minimum and maximum number of vCPUs

  • Desired number of vCPUs

  • You are not able to specify the number of vCPUs. AWS will assign the number based
    on current demand and availability.

Explicación

Pregunta 4 de 20

1

You attempt to use Secure Shell (SSH) to access an Amazon Elastic Compute Cloud (Amazon
EC2) instance but are unable to do so. What would NOT be a reason why you are
unable to do so successfully?

Selecciona una de las siguientes respuestas posibles:

  • You have an incorrect key.

  • The security group attached to the interface does not allow SSH.

  • You have an incorrect role assigned to your Amazon EC2 instance.

  • The Amazon EC2 instance does not have a public IP address attached to it.

Explicación

Pregunta 5 de 20

1

You need to create an Amazon Elastic Compute Cloud (Amazon EC2) instance with the
fastest possible boot time. What combination will give you an Amazon EC2 instance with
the fastest boot time?

Selecciona una de las siguientes respuestas posibles:

  • An instance store-backed Amazon Machine Image (AMI) with user data

  • An Amazon Elastic Block Store (Amazon EBS)-backed AMI with user data

  • An instance store-backed AMI with no user data

  • An Amazon EBS-backed AMI with no user data

Explicación

Pregunta 6 de 20

1

Your boss has asked you to provide a report that shows your current monthly spending
with AWS and an estimate of how much you will be spending this entire month. Which of
these methods would be the best way to get those amounts?

Selecciona una de las siguientes respuestas posibles:

  • Use the AWS Total Cost of Ownership (TCO) Calculator to build a model of your current
    infrastructure, and use that to create an estimate.

  • Use the My Billing Dashboard to see what your current spending is and also what your
    estimated total monthly spending would be.

  • Depending on the level of support you have with AWS, open a trouble ticket, and ask
    to be provided with this information.

  • Use the AWS Simple Monthly Calculator to build a model of your current infrastructure,
    and use that to create an estimate.

Explicación

Pregunta 7 de 20

1

What would be a good reason NOT to use Amazon Lightsail?

Selecciona una de las siguientes respuestas posibles:

  • You need to run a Windows instance.

  • You want to spin up a compute instance quickly for some basic code configuration
    work.

  • You want a high level of control over the cost of your compute instance.

  • You have a website that does not need to be highly available.

Explicación

Pregunta 8 de 20

1

You have an application that needs to be available at all times. This application, once
started, needs to run for about 35 minutes. You must also minimize the application’s cost.
What would be a good strategy for achieving all of these objectives?

Selecciona una de las siguientes respuestas posibles:

  • Create an AWS Lambda function and have an Amazon Simple Notification Service
    (Amazon SNS) notification kick it off.

  • Set up a dedicated instance for this application.

  • Set up a dedicated host for this application.

  • Create an Amazon Elastic Compute Cloud (Amazon EC2) Reserved instance.

Explicación

Pregunta 9 de 20

1

Which of the following would NOT be an appropriate event to trigger an AWS Lambda
function?

Selecciona una de las siguientes respuestas posibles:

  • Performing a GET operation in an Amazon Simple Storage Service (Amazon S3) bucket

  • Publishing a message to the Amazon Simple Notification Service (Amazon SNS) topic

  • An entry in an Amazon DynamoDB table

  • A message in an Amazon Simple Queue Service (Amazon SQS) queue

Explicación

Pregunta 10 de 20

1

Which of the following would be a good use case for AWS Elastic Beanstalk?

Selecciona una de las siguientes respuestas posibles:

  • You need to make your current Amazon Relational Database Service (Amazon RDS)
    setup highly available.

  • You want to spin up a website to serve internal customers, but you don’t want to have
    to think about making it highly available and highly scalable.

  • You need a compute instance to spin up in response to a specific network event.

  • You are building a minimal website for test purposes.

Explicación

Pregunta 11 de 20

1

You have a relational database that is running on a Windows Amazon Elastic Compute
Cloud (Amazon EC2) instance. What would be the best choice for instance type?

Selecciona una de las siguientes respuestas posibles:

  • An instance type that uses instance storage

  • An instance type that is Amazon Elastic Block Store (Amazon EBS)-optimized

  • An instance type with a general-purpose CPU

  • An instance type that allows you to use Amazon Elastic File System (Amazon EFS)

Explicación

Pregunta 12 de 20

1

You have a relational database that is running on a Windows Amazon Elastic Compute
Cloud (Amazon EC2) instance. What would be the best choice for storage?

Selecciona una de las siguientes respuestas posibles:

  • Instance store volumes

  • Magnetic-based Amazon Elastic Block Store (Amazon EBS)

  • Solid State Drive (SSD)-based Amazon EBS

  • Amazon Elastic File System (Amazon EFS)

  • Provisioned IOPS

Explicación

Pregunta 13 de 20

1

You have an instance store-backed Amazon Elastic Compute Cloud (Amazon EC2) instance
with an interface that has a private IP address and a public IP address attached to it.
You stop the instance. What happens to the IP addresses?

Selecciona una de las siguientes respuestas posibles:

  • Both the public and private IP addresses are removed from the interface.

  • The public IP address is removed, but the private IP address remains associated with
    the interface.

  • The public IP address remains associated with the interface, but the private IP address
    is removed.

  • Both the public IP address and the private IP address remain associated with the interface.

  • None of the above. You cannot stop instance store-backed Amazon EC2 instances.

Explicación

Pregunta 14 de 20

1

You have an Amazon Elastic Block Store (Amazon EBS) storage-backed Amazon Elastic
Compute Cloud (Amazon EC2) instance with an interface that has a private IP address
and a public IP address attached to them. You stop the instance. What happens to the IP
addresses?

Selecciona una de las siguientes respuestas posibles:

  • Both the public and private IP addresses are removed from the interface.

  • The public IP address is removed, but the private IP address remains associated with
    the interface.

  • The public IP address remains associated with the interface, but the private IP address
    is removed.

  • Both the public IP address and the private IP address remain associated with the interface.

  • None of the above. You cannot stop instance storage-backed Amazon EC2 instances.

Explicación

Pregunta 15 de 20

1

You have an Amazon Elastic Compute Cloud (Amazon EC2) instance running in one AWS
Region that you want to be able to run in another AWS Region. What do you need to do in
order to accomplish that?

Selecciona una de las siguientes respuestas posibles:

  • You have to build the new Amazon EC2 instance from scratch because Amazon
    Machine Images (AMIs) are unique to an AWS Region.

  • You can copy an AMI from one AWS Region to another but only if they are under the
    same AWS account.

  • You cannot copy an AMI across AWS Regions because then you would have two AMIs
    with the same AMI ID.

  • You can copy AMIs across AWS Regions using the CopyImage Application Programming
    Interface (API).

  • You can copy AMIs across AWS Regions using the CopyImage API, but you need first
    to remove launch permissions and user defined tags.

Explicación

Pregunta 16 de 20

1

You need to spin up an Apache Web Server on an Amazon Elastic Compute Cloud (Amazon
EC2) instance. What is the best way to do so?

Selecciona una de las siguientes respuestas posibles:

  • Spin up an Amazon EC2 instance, use Secure Shell (SSH) to access it after it has
    booted up, and configure it to be an Apache Web Server.

  • In the metadata field, load the necessary software to spin up an Apache Web Server.

  • In the user data field, load the necessary software to spin up an Apache Web Server.

  • Go to AWS Marketplace and find an Apache Web Server Amazon Machine Image (AMI).

Explicación

Pregunta 17 de 20

1

You need an Amazon Elastic Compute Cloud (Amazon EC2) instance to be able to access
an object in an Amazon Simple Storage Service (Amazon S3) bucket. What is the most
secure way to do this?

Selecciona una de las siguientes respuestas posibles:

  • Make sure that the Amazon EC2 instance has the necessary user permission to be able
    to access the Amazon S3 bucket.

  • Create an AWS Identity and Access Management (IAM) role. Make sure that role has
    the necessary level of permission to access the Amazon S3 bucket. Assign that role to
    the Amazon EC2 instance.

  • Create an IAM role. Make sure that role has the necessary level of permission to access
    the Amazon S3 bucket. Assign that role to the Amazon S3 bucket.

  • Make sure that the route table assigned to the Amazon EC2 instance has a route to the
    Amazon S3 bucket.

Explicación

Pregunta 18 de 20

1

Why would you use AWS Elastic Beanstalk to deploy a web application that uses multiple
Availability Zones?

Selecciona una de las siguientes respuestas posibles:

  • You might run out of compute instances if you ran everything in a single Availability Zone.

  • Using multiple Availability Zones improves the response time of your web application.

  • Using multiple Availability Zones makes your application highly available.

  • You can’t run AWS Elastic Beanstalk in a single Availability Zone.

Explicación

Pregunta 19 de 20

1

What are some of the aspects of Amazon Elastic Compute Cloud (Amazon EC2) that are
controlled by your choice of instance type?

Selecciona una de las siguientes respuestas posibles:

  • Operating system

  • User data

  • Amazon Machine Image (AMI)

  • CPU family availability

Explicación

Pregunta 20 de 20

1

You have just spun up an M4.2xlarge Amazon Elastic Compute Cloud (Amazon EC2)
instance. What does the “4” stand for?

Selecciona una de las siguientes respuestas posibles:

  • Indicates the amount of RAM associated with the instance

  • Indicates the generation of M class family instance

  • Indicates the baseline number of CPUs associated with the instance

  • Has no meaning at all and is only an AWS naming convention

Explicación