talos/hack/cloud-image-uploader
Alexey Palazhchenko 244b08cc19
chore: bump dependencies
Also downgrade some indirect dependencies that don't have a good reason to be updated.

Closes #4111.
Closes #4112.
Closes #4116.
Closes #4117.
Closes #4121.
Closes #4122.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@talos-systems.com>
2021-08-23 08:49:38 +00:00
..
aws.go feat: implement link (interface) controllers 2021-06-01 09:36:25 -07:00
extract.go chore: add cloud image uploader (AWS AMIs for now) 2020-11-20 08:42:01 -08:00
go.mod chore: bump dependencies 2021-08-23 08:49:38 +00:00
go.sum chore: bump dependencies 2021-08-23 08:49:38 +00:00
main.go feat: add cloud images to releases 2021-06-23 16:40:54 -04:00
options.go chore: add cloud image uploader (AWS AMIs for now) 2020-11-20 08:42:01 -08:00
README.md chore: add cloud image uploader (AWS AMIs for now) 2020-11-20 08:42:01 -08:00
role-policy.json chore: add cloud image uploader (AWS AMIs for now) 2020-11-20 08:42:01 -08:00
trust-policy.json chore: add cloud image uploader (AWS AMIs for now) 2020-11-20 08:42:01 -08:00

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