#imdsv2
imdsv2
2 articles tagged with #imdsv2
glossary
IMDSv2: AWS Instance Metadata Service Version 2 Explained
IMDSv2 is AWS's security improvement to the Instance Metadata Service, requiring session tokens to prevent SSRF-based credential theft attacks.
Akash Mahajan
academy
How to update IMDSv1 to more secure IMDSv2 on AWS
Having IMDSv1 enabled on your instances allows attackers to use vulnerabilities like SSRF to gain access to sensitive information of your instances. In this article we will walk through the steps to update an EC2 instance from IMDSv1 to IMDSv2 using AWS CLI.
Akash Mahajan