1 Answer
- Newest
- Most votes
- Most comments
1
You don’t technically create a cross account connection.
You have to grant access to the S3 bucket and to the KMS key in the target account using policies.
Please find the 2 pages you will require to grant access
https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html#
Of course the user/role in source account will need permissions to access s3 resources and Kms functions set in source account also.
Relevant content
- asked 2 years ago
- asked 9 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 6 months ago
Thanks, Gary for your input and resource links. I am currently working on creating cross account connection.
If this answer solves your question, please be sure to accept the answer to help others