You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use-case where we want to use pre-created EBS volume snapshots, and current karpenter submodule does not permit access to snapshot resources.
Module version [latest]:
Terraform version:
1.3.9
Provider version(s):
4.64.0
Steps to reproduce the behavior:
Try to spin ec2 machine with defined pre-created SnapshotID,
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
We have a use-case where we want to use pre-created EBS volume snapshots, and current karpenter submodule does not permit access to snapshot resources.
Module version [latest]:
Terraform version:
1.3.9
Provider version(s):
4.64.0
Steps to reproduce the behavior:
Try to spin ec2 machine with defined pre-created
SnapshotID
,Expected behavior
EC2 machine should successfully boot
Actual behavior
We receive error on Karpenter controller with no permissions related to snapshots
Terminal Output Screenshot(s)
Additional context
We lack permissions access to Snapshot ARN, in /modules/karpenter/main.tf
with value:
"arn:${local.partition}:ec2:*::snapshot/*"
The text was updated successfully, but these errors were encountered: