1 Answer
- Newest
- Most votes
- Most comments
3
As the IAM user is in the same account, they just need sufficient permissions for EBS snapshots. So as long as the IAM user has permissions in an attached policy like ec2:DescribeSnapshots
, ec2:CreateSnapshot
, ec2:DeleteSnapshot
, and so on then that should be all that's required.
Worth mentioning too that if the snapshot is emncrypted with KMS then the IAM user will need access to the keys as well.
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
Thank you, sir.