ResetInstanceAttribute From Amazon Elastic Compute Cloud: 2009-10-31 previous page next page ResetInstanceAttributeDescriptionResets an attribute of an instance to its default value. Request ParametersNameDescriptionRequiredInstanceId ID of the instance on which the attribute will be reset. Type: String Default: None YesAttribute=kernel Resets the ID of the kernel. Type: String Default: None NoAttribute=ramdisk Resets the ID of the RAM disk. Type: String Default: None NoResponse ElementsNameDescriptionResetInstanceAttributeResponseTypeResetInstanceAttributeResponseType element. Type: ResetInstanceAttributeResponseType Ancestor: None Children: requestId, returnrequestId The ID of the request. Type: xsd:string Ancestor: ResetInstanceAttributeResponseType Children: None return Indicates whether the attribute successfully reset. Type: xsd:boolean Ancestor: ResetInstanceAttributeResponseType Children: None Examples Example Request This example resets the kernel attribute. https://ec2.amazonaws.com/?Action=ResetInstanceAttribute&InstanceId=i-10a64379&Attribute=kernel&AuthParams Example Response <ResetInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2009-10-31/"> <return>true</return> </ResetInstanceAttributeResponse> Related Operations ModifyInstanceAttribute DescribeInstanceAttribute previous page start next page