AWS AWSEC2 documentation change
Summary
Updated phrasing for clarity and consistency: changed 'your AMI' to 'an AMI', added article in ownership requirement, simplified AMI usage data description
Security assessment
Changes are grammatical improvements and phrasing updates without any security context or vulnerability references
Diff
diff --git a/AWSEC2/latest/UserGuide/ami-last-launched-time.md b/AWSEC2/latest/UserGuide/ami-last-launched-time.md index ef2a42524..89e41808d 100644 --- a/AWSEC2/latest/UserGuide/ami-last-launched-time.md +++ b/AWSEC2/latest/UserGuide/ami-last-launched-time.md @@ -7 +7 @@ -Amazon EC2 keeps track of the date and time when your AMI was last used to launch an instance. If you have an AMI that has not been used to launch an instance in a long time, consider whether the AMI is a good candidate for [deregistration](./deregister-ami.html) or [deprecation](./ami-deprecate.html). +Amazon EC2 automatically tracks the date and time when an AMI was last used to launch an instance. If you have an AMI that has not been used to launch an instance in a long time, consider whether the AMI is a good candidate for [deregistration](./deregister-ami.html) or [deprecation](./ami-deprecate.html). @@ -11 +11 @@ Amazon EC2 keeps track of the date and time when your AMI was last used to launc - * When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported. + * When an AMI is used to launch an instance, there is a 24-hour delay before that usage is reported. @@ -15 +15 @@ Amazon EC2 keeps track of the date and time when your AMI was last used to launc - * This data about AMI usage is available starting April 2017. + * AMI usage data is available starting April 2017. @@ -59 +59 @@ If `LastLaunchedTime` is not present, verify that you own the AMI. -Use the [describe-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-image-attribute.html) command and specify `--attribute lastLaunchedTime`. You must be owner of the AMI to run this command. +Use the [describe-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-image-attribute.html) command and specify `--attribute lastLaunchedTime`. You must be the owner of the AMI to run this command.