-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with AWS SSM Send-Command #6
Comments
Thank you for your comment. Actually 1.0.2 version has some issue because of If you get same error again, let me know on this issue page. |
I've tried kind of the same action here https://github.com/marketplace/actions/aws-ssm-send-command-temp and it works fine with the same settings |
Buh |
@peterkimzz , I experienced this issue right now, I have IAM User with AmazonSSMFullAccess and I also attach AmazonSSMFullAccess roles to the instance but I got this error
Edit: sorry wrong mention |
Resolved 😓 , It turned out I'm using master branch 🙏 |
Hi there, |
Hi, @RazRCL Sometimes I got same issue like your case, but it resolved when I rebooted or recreated an instance. I guess it's not the error of Github action, might be Please try it and let me know. |
I am getting this error. I have tried with v1.0.1, v1.0.4 and master. Same issue persists. @peterkimzz please help Editing: This is fixed by setting security group to |
@peterkimzz Is this still an issue in 2021? I tried to use the script and the status is still pending. |
Hi @peterkimzz everything seems to be fine on github actions but status is always pending and i have rebooted my instance as you suggested. what can i do to make it work? |
I made a slight amendment in the code due to an error following the build command, but when I try and pull the code to the EC2 I get this error: Run peterkimzz/[email protected] I have the .pem file, but I am not sure where or how to add this Any advice greatly appreciated |
is not .pem just learn bout github secrets |
Hi,
thanks for an awesome action
I've set this role AmazonSSMFullAccess to my user and my instance also has this role.
I've added all vulnerable infrormation to secrets. When running the job I get this error
I've tried single instance and both multiple instances but no effect
instance-ids: | {{ secrets.INSTANCE_ID }} {{ secrets.INSTANCE_ID }}
instance-ids: {{ secrets.INSTANCE_ID }}
The text was updated successfully, but these errors were encountered: