1 Answer
- Newest
- Most votes
- Most comments
1
The "RetireGrant" event indicates that a grant associated with the KMS key was retired or revoked. This could have happened for a few reasons:
- The grant may have reached its expiration date or been manually revoked by an administrator.
- The KMS key itself may have been scheduled for retirement or deletion, which would have triggered the revocation of any associated grants.
- There may have been a security or compliance-related reason to retire the grant, such as a change in access policies or key usage requirements.
answered a month ago
Relevant content
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
And this does not have anything to do with an EC2 instance being stopped, so perhaps you have the wrong call? EC2 Instances being stopped would be the result of a StopInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_StopInstances.html) call. Look through your CloudTrail for a StopInstances call, for the instance ID in question and post the json of the event here.
As per Max Clements i was not able to see any stop instance in the cloudtrail at the time instance stopped.. Also when i started ec2 instance manually creategrant event also created automatically along with start instance event...AWS internal agent automatically stopped my instance and did'nt started it automatially