top of page

EXAMS AWS CERTIFIED DEVELOPER - ASOCIATE 33

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

A user is creating multiple IAM users. 


What advice should be given to him to enhance the security?

It is a recommended rule that the root user should grant the least privileges to the IAM user or the group. The higher the privileges, the more problems it can create. http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

In DynamoDB, a secondary index is a data structure that contains a subset of attributes from a table, along with an alternate key to support operations

In DynamoDB, a secondary index is a data structure that contains a subset of attributes from a table, along with an alternate key to support Query operations. http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SecondaryIndexes.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

A user is using an EBS backed instance. 


Which of the below mentioned statements is true?

If a user has launched an EBS backed instance, the user will be charged for the EBS volume even though the instance is in a stopped state. The instance will be charged for the EC2 hourly cost only when it is running. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

The AWS console for DynamoDB enables you to do all the following operations, except:

The AWS console for DynamoDB enables you to do all the above operation but not Importing Data from other databases or from files and it is not possible to do it. http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ConsoleDynamoDB.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

In DynamoDB, the default table size is:

DynamoDB has seamless scalability with no table size limits and unlimited storage, so you shouldn't be worried about managing storage on the host or to provisioning more drive, as your data requirement changes. http://aws.amazon.com/dynamodb/

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

In DynamoDB, could you use IAM to grant access to Amazon DynamoDB resources and API actions?

Amazon DynamoDB integrates with AWS Identity and Access Management (IAM). You can use AWS IAM to grant access to Amazon DynamoDB resources and API actions. To do this, you first write an AWS IAM policy, which is a document that explicitly lists the permissions you want to grant. You then attach that policy to an AWS IAM user or role. http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingIAMWithDDB.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

Which Amazon service is not used by Elastic Beanstalk?

Elastic Beanstalk leverages AWS services such as Amazon Elastic Cloud Compute (Amazon EC2), Amazon Simple Storage Service (Amazon S3), Amazon Simple Notification Service (Amazon SNS), Elastic Load Balancing and Auto Scaling to deliver the same highly reliable, scalable, and cost-effective infrastructure that hundreds of thousands of businesses depend on today. http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html

PREGUNTA

LAS OPCIONES CORRECTAS SON:

.

.

A user had defined an IAM policy similar to the one given below on a bucket{ "Version""2012-10-17", "Statement"[{ "Effect""Allow", "Principal"{ "AWS""arn:aws:iam::12112112:user/test" }, "Action"[ "s3:GetBucketLocation", "s3:ListBucket", "s3:GetObject" ], "Resource"["arn:aws:s3:::mywebstudies" ] } ] } 


What will this do?

The IAM policy allows to test a user in the account 12112112 to perform: s3:GetBucketLocation s3:ListBucket s3:GetObject Amazon S3 permissions on the mywebstudies bucket. http://docs.aws.amazon.com/AmazonS3/latest/dev/access-policy-language-overview.html

CARGANDO

 

 

.

¿Hay algún error o Mejora?

ENVIAR

por favor, responda a todas las preguntas

RESPUESTAS CORRECTAS

4

RESPUESTAS INCORRECTAS

4

bottom of page