Premium

AWS Certified Developer - Associate Questions and Answers (Dumps and Practice Questions)



Question : Which of the following are valid SNS delivery transports? Choose answers
A. HTTP
B. UDP
C. SMS
D. DynamoDB
E. Named Pipes

  :  Which of the following are valid SNS delivery transports? Choose  answers
1. A,B
2. A,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E
5. A,E


Correct Answer : Get Lastest Questions and Answer :

Amazon Simple Notification Service (Amazon SNS) is a web service that coordinates and manages the
delivery or sending of messages to subscribing endpoints or clients. In Amazon SNS, there are two types
of clients-publishers and subscribers-also referred to as producers and consumers. Publishers
communicate asynchronously with subscribers by producing and sending a message to a topic, which is
a logical access point and communication channel. Subscribers (i.e., web servers, email addresses,
Amazon SQS queues, AWS Lambda functions) consume or receive the message or notification over one
of the supported protocols (i.e., Amazon SQS, HTTP/S, email, SMS, Lambda) when they are subscribed
to the topic.






Question : Which API call would best be used to describe an Amazon Machine Image?
  :  Which API call would best be used to describe an Amazon Machine Image?
1. DescribeImage
2. ami-describe-image
3. Access Mostly Uused Products by 50000+ Subscribers
4. ami-describe-images


Correct Answer : Get Lastest Questions and Answer :

DescribeImages : Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions.

Launch permissions fall into three categories:

public : The owner of the AMI granted launch permissions for the AMI to the all group. All AWS accounts have launch permissions for these AMIs.

explicit : The owner of the AMI granted launch permissions to a specific AWS account.

implicit : An AWS account has implicit launch permissions for all the AMIs it owns.

The list of images returned can be modified by specifying IDs, owners, or AWS accounts with launch permissions. If no options are specified, Amazon EC2 returns all images for which you have launch permissions.

If you specify one or more image IDs, only images that have the specified IDs are returned. If you specify an image to which you dont have access, its not included in the returned results.

If you specify one or more owners, only images from the specified owners and for which you have access are returned. The results can include the account IDs of the specified owners amazon for images owned by Amazon or self, for images that you own, or marketplace for images from the AWS Marketplace.

Note
For an overview of the AWS Marketplace, see Introducing AWS Marketplace.
If you specify a list users with launch permissions, only images with launch permissions for those users are returned. You can specify account IDs (if you own the images), self for images that you own or have explicit permissions for, or all for public images.

Note
Deregistered images are included in the returned results for an unspecified interval after deregistration.






Question : Which API call occurs in the final process of creating an AMI?

  : Which API call occurs in the final process of creating an AMI?
1. CreateImage
2. RegisterImage
3. Access Mostly Uused Products by 50000+ Subscribers
4. ami-register-image



Correct Answer : Get Lastest Questions and Answer :

Explanation: Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating Your Own AMIs in the Amazon Elastic Compute Cloud User Guide.

Note
For Amazon EBS-backed instances, the CreateImage operation creates and registers the AMI in a single request, so you don't have to register the AMI yourself.
You can also use the RegisterImage action to create an EBS-backed AMI from a snapshot of a root device volume. For more information, see Launching an Instance from a Snapshot in the Amazon Elastic Compute Cloud User Guide.

If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

Note
You can't register an image if a secondary (non-root) snapshot has AWS Marketplace product codes.


Related Questions


Question : AutoScaling is configured with AZs. Each zone has instances running. If AutoScaling wants to terminate an
instance based on the policy action, which instance will it terminate first?
  :	AutoScaling is configured with  AZs. Each zone has  instances running. If AutoScaling wants to terminate an
1. Terminate the instance from the AZ which has instances running near to the billing hour
2. Terminate the first launched instance
3. Access Mostly Uused Products by 50000+ Subscribers
4. Terminate the instance from the AZ which does not have a high AWS load



Question : Being a QuickTechie.com AWS Developer you have configured AutoScaling based on the dynamic policy.
Which of the following is not the right command to specify a change in capacity as a part of the policy?
  : Being a QuickTechie.com AWS Developer you have configured AutoScaling based on the dynamic policy.
1. "adjustment=3" (type is ExactCapacity)
2. "adjustment=-50" (type is PercentChangeInCapacity)
3. Access Mostly Uused Products by 50000+ Subscribers
4. "adjustment=-1" (type is ChangeInCapacity)


Question : Being a QuickTechie.com AWS Developer you have configured AutoScaling with policy based scaling. The user has instances running right now.
The policy states that the count should be increased by 10%. How many instances will be running after the scaling activity is complete?
  : Being a QuickTechie.com AWS Developer you have configured AutoScaling with policy based scaling. The user has  instances running right now.
1. 75
2. 76
3. Access Mostly Uused Products by 50000+ Subscribers
4. 74


Question : Being a QuickTechie.com AWS Developer you have configured configured AutoScaling with policy based scaling. The user has instances running right now.
The policy states that the count should decrease by 10%. How many instances will be running after the scaling activity is complete?

  : Being a QuickTechie.com AWS Developer you have configured configured AutoScaling with policy based scaling. The user has  instances running right now.
1. 47
2. 50
3. Access Mostly Uused Products by 50000+ Subscribers
4. 48


Question : Being a QuickTechie.com AWS Developer you are providing a SaaS which is hosted on AWS. The SaaS is having multiple customers and the owner
wants to setup AutoScaling for each customer based on their requirement. What is the maximum number of AutoScaling groups that the owner can configure in each region?
  :  Being a QuickTechie.com AWS Developer you are providing a SaaS which is hosted on AWS. The SaaS is having multiple customers and the owner
1. 40
2. 20
3. Access Mostly Uused Products by 50000+ Subscribers
4. 100


Question : Being a QuickTechie.com AWS Developer you have launched an instance with an EBS backed root device and then attached two additional EBS volumes to it.
The user is trying to create the AutoScaling Launch configuration using this instance as a reference. How many additional block devices will the future instance have by default?

 : Being a QuickTechie.com AWS Developer you have launched an instance with an EBS backed root device and then attached two additional EBS volumes to it.
1. 1
2. 2
3. Access Mostly Uused Products by 50000+ Subscribers
4. 0