Premium

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



Question : When an instance is in a stopped state, you can ________ Amazon EBS volumes.
 :  When an instance is in a stopped state, you can ________ Amazon EBS volumes.
1. Attache
2. Detach
3. not either attach or detach
4. either attach or detach

Correct Answer : 4


Explanation: When an instance is stopped, the instance performs a normal shutdown, and then transitions to a stopped state. All of its Amazon EBS volumes remain attached, and you can start the instance again at a later time.

You are not charged for additional instance hours while the instance is in a stopped state. A full instance hour will be charged for every transition from a stopped state to a running state, even if this happens multiple times within a single hour. If the instance type was changed while the instance was stopped, you will be charged the rate for the new instance type after the instance is started. All of the associated Amazon EBS usage of your instance, including root device usage, is billed using typical Amazon EBS prices.

When an instance is in a stopped state, you can attach or detach Amazon EBS volumes. You can also create an AMI from the instance, and you can change the kernel, RAM disk, and instance type.






Question : When an instance is terminated, the instance performs a normal shutdown, then the attached Amazon EBS volumes are ________

  : When an instance is terminated, the instance performs a normal shutdown, then the attached Amazon EBS volumes are ________
1. deleted
2. will not be deleted
3. corrupted
4. None of the above


Correct Answer : 1
When an instance is terminated, the instance performs a normal shutdown, then the attached Amazon EBS volumes are deleted unless the volume's deleteOnTermination attribute is set to false. The instance itself is also deleted, and you can't start the instance again at a later time.

To prevent accidental termination, you can disable instance termination. If you do so, ensure that the disableApiTermination attribute is set to true for the instance. To control the behavior of an instance shutdown, such as shutdown -h in Linux or shutdown in Windows, set the instanceInitiatedShutdownBehavior instance attribute to stop or terminate as desired. Instances with Amazon EBS volumes for the root device default to stop, and instances with instance-store root devices are always terminated as the result of an instance shutdown.





Question :

Select the correct statement ?

 :
1. Each region has multiple, isolated locations known as Availability Zones.
2. Each Availability Zones has multiple, isolated locations known as region .
3. Each Availability Zones is a separate geographic area
4. 1 and 3
5. 2 and 3


Correct Answer : 1

Explanation: Amazon EC2 is hosted in multiple locations world-wide. These locations are composed of regions and Availability Zones. Each region is a separate geographic area. Each region has multiple, isolated locations known as Availability Zones. Amazon EC2 provides you the ability to place resources, such as instances, and data in multiple locations. Resources aren't replicated across regions unless you do so specifically.

Amazon operates state-of-the-art, highly-available data centers. Although rare, failures can occur that affect the availability of instances that are in the same location. If you host all your instances in a single location that is affected by such a failure, none of your instances would be available.



Related Questions


Question : fn:GetAtt is used on a CloudFormation template to:
 : fn:GetAtt is used on a CloudFormation template to:
1. Conditionally create stack resources
2. Returns the value corresponding to keys into a two-level map declared in the mappings section
3. Access Mostly Uused Products by 50000+ Subscribers
4. Return the value of an attribute from a resource on the template


Question : Of the available sections on a CloudFormation template (Template Description Declaration,
Template Format Version Declaration, Parameters, Resources, Mappings, Outputs), which is the only one required for a CloudFormation template to be accepted?
 :  Of the  available sections on a CloudFormation template (Template Description Declaration,
1. Mappings
2. Template Declaration
3. Access Mostly Uused Products by 50000+ Subscribers
4. Parameters


Question : Which API call is used to list all resources that belong to a CloudFormation Stack?
  : Which API call is used to list all resources that belong to a CloudFormation Stack?
1. DescribeStacks
2. GetTemplate
3. Access Mostly Uused Products by 50000+ Subscribers
4. ListStackResources


Question : Select the correct statement regarding IAM
 : Select the correct statement regarding IAM
1. A role is an AWS Identity and Access Management (IAM) entity
2. IAM roles are not associated with a specific user or group.
3. Access Mostly Uused Products by 50000+ Subscribers
4. 1 and 3
5. All 1,2 and 3


Question : Please map the following correctly

1. IAM user
2. IAM group
3. IAM role

A. AWS Identity and Access Management (IAM) entity with permissions to make AWS service requests
B. has permanent long-term credentials and is used to directly interact with AWS services
C. management convenience to manage the same set of permissions


  : Please map the following correctly
1. 1-C, 2-B, 3-A
2. 1-B, 2-C, 3-A
3. Access Mostly Uused Products by 50000+ Subscribers
4. 1-B, 2-A, 3-C


Question : While working withing an organization called AcmeShell Inc. as an AWS developer, you have created an AWS role
called HRFinanceAdmin, you have created 12 different policies file, each is haing size 1KB+ approx.
While applying all the policies you are having problem. Why ?
  :  While working withing an organization called AcmeShell Inc. as an AWS developer, you have created an AWS role
1. You can not add more than one policy to role
2. It will not allow more than 10 policy file to a role
3. Access Mostly Uused Products by 50000+ Subscribers
4. All of the above