Premium

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



Question : What is one key difference between an Amazon EBS-backed and an instance-store backed instance?

  : What is one key difference between an Amazon EBS-backed and an instance-store backed instance?
1. Instance-store backed instances can be stopped and restarted
2. Auto scaling requires using Amazon EBS-backed instances
3. Access Mostly Uused Products by 50000+ Subscribers
4. Virtual Private Cloud requires EBS backed instances

Correct Answer : Get Lastest Questions and Answer :
Instance-store backed images use "ephemeral" storage (temporary). The storage is only available during the life of an instance. Rebooting an instance will allow ephemeral data stay persistent. However, stopping and starting an instance will remove all ephemeral storage.





Question : What is the best method for maintaining application session state when using an Elastic Load Balancer?
 : What is the best method for maintaining application session state when using an Elastic Load Balancer?
1. Enable Load Balancer Generated Cookie Stickiness
2. Enable Application Generated Cookie Stickiness
3. Access Mostly Uused Products by 50000+ Subscribers
4. Disable Stickiness

Correct Answer : Get Lastest Questions and Answer :
ElastiCache allows session information to be stored in a central location. This creates mobility between traffic on instances. Stickiness on the elastic load balancer will cause the ELB to "remember" where the session was created and route traffic based off that data. In the event of high amounts of traffic or even an outage this can cause serious issues.





Question :

AMIs can be shared to individual AWS accounts

 :
1. True
2. False


Correct Answer : Get Lastest Questions and Answer :

Explanation: A shared AMI is an AMI that a developer created and made available for other developers to use. One of the easiest ways to get started with Amazon EC2 is to use a shared AMI that has the components you need and then add custom content.

You use a shared AMI at your own risk. Amazon can't vouch for the integrity or security of AMIs shared by other Amazon EC2 users. Therefore, you should treat shared AMIs as you would any foreign code that you might consider deploying in your own data center and perform the appropriate due diligence.

We recommend that you get an AMI from a trusted source. If you have questions or observations about a shared AMI, use the AWS forums.

Amazon's public images have an aliased owner, which appears as amazon in the account field. This enables you to find AMIs from Amazon easily. Other users can't alias their AMIs.



Related Questions


Question : Being a QuickTechie.com AWS Developer you have launched two EC instances in the same region with separate security groups.
How can the user define that he wants both instances to communicate internally on any port in the security group?

  : Being a QuickTechie.com AWS Developer you have launched two EC instances in the same region with separate security groups.
1. In the second instance allow inbound on port 0-65535 for the security group of the first instance
2. In the first instance allow inbound on port 0-65535 for the security group of the second instance
3. Access Mostly Uused Products by 50000+ Subscribers
4. By default each instance can talk to the other instance in the same region. It is not required to the configure security group


Question : Being a QuickTechie.com AWS Developer you have launched an EBS optimized instance with EC. Which of the below mentioned options is the correct statement?
  : Being a QuickTechie.com AWS Developer you have launched an EBS optimized instance with EC. Which of the below mentioned options is the correct statement?
1. The user will have a PIOPS based EBS volume
2. It will be launched on dedicated hardware in VPC
3. Access Mostly Uused Products by 50000+ Subscribers
4. It provides additional dedicated capacity for EBS IO


Question : Being a QuickTechie.com AWS Developer you have launched EC instances inside a placement group.
Which of the below mentioned statements is true with respect to the placement group?
  : Being a QuickTechie.com AWS Developer you have launched  EC instances inside a placement group.
1. All instances must be in the same region
2. The placement group cannot have more than 5 instances
3. Access Mostly Uused Products by 50000+ Subscribers
4. All instances can be across multiple regions


Question : Being a QuickTechie.com AWS Developer you are trying to detach the EBS volume from an instance.
Which of the below mentioned options is not the right API to detach a volume from an instance?
  : Being a QuickTechie.com AWS Developer you are trying to detach the EBS volume from an instance.
1. ec2-detach-volume
2. ec2-dismount-volume
3. Access Mostly Uused Products by 50000+ Subscribers
4. detach-volume


Question : Being a QuickTechie.com AWS Developer you are accessing an EBS for the first time there can be a huge reduction in the I/O. How can the user avoid this?
  : Being a QuickTechie.com AWS Developer you are accessing an EBS for the first time there can be a huge reduction in the I/O. How can the user avoid this?
1. Pre-warm the EBS volumes as per the requirement
2. There is no decrease in the I/O performance the first time and the user can use it as it is
3. Access Mostly Uused Products by 50000+ Subscribers
4. Use a higher instance size which gives better I/O



Question : A user has enabled AutoScaling with ELB. The ELB has enabled connection drainage. If Auto Scaling wants to terminate an instance, what will it do?
  : A user has enabled AutoScaling with ELB. The ELB has enabled connection drainage. If Auto Scaling wants to terminate an instance, what will it do?
1. It will mark the instance deregistering and ELB will wait until the connection drainage timeout period
2. AutoScaling cannot work with ELB if connection drainage is enabled
3. Access Mostly Uused Products by 50000+ Subscribers
4. It initiates the termination process, ELB will wait till the inflight requests are completed