mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-25 11:21:16 +01:00
Fixes #7513 AWS image uploads recently consistently fail in some regions, which blocks the release process. Allow to skip some AMIs if they fail to upload. Disable Azure until #7512 is resolved. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> (cherry picked from commit ffa48ac80359c9d748d02a2a3a95eaa7ef95d20a)
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