Chapter 4

Descripción

Chapter 4
Andres M Chaparro M
Test por Andres M Chaparro M, actualizado hace más de 1 año
Andres M Chaparro M
Creado por Andres M Chaparro M hace más de 4 años
260
0

Resumen del Recurso

Pregunta 1

Pregunta
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?
Respuesta
  • 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.

Pregunta 2

Pregunta
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?
Respuesta
  • 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.

Pregunta 3

Pregunta
With AWS Batch, what values are you allowed to specify when configuring your instances?
Respuesta
  • 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.

Pregunta 4

Pregunta
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?
Respuesta
  • 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.

Pregunta 5

Pregunta
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?
Respuesta
  • 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

Pregunta 6

Pregunta
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?
Respuesta
  • 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.

Pregunta 7

Pregunta
What would be a good reason NOT to use Amazon Lightsail?
Respuesta
  • 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.

Pregunta 8

Pregunta
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?
Respuesta
  • 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.

Pregunta 9

Pregunta
Which of the following would NOT be an appropriate event to trigger an AWS Lambda function?
Respuesta
  • 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

Pregunta 10

Pregunta
Which of the following would be a good use case for AWS Elastic Beanstalk?
Respuesta
  • 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.

Pregunta 11

Pregunta
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?
Respuesta
  • 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)

Pregunta 12

Pregunta
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?
Respuesta
  • 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

Pregunta 13

Pregunta
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?
Respuesta
  • 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.

Pregunta 14

Pregunta
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?
Respuesta
  • 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.

Pregunta 15

Pregunta
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?
Respuesta
  • 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.

Pregunta 16

Pregunta
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?
Respuesta
  • 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).

Pregunta 17

Pregunta
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?
Respuesta
  • 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.

Pregunta 18

Pregunta
Why would you use AWS Elastic Beanstalk to deploy a web application that uses multiple Availability Zones?
Respuesta
  • 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.

Pregunta 19

Pregunta
What are some of the aspects of Amazon Elastic Compute Cloud (Amazon EC2) that are controlled by your choice of instance type?
Respuesta
  • Operating system
  • User data
  • Amazon Machine Image (AMI)
  • CPU family availability

Pregunta 20

Pregunta
You have just spun up an M4.2xlarge Amazon Elastic Compute Cloud (Amazon EC2) instance. What does the “4” stand for?
Respuesta
  • 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
Mostrar resumen completo Ocultar resumen completo

Similar

Geology Flashcards
itzel.jm
sentence relations and thruth
Fernanda Méndez
Inglés - Verbos Compuestos II (Phrasal Verbs)
maya velasquez
CAE Gapped Sentences
Emilio Alonsooo
La Primera Guerra Mundial
juanmadj
Cultura Organizacional
Valeria Fernande
Beneficios de la Planeación
sinadep.snte
Sonido vs Ruido
mariajesus camino
CUADRO SINÓPTICO DE LOS TRASTORNOS DE LA PERSONALIDAD
Luz Contreras
Test de Ecuaciones Bicuadradas
MANUEL LUIS PÉREZ SALAZAR
DICTADO RÍTMICO 4 TIEMPOS
mariajesus camino