aws dlm create-default-role
Creates the default IAM role which will be used by Lifecycle service. If the role does not exist, create-default-role will automatically create it and set its policy. If the role has been already created, create-default-role will not update its policy.
Options
Name | Description |
---|---|
--iam-endpoint <string> | The IAM endpoint to call for creating the roles. This is optional and should only be specified when a custom endpoint should be called for IAM operations |
--resource-type <string> | The resource type for which the role needs to be created. The available options are 'snapshot' and 'image'. This parameter defaults to 'snapshot' |