mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-03 13:01:16 +02:00
Closes #3879, #3880, #3881, #3882, #3883, #3884, #3885, #3886. Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
cloud-image-uploader
vmimport role
Role should be pre-created before running this command.
aws iam create-role --role-name vmimport --assume-role-policy-document file://trust-policy.json
aws iam put-role-policy --role-name vmimport --policy-name vmimport --policy-document file://role-policy.json