Question : Being a QuickTechie.com AWS Developer you are planning to launch an instance from AWS EC. Which of the below mentioned options is not a possible scenario? 1. Launch an instance using the Amazon EBS snapshot. 2. Launch using the ELB console with the selected AMI. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Launch an instance using the EC2 CLI.
Explanation: The user can launch an instance using the EC2 console, SDK, CLI or Webservice. The ELB console does not allow launching an instance, but only allows adding / removing an instance from ELB
Question : When selecting an AMI to launch the EC instance, which of the below mentioned options is not available to the user? 1. Select from the AWS marketplace . 2. Select Community AMIs. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Select My AMIs.
Explanation: When launching an EC2 instance, the user needs to select either an own AMI or an AMI from the AWS marketplace. The other option is to select Community public AMIs shared by the AWS community members. There is no option, such as AWS Trusted partners.
Question : Being a QuickTechie.com AWS Developer you are using an EBS backed Windows instance. The user wants the instance to terminate when he stops the instance. How can the user achieve this? 1. Change the shutdown behaviour of the instance from stop to terminate. 2. It is not possible to terminate the instance when it is stopped. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Update the instance termination protection attributes so it always terminates when it is stopped.
Explanation: In Amazon Web Services, each EBS backed instance has the instance shutdown behaviour attribute. It allows the instance to terminate / stop when the instance is stopped. By default it is set to stop, but the user can change this attribute such that in future when someone stops the instance it gets terminated.