wealthberry/AWS EC2 AMI Snapshotter
GitHub Action for creation of AMI images of running EC2 instances. Valid AWS credentials must be set up prior to executing this action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| instance-id | Instance ID of the EC2 that will be used for AMI snapshot. | yes | — |
| name | The name of the new AMI image snapshot. If the name already exists, it will be suffixed with UTC timestamp. | yes | — |
| description | The description of the new AMI image snapshot. | no | — |
| wait-for-completion | Should the action wait until image is ready. Default is false | no | — |
| deregister-old-images | Deregister all images with the same name, and the one just created. Works only with wait-for-completion set to true. Default is false | no | — |
Outputs
| name | description |
|---|---|
| name | The name of the newly created AMI image snapshot. |
| ami-id | AMI id of the newly created AMI image snapshot. |