View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004089 | Kali Linux | General Bug | public | 2017-06-26 19:28 | 2017-06-26 20:23 |
| Reporter | jsmallj | Assigned To | dookie | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 2017.1 | ||||
| Summary | 0004089: UserData scripts are not executed on instances spawned from https://aws.amazon.com/marketplace/pp/B01M26MMTT | ||||
| Description | UserData scripts are not executed from instances spawned from https://aws.amazon.com/marketplace/pp/B01M26MMTT Kali Linux Rolling-8b7fdfe3-8cd5-43cc-8e5e-4e0e7f4139d5-ami-52356c45.3 Source | ||||
| Steps To Reproduce | 1) spin up instances from https://aws.amazon.com/marketplace/pp/B01M26MMTT #!/bin/bash 3) start instance | ||||
| Additional Information | userdata.txt is seen in /var/lib/cloud/instance/user-data.txt Yet, there is no cloud-init mode 'final', which would generally be expected when userdata scripts are executed | ||||
|
Cloud-Final is not required to provision the AWS image. Enabling the cloud-final service may work for your use case. The official docs are available here: https://cloudinit.readthedocs.io/en/latest/topics/boot.html#final You can also modify the configuration of cloud.cfg if required for your specific use case. |
|