aws.ec2 icon indicating copy to clipboard operation
aws.ec2 copied to clipboard

Implement SSM

Open leeper opened this issue 8 years ago • 3 comments

http://docs.aws.amazon.com/ssm/latest/APIReference/aws-ssm-document.html

leeper avatar Mar 23 '16 10:03 leeper

I added the call only for GetParameter in my fork https://github.com/mredaelli/aws.ec2

That't the only one we need here at the moment, but I'd be happy to flesh it out a bit more if the approach is correct (sorry, very new to R and AWS).

mredaelli avatar Dec 05 '17 11:12 mredaelli

If you're willing to send a PR that would be great.

leeper avatar Dec 05 '17 11:12 leeper

I opened a pull request for this. The checks fail, but they seem to always fail anyway, so if you could let me know if and what needs to be fixed, I'll be happy to :)

mredaelli avatar Jun 27 '18 07:06 mredaelli