which of the below mentioned credentials will be enable…
A user is trying to create a list of IAM users with the AWS console. When the IAM users are created which of the below
mentioned credentials will be enabled by default for the user?
What does Amazon SQS provide?
What does Amazon SQS provide?
Can one instance be registered with two ELBs in the sam…
Can one instance be registered with two ELBs in the same region?
Which of the following device names is recommended for …
Which of the following device names is recommended for an EBS volume that can be attached to an Amazon EC2
Instance running Windows?
which of the below mentioned end points is SNS unable t…
A user is trying to understand AWS SNS. To which of the below mentioned end points is SNS unable to send a notification?
In DynamoDB, a secondary index is a data structure that…
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.
How does Amazon SQS allow multiple readers to access th…
How does Amazon SQS allow multiple readers to access the same message queue without losing messages or
processing them many times?
What difference will there be when static website hosti…
A user has configured a bucket S3 to host a static website. What difference will there be when static website hosting is
enabled?
What will this do?
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:::passleader”
] } ] }
What will this do?
When you use the AWS Elastic Beanstalk console to deplo…
When you use the AWS Elastic Beanstalk console to deploy a new application you’ll need to upload a source bundle and
it should ____.