mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-07 05:31:20 +02:00
For some reason `go-mod-outdated` didn't work for me, so I had to do this manually. Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.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