mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-05 04:31:26 +02:00
PRs #3530 #3543 #3544 #3545 #3546 #3547 #3548 #3549 #3550 #3551 #3552 Signed-off-by: Andrey Smirnov <smirnov.andrey@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