mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-28 22:21:34 +01:00
PRs #4033 #4034 #4035 #4036 #4037 #4038 #4039 #4040 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.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