Question : 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? 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.
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.
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