talos/hack/cloud-image-uploader
Andrey Smirnov 0ef8f83acf
chore: bump dependencies via dependabot
PRs #4079 #4080 #4081 #4082 #4083 #4084 #4085

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2021-08-16 16:33:52 +03: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 via dependabot 2021-08-16 16:33:52 +03:00
go.sum chore: bump dependencies via dependabot 2021-08-16 16:33:52 +03: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