Question : A user had aggregated the CloudWatch metric data on the AMI ID. The user observed some abnormal behaviour of the CPU utilization metric while viewing the last 2 weeks of data. The user wants to share that data with his manager. How can the user achieve this easily with the AWS console? 1. The user can use the copy URL functionality of CloudWatch to share the exact details 2. The user can use the export data option from the CloudWatch console to export the current data point 3. The user has to find the period and data and provide all the aggregation information to the manager 4. The user can use the CloudWatch data copy functionality to copy the current data points
Correct Answer : Get Lastest Questions and Answer : Amazon CloudWatch provides the functionality to graph the metric data generated either by the AWS services or the custom metric to make it easier for the user to analyse. The console provides the option to save the URL or bookmark it so that it can be used in the future by typing the same URL. The Copy URL functionality is available under the console when the user selects any metric to view.
Question : A user has setup a CloudWatch alarm on the EC instance for CPU utilization. The user has setup to receive a notification on email when the CPU utilization is higher than 60%. The user is running a virus scan on the same instance at a particular time. The user wants to avoid receiving an email at this time. What should the user do?
1. Remove the alarm 2. Disable the alarm for a while using CLI 3. Modify the CPU utilization by removing the email alert 4. Disable the alarm for a while using the console
Correct Answer : Get Lastest Questions and Answer : Amazon CloudWatch alarm watches a single metric over a time period that the user specifies and performs one or more actions based on the value of the metric relative to a given threshold over a number of time periods. When the user has setup an alarm and it is know that for some unavoidable event the status may change to Alarm, the user can disable the alarm using the DisableAlarmActions API or from the command line mon-disable-alarm-actions.
Question : You have configured AWS Windows AMI. After you launch your Windows instance with its initial configuration, you can use the ___________ service to change the configuration settings as part of the process of customizing 1. Destination : WindowsConfig 2. Destination : EC2Config 3. Destination : AWSConfig 4. Destination : AWSEC2Config
Correct Answer : Get Lastest Questions and Answer : Explanation: Configuration Settings and Drivers The AWS Windows AMIs are generally configured the same way as a Windows Server that you install from Microsoft-issued media. There are, however, a few differences in the installation defaults. AWS Windows AMIs come with an additional service installed, the EC2Config service. The EC2Config service runs in the local system account and is primarily used during the initial setup. After you launch your Windows instance with its initial configuration, you can use the EC2Config service to change the configuration settings as part of the process of customizing and creating your own AMIs. Instances launched from your customized AMI are launched with the new configuration.
AWS Windows AMIs contain a set of drivers to permit access to Xen virtualized hardware. These drivers are used by Amazon EC2 to map instance store and Amazon EBS volumes to their devices. Overview of EC2Config Tasks EC2Config runs initial startup tasks when the instance is first started and then disables them. To run these tasks again, you must explicitly enable them prior to shutting down the instance, or by running Sysprep manually. These tasks are as follows: >Set a random, encrypted password for the administrator account. >Generate and install the host certificate used for Remote Desktop Connection. >Dynamically extend the operating system partition to include any unpartitioned space. >Execute the specified user data (and Cloud-Init, if it's installed). EC2Config performs the following tasks every time the instance starts: >Set the computer host name to match the private DNS name (this task is disabled by default and must be enabled in order to run at instance start). >Configure the key management server (KMS), check for Windows activation status, and activate Windows as necessary. >Format and mount any Amazon EBS volumes and instance store volumes, and map volume names to drive letters. >Write event log entries to the console to help with troubleshooting (this task is disabled by default and must be enabled in order to run at instance start). >Write to the console that Windows is ready. >Add a custom route to the primary network adapter to enable the following IP addresses when multiple NICs are attached: 169.254.169.250, 169.254.169.251, and 169.254.169.254. These addresses are used by Windows Activation and when you access instance metadata. EC2Config performs the following task every time a user logs in: >Display wallpaper information to the desktop background. While the instance is running, you can request that EC2Config perform the following task on demand: >Run Sysprep and shut down the instance so that you can create an AMI from it. For more information, see Creating an Amazon EBS-Backed Windows AMI. EC2Config creates a WMI object that you can use to detect when Windows is ready. You can get the value of ConfigurationComplete as follows, and test whether it is true. (Get-WmiObject -Namespace root\Amazon -Class EC2_ConfigService).ConfigurationComplete
1. The policy allows the IAM user to modify all IAM user's credentials using the console, SDK, CLI or APIs 2. The policy will give an invalid resource error 3. Access Mostly Uused Products by 50000+ Subscribers 4. The policy allows the user to modify all IAM user's password, sign in certificates and access keys using only CLI, SDK or APIs
1. 3,1,4,2 [Cookie is not Present] & 3,1,5,2 [Cookie is Present] 2. 3,4,1,2 [Cookie is not Present] & 3,5,1,2 [Cookie is Present] 3. Access Mostly Uused Products by 50000+ Subscribers 4. 3,2,5,4 [Cookie is not Present] & 3,2,4,5 [Cookie is Present]