Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
robhenley
2 years agoNew Contributor
OP AWS CLI Plugin with AWS SSM via SSH config
I just started using the https://developer.1password.com/docs/cli/shell-plugins/aws/ which works great. I can for example run aws s3 ls with no problems. The issue that I haven't managed to solve...
robhenley
2 years agoNew Contributor
UPDATE: It turns out the following command was working:
ProxyCommand sh -c "op plugin run -- aws --region <region> --profile default ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
There was just an issue with the specific instance I tried to connect to. Carry on folks!