2 Answers
- Newest
- Most votes
- Most comments
2
It is possible by assuming a Role in the external account (target) from your local account (source), then starting the session. There is a blog post to explain such a scenario: https://aws.amazon.com/blogs/mt/how-to-grant-least-privilege-access-to-third-parties-on-your-private-ec2-instances-with-aws-systems-manager/
answered 4 months ago
1
Hi,
This blog post is what you're looking for https://aws.amazon.com/blogs/mt/managing-aws-resources-across-multiple-accounts-and-regions-using-aws-systems-manager-automation/
and this official documentation page as well "Running automations in multiple AWS Regions and accounts": see https://docs.aws.amazon.com/systems-manager/latest/userguide/running-automations-multiple-accounts-regions.html
Best,
Didier
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
To clarify a bit, the question was about SSM Session Manager, not automations.
Thanks for the answers and comments. Agree with Leo, it's for Session Manager and the first answer looks interesting.