top of page

EXAMS AWS CERTIFIED DEVELOPER - ASOCIATE 18

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

A user is creating a new EBS volume from an existing snapshot. 


The snapshot size shows 10 GB. 


Can the user create a volume of 30 GB from that snapshot?

A user can always create a new EBS volume of a higher size than the original snapshot size. The user cannot create a volume of a lower size. When the new volume is created the size in the instance will be shown as the original size. The user needs to change the size of the device with resize2fs or other OS specific commands. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

In regard to DynamoDB, which of the following statements is correct?

In Amazon DynamoDB, a database is a collection of tables. A table is a collection of items and each item is a collection of attributes. http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

Can you SSH to your private machines that reside in a VPC from outside without elastic IP?

The instances that reside in the private subnets of your VPC are not reachable from the Internet, meaning that is not possible to ssh into them. To interact with them you can use a bastion server, located in a public subnet, that will act as a proxy for them. You can also connect if you have direct connect or vpn. http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Scenario2.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

A Developer is asked to implement a caching layer in front of Amazon RDS. 


Cached content is expensive to regenerate in case of service failure. 


Which implementation below would work while maintaining maximum uptime?

https://aws.amazon.com/blogs/database/automating-sql-caching-for-amazon-elasticache-and- amazon-rds/

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

Adeployment package uses the AWS CLIto copy files into any S3 bucket in the account, using access keys stored in environment variables. 


The package is running on EC2 instances, and the instances have been modified to run with an assumed IAMrole and a more restrictive policy that allows access to only one bucket. 


After the change, the Developer logs into the host and still has the ability to write into all of the S3 buckets in that account. 


What is the MOST likely cause of this situation?

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

When a user is detaching an EBSvolume from a running instance and attaching it to a new instance, which of the below mentioned options should be followed to avoid file system damage?

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

Aserverless application uses an APIGateway and AWSLambda. 


Where should the Lambda function store its session information across function calls?

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

What is the scope of AWS IAM?

IAM resources are all global; there is not regional constraint.

CARGANDO

 

 

.

¿Hay algún error o Mejora?

ENVIAR

por favor, responda a todas las preguntas

RESPUESTAS CORRECTAS

4

RESPUESTAS INCORRECTAS

4

bottom of page