nico-agoston/Create AWS EC2 instance
Github action to create a new AWS EC2 instance in the cloud using passed through arguments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access-key-id | The Access Key Id used to authenticate against AWS | yes | — |
| access-key-secret | The Access Key secret used to authenticate against AWS | yes | — |
| region | The region where the EC2 instance should get created | yes | — |
| image-id | Provide the Operating system image ID used on the EC2 instance [ubuntu, windows, aws-linux, ...] | yes | ami-0329d3839379bfd15 |
| name | The name of the new EC2 instance | yes | — |
| instance-type | The Type of the new instance which should get launched [t2.micro, t2.medium, t5.xlarge, ...] | yes | t2.micro |
| key-pair | Keypair which should get attached to the ec2 instance for SSH connection | no | — |
| security-group-ids | The IDs of the Security Groups which should get attached to the new EC2 instance divided by comma | no | — |
| volume-size | The size of the attached volume in Gib | no | 8 |
| availability-zone | The AvailabilityZone Where the instance shall run | no | — |
Outputs
no outputs