-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
Description
1. AWS::EC2::Instance-MetadataOptions
2. Scope of request
Add support to configure the EC2 IMDS to support:
- Enable/disable the endpoint
- Set the HTTP response hop limit
- Make HTTP tokens optional (default) or required (disables IMDSv1)
3. Expected behavior
Allow CloudFormation to launch EC2 instance with IMDS disabled or restricted to v2.
5. Helpful Links to speed up research and evaluation
- Description of IMDS: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
- create: MetadataOptions attribute of https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
- update: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceMetadataOptions.html
6. Category
- Compute (EC2, ECS, EKS, Lambda...)
7. Context
related #273 for for WS::AutoScaling::LaunchConfiguration
chrisoverzero, shotty1, stephanielingwood, lehter, fimbulvetr and 153 more