2 Answers
- Newest
- Most votes
- Most comments
0
Hello
to get the instance user data, you can try the describe instance attribute
aws ec2 describe-instance-attribute --instance-id <InstanceID> --attribute userData
where <InstanceID> is your instance id
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instance-attribute.html
hope this helps
RT
answered 7 years ago
0
Great! I hadn't found that. That gives me an encoded text blob, which when base64 decoded, gives me the data!
Thanks!
Kevin
answered 6 years ago
Relevant content
- asked 2 years ago
