{"id":37178019,"url":"https://github.com/awslabs/aws-simple-ec2-cli","last_synced_at":"2026-01-14T20:45:01.080Z","repository":{"id":37074630,"uuid":"285590275","full_name":"awslabs/aws-simple-ec2-cli","owner":"awslabs","description":"A CLI tool that simplifies the process of launching, connecting and terminating an EC2 instance.","archived":true,"fork":false,"pushed_at":"2025-06-02T22:32:34.000Z","size":9784,"stargazers_count":101,"open_issues_count":0,"forks_count":23,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-09T13:25:29.321Z","etag":null,"topics":["aws","aws-ec2","ec2","ec2-instance","ec2-instances"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awslabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-06T14:19:12.000Z","updated_at":"2025-08-21T11:30:11.000Z","dependencies_parsed_at":"2024-06-20T15:29:40.009Z","dependency_job_id":"addfaf4b-2fe5-49c8-82ae-fbec27ae3162","html_url":"https://github.com/awslabs/aws-simple-ec2-cli","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/awslabs/aws-simple-ec2-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-simple-ec2-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-simple-ec2-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-simple-ec2-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-simple-ec2-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","download_url":"https://codeload.github.com/awslabs/aws-simple-ec2-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-simple-ec2-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-ec2","ec2","ec2-instance","ec2-instances"],"created_at":"2026-01-14T20:45:00.335Z","updated_at":"2026-01-14T20:45:01.065Z","avatar_url":"https://github.com/awslabs.png","language":"Go","readme":"\u003ch1\u003eAWS Simple EC2 CLI\u003c/h1\u003e\n\n\u003ch4\u003eA CLI tool that simplifies the process of launching, connecting and terminating an EC2 instance.\u003c/h4\u003e\n\n\u003cp\u003e\n\t\u003ca href=\"https://golang.org/doc/go1.18\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/go-mod/go-version/aws/amazon-ec2-metadata-mock?color=blueviolet\" alt=\"go-version\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/License-Apache%202.0-ff69b4.svg?color=orange\" alt=\"license\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e⚠️ REPOSITORY ARCHIVE NOTICE\u003c/h2\u003e\n\n\u003ch3\u003e Status: The repository archived on 06/02/2025 \u003c/h3\u003e\n\nAWS is no longer actively developing this project, and will archive this repository on 06/02/2025. If you have questions about this change, please raise a customer issue.\n\n## Important Notices\n\n* ⛔ No new feature requests will be accepted\n* 🚫 No bug fixes will be implemented\n* 📝 No documentation updates will be made\n* ❌ Issues and Pull Requests will not be reviewed or merged\n* 🔒 Repository will be set to read-only during archival period\n\n## Migration Guide\n\n### Recommended Alternative: AWS CLI\nThe AWS Command Line Interface (AWS CLI) is the recommended and officially supported tool for managing EC2 instances. It provides all the functionality of Simple EC2 CLI with additional features and ongoing support.\n\n### Key Benefits of AWS CLI:\n* Official AWS support and regular updates\n* Comprehensive EC2 instance management capabilities\n* Consistent interface across all AWS services\n* Enhanced security features\n\n### Common Commands:\n* Launch an instance\n    ```\n     aws ec2 run-instances —image-id \u003cami-xxxxx\u003e —instance-type t2.micro —key-name \u003cMyKeyPair\u003e \n     ```\n* List instances\n    ```\n     aws ec2 describe-instances\n     ```\n* Delete an instance\n    ```\n    aws ec2 terminate-instances --instance-ids \u003ci-xxxxxx\u003e\n    ```\n\n\u003cdiv\u003e\n  \u003chr\u003e\n\u003c/div\u003e\n\n## Summary\n\nIn order to launch a new EC2 instance, customers need to specify a lot of options, and it can be a slow and overwhelming task. It requires users to have an initial network stack (VPC-Id/Subnet-Id/Security-Groups), remote login, and many more. Often times, we require EC2 instance for adhoc testing for a short period of time without requiring complex networking infrastructure in place. AWS Simple EC2 CLI aims to solve this issue and make it easier for users to launch, connect and terminate EC2 instances with a single command\n\n## Major Features\n\n- Launch an instance using single command\n- Connect to an instance using single command\n- Terminate an instance using single command\n- Interactive mode that help users to decide parameters to use\n- Config file for more convenient launch\n\n## Installation and Configuration\n### Install AWS CLI\n\nTo execute the CLI, you will need AWS credentials configured. Take a look at the [AWS CLI configuration documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html#config-settings-and-precedence) for details on the various ways to configure credentials. Alternatively, you can try out the AWS Simple EC2 CLI by populating following environment variables:\n\n```\nexport AWS_ACCESS_KEY_ID=\"...\"\nexport AWS_SECRET_ACCESS_KEY=\"...\"\n# Set default Region (optional)\nexport AWS_REGION=\"us-east-1\" \n```\n### Install w/ Homebrew\n\n```\nbrew tap aws/tap\nbrew install aws-simple-ec2-cli\n```\n### Install w/ Curl\n\n#### MacOS/Linux\n```\ncurl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64\nchmod +x simple-ec2\n```\n\n#### ARM Linux\n```\ncurl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-linux-arm\n```\n\n```\ncurl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-linux-arm64\n```\n\n#### Windows\n```\ncurl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-windows-amd64.exe\n```\n\n## Examples\n\n### Version\n\n```\n$ simple-ec2 version\nPrints the version of this tool\n```\n\n### Launch\n\n**All CLI Options**\n\n```\n$ simple-ec2 launch -h\nLaunch an Amazon EC2 instance with the default configurations. All configurations can be overridden by configurations provided by configuration files or user input.\n\nUsage:\n  simple-ec2 launch [flags]\n\nFlags:\n  -a, --auto-termination-timer int       The auto-termination timer for the instance in minutes\n  -b, --boot-script string               The absolute filepath to a bash script passed to the instance and executed after the instance starts (user data)\n      --capacity-type string             Launch instance as \"On-Demand\" (the default) or \"Spot\"\n  -h, --help                             help for launch\n  -p, --iam-instance-profile string      The profile containing an IAM role to attach to the instance\n  -m, --image-id string                  The image id of the AMI used to launch the instance\n  -t, --instance-type string             The instance type of the instance\n  -i, --interactive                      Interactive mode\n  -k, --keep-ebs                         Keep EBS volumes after instance termination\n  -l, --launch-template-id string        The launch template id with which the instance will be launched\n  -v, --launch-template-version string   The launch template version with which the instance will be launched\n  -r, --region string                    The region where the instance will be launched\n  -c, --save-config                      Save config as a JSON config file\n  -g, --security-group-ids strings       The security groups with which the instance will be launched\n  -s, --subnet-id string                 The subnet id in which the instance will be launched\n      --tags stringToString              The tags applied to instances and volumes at launch (Example: tag1=val1,tag2=val2) (default [])\n```\n\n**Single Command Launch**\n```\n$ simple-ec2 launch\n\nPlease confirm if you would like to launch instance with following options:\n\n       CONFIGURATION                        │ VALUE                                                \n     ───────────────────────────────────────┼──────────────────────────────────────────────────────\n       Region                               │ us-east-1                                            \n       VPC                                  │ vpc-example                \n       Subnet                               │ subnet-example          \n       Instance Type                        │ t1.micro                                             \n       Capacity Type                        │ On-Demand                                                 \n       Image                                │ ami-047a51fa27710816e                                \n       Security Group                       │ sg-example  \n       Keep EBS Volume(s) After Termination │ false                                                \n       Auto Termination Timer in Minutes    │ None                                                   \n       EBS Volumes                          │ /dev/xvda(gp2): 8 GiB                                \n                                                                                                   \n   \u003e   Yes  \n       No   \nOptions confirmed! Launching instance...\nLaunch Instance Success!\nInstance ID: i-123example\n```\n\n**Single Command Launch With Flags**\n\n```\n$ simple-ec2 launch -r us-east-2 -m ami-123example -t t2.micro -s subnet-123example -g sg-123example\n\nPlease confirm if you would like to launch instance with following options:\n\n       CONFIGURATION                        │ VALUE                                                \n     ───────────────────────────────────────┼──────────────────────────────────────────────────────\n       Region                               │ us-east-2                                            \n       VPC                                  │ vpc-example                \n       Subnet                               │ subnet-123example          \n       Instance Type                        │ t2.micro                                             \n       Capacity Type                        │ On-Demand                                                 \n       Image                                │ ami-123example\n       Security Group                       │ sg-123example  \n       Keep EBS Volume(s) After Termination │ false                                                \n       Auto Termination Timer in Minutes    │ None                                                   \n       EBS Volumes                          │ /dev/xvda(gp2): 8 GiB                                \n                                                                                                   \n   \u003e   Yes  \n       No   \nOptions confirmed! Launching instance...\nLaunch Instance Success!\nInstance ID: i-123example\n```\n\n**Interactive Mode Launch**\n\n```\n$ simple-ec2 launch -i\n\n\nSelect a region for the instance:\n\n       REGION         │ DESCRIPTION                \n     ─────────────────┼────────────────────────────\n       ap-northeast-1 │ Asia Pacific (Tokyo)       \n       ap-northeast-2 │ Asia Pacific (Seoul)       \n       ap-northeast-3 │ Asia Pacific (Osaka)       \n       ap-south-1     │ Asia Pacific (Mumbai)      \n       ap-southeast-1 │ Asia Pacific (Singapore)   \n       ap-southeast-2 │ Asia Pacific (Sydney)      \n       ca-central-1   │ Canada (Central)           \n       eu-central-1   │ Europe (Frankfurt)         \n       eu-north-1     │ Europe (Stockholm)         \n       eu-west-1      │ Europe (Ireland)           \n       eu-west-2      │ Europe (London)            \n       eu-west-3      │ Europe (Paris)             \n       sa-east-1      │ South America (Sao Paulo)  \n       us-east-1      │ US East (N. Virginia)      \n   \u003e   us-east-2      │ US East (Ohio)             \n       us-west-1      │ US West (N. California)    \n       us-west-2      │ US West (Oregon)           \n\nHow do you want to choose the instance type?\n\n       Enter the instance type                          \n       Provide vCPUs and memory information for advice  \n   \u003e   Use the default instance type, [t3.micro]        \n\nSelect an AMI for the instance:\n\n       OPERATING SYSTEM │ IMAGE ID              │ CREATION DATE             \n     ───────────────────┼───────────────────────┼───────────────────────────\n   \u003e   Amazon Linux 2   │ ami-017a73c6475f1cefe │ 2022-07-22T22:59:04.000Z  \n       Ubuntu           │ ami-0c1efade7e2a5a12e │ 2022-08-10T12:06:14.000Z  \n       Amazon Linux     │ ami-02a1b876e6016a354 │ 2022-07-16T02:38:59.000Z  \n       Red Hat          │ ami-078cbc4c2d057c244 │ 2022-05-13T11:53:05.000Z  \n       SUSE Linux       │ ami-0535d9b70179f9734 │ 2022-07-23T07:01:55.000Z  \n       Windows          │ ami-04d1c6a7290ee815a │ 2022-08-10T07:21:08.000Z  \n\nPersist EBS Volume(s) after the instance is terminated?\n\n       Yes  \n   \u003e   No   \n\nAfter how many minutes should the instance terminate? (0 for no auto-termination)\n\n   \u003e 25 \n\nSelect the VPC for the instance:\n\n       VPC                                            │ CIDR BLOCK     \n     ─────────────────────────────────────────────────┼────────────────\n   \u003e   vpc-123example                                 │ 172.31.0.0/16  \n       vpc-example                                    │ 172.31.0.0/16  \n       Create new VPC with default CIDR and 3 subnets │                \n\nSelect the subnet for the instance:\n\n       SUBNET            │ AVAILABILITY ZONE │ CIDR BLOCK      \n     ────────────────────┼───────────────────┼─────────────────\n   \u003e   subnet-123example │ us-east-2a        │ 172.31.0.0/24   \n       subnet-456example │ us-east-2b        │ 172.31.16.0/24  \n       subnet-789example │ us-east-2c        │ 172.31.32.0/24  \n\nSelect the security groups for the instance:\n\n           SECURITY GROUP                               │ DESCRIPTION                             \n         ───────────────────────────────────────────────┼─────────────────────────────────────────\n     [x]   sg-123example                                │ My Favorite Security Group\n     [ ]   sg-456example                                │ default VPC security group              \n     [ ]   Create a new security group that enables SSH │                                         \n                                                                                                                            \n         [ SUBMIT ]                                                                                                         \n\nSelect an IAM Profile:\n\n       PROFILE NAME              │ PROFILE ID            │ CREATION DATE                  \n     ────────────────────────────┼───────────────────────┼────────────────────────────────\n       Instance-Profile-1        │ AIPAXP7DUN6CORG253IFG │ 2021-01-20 14:31:28 +0000 UTC  \n       Instance-Profile-2        │ AIPAXP7DUN6CJLXGLI2M5 │ 2021-01-20 14:31:51 +0000 UTC  \n   \u003e   Do not attach IAM profile │                       │                                \n\nWould you like to add a filepath to the instance boot script?\n\n       Yes  \n   \u003e   No   \n\nWould you like to add tags to instances and persisted volumes?\n\n       Yes  \n   \u003e   No   \n\nSelect capacity type. Spot instances are available at up to a 90% discount compared to On-Demand instances,\nbut they may get interrupted by EC2 with a 2-minute warning\n\n       CAPACITY TYPE │ PRICE       \n     ────────────────┼─────────────\n   \u003e   On-Demand     │ $0.0104/hr  \n       Spot          │ $0.0031/hr  \n\nPlease confirm if you would like to launch instance with following options:\n(Or select a configuration to repeat a question)\n\n       CONFIGURATION                        │ VALUE                                                \n     ───────────────────────────────────────┼──────────────────────────────────────────────────────\n       Region                               │ us-east-2                                            \n       VPC                                  │ vpc-123example                \n       Subnet                               │ subnet-123example          \n       Instance Type                        │ t3.micro                                             \n       Capacity Type                        │ On-Demand                                            \n       Image                                │ ami-017a73c6475f1cefe                                \n       Security Group                       │ sg-123example  \n       Keep EBS Volume(s) After Termination │ false                                                \n       Auto Termination Timer in Minutes    │ 25                                                   \n       EBS Volumes                          │ /dev/xvda(gp2): 8 GiB                                \n                                                                                                   \n   \u003e   Yes  \n       No   \nOptions confirmed! Launching instance...\nLaunch Instance Success!\nInstance ID: i-123example\n\nDo you want to save the configuration above as a JSON file that can be used in non-interactive mode and as question defaults\n\n   \u003e   Yes  \n       No   \nSaving config...\nConfig successfully saved: /Users/${USER}/.simple-ec2/simple-ec2.json\n```\n\n### Connect\n\n**All CLI Options**\n\n```\n$ simple-ec2 connect -h\nConnect to an Amazon EC2 Instance, given the region and instance id\n\nUsage:\n  simple-ec2 connect [flags]\n\nFlags:\n  -h, --help                 help for connect\n  -n, --instance-id string   The instance id of the instance you want to connect to\n  -i, --interactive          Interactive mode\n  -r, --region string        The region in which the instance you want to connect locates\n\n```\n\n**Single Command Connect**\n\n```\n$ simple-ec2 connect -r us-east-2 -n i-123example\nLast login: Wed Jul 29 21:01:45 2020 from 52.95.4.1\n\n       __|  __|_  )\n       _|  (     /   Amazon Linux 2 AMI\n      ___|\\___|___|\n\nhttps://aws.amazon.com/amazon-linux-2/\n14 package(s) needed for security, out of 31 available\nRun \"sudo yum update\" to apply all updates.\n[ec2-user@ip-example ~]$ exit\nlogout\n\n```\n\n**Interactive Mode Connect**\n\n```\n$ simple-ec2 connect -i\n\nSelect a region for the instance:\n\n       REGION         │ DESCRIPTION                \n     ─────────────────┼────────────────────────────\n       ap-northeast-1 │ Asia Pacific (Tokyo)       \n       ap-northeast-2 │ Asia Pacific (Seoul)       \n       ap-northeast-3 │ Asia Pacific (Osaka)       \n       ap-south-1     │ Asia Pacific (Mumbai)      \n       ap-southeast-1 │ Asia Pacific (Singapore)   \n       ap-southeast-2 │ Asia Pacific (Sydney)      \n       ca-central-1   │ Canada (Central)           \n       eu-central-1   │ Europe (Frankfurt)         \n       eu-north-1     │ Europe (Stockholm)         \n       eu-west-1      │ Europe (Ireland)           \n       eu-west-2      │ Europe (London)            \n       eu-west-3      │ Europe (Paris)             \n       sa-east-1      │ South America (Sao Paulo)  \n       us-east-1      │ US East (N. Virginia)      \n   \u003e   us-east-2      │ US East (Ohio)             \n       us-west-1      │ US West (N. California)    \n       us-west-2      │ US West (Oregon)           \n\nSelect the instance you want to connect to: \n\n       INSTANCE            │ TAG-KEY                       │ TAG-VALUE                                   \n     ──────────────────────┼───────────────────────────────┼─────────────────────────────────────────────\n   \u003e   i-123example        │ CreatedBy                     │ simple-ec2                                  \n                           │ CreatedTime                   │ 2022-08-19 14:04:08 CDT                     \n       i-456example        │ CreatedBy                     │ simple-ec2                                  \n                           │ CreatedTime                   │ 2022-08-19 13:58:33 CDT                     \n\n       __|  __|_  )\n       _|  (     /   Amazon Linux 2 AMI\n      ___|\\___|___|\n\nhttps://aws.amazon.com/amazon-linux-2/\n14 package(s) needed for security, out of 31 available\nRun \"sudo yum update\" to apply all updates.\n[ec2-user@ip-example ~]$ exit\nlogout\n```\n\n### Terminate\n\n**All CLI Options**\n\n```\n$ simple-ec2 terminate -h\nTerminate Amazon EC2 Instances, given the region and instance ids or tag values\n\nUsage:\n  simple-ec2 terminate [flags]\n\nFlags:\n  -h, --help                   help for terminate\n  -n, --instance-ids strings   The instance ids of the instances you want to terminate\n  -i, --interactive            Interactive mode\n  -r, --region string          The region in which the instances you want to terminate locates\n        --tags stringToString    Terminate instances containing EXACT tag key-pair (Example: CreatedBy=simple-ec2) (default [])\n```\n\n**One Command Terminate**\n\n```\n$ simple-ec2 terminate -r us-east-2 -n i-123example\nTerminating instances\nInstances [i-123example] terminated successfully\n```\n\n**One Command Terminate using tags**\n\n```\n$ simple-ec2 terminate -r us-east-1 --tags CreatedBy=simple-ec2\nTerminating instances\nInstances [i-123example i-456example] terminated successfully\n```\n\n**Interactive Terminate**\n\n```\n$ simple-ec2 terminate -i\nSelect a region for the instance:\n\n       REGION         │ DESCRIPTION                \n     ─────────────────┼────────────────────────────\n       ap-northeast-1 │ Asia Pacific (Tokyo)       \n       ap-northeast-2 │ Asia Pacific (Seoul)       \n       ap-northeast-3 │ Asia Pacific (Osaka)       \n       ap-south-1     │ Asia Pacific (Mumbai)      \n       ap-southeast-1 │ Asia Pacific (Singapore)   \n       ap-southeast-2 │ Asia Pacific (Sydney)      \n       ca-central-1   │ Canada (Central)           \n       eu-central-1   │ Europe (Frankfurt)         \n       eu-north-1     │ Europe (Stockholm)         \n       eu-west-1      │ Europe (Ireland)           \n       eu-west-2      │ Europe (London)            \n       eu-west-3      │ Europe (Paris)             \n       sa-east-1      │ South America (Sao Paulo)  \n       us-east-1      │ US East (N. Virginia)      \n   \u003e   us-east-2      │ US East (Ohio)             \n       us-west-1      │ US West (N. California)    \n       us-west-2      │ US West (Oregon)           \n\nSelect the instances you want to terminate: \n\n           INSTANCE            │ TAG-KEY                       │ TAG-VALUE                                   \n         ──────────────────────┼───────────────────────────────┼─────────────────────────────────────────────\n     [x]   i-123example        │ CreatedBy                     │ simple-ec2                                  \n                               │ CreatedTime                   │ 2022-08-19 14:05:29 CDT                     \n     [x]   i-456example        │ CreatedTime                   │ 2022-08-19 14:18:10 CDT                     \n                               │ CreatedBy                     │ simple-ec2                                  \n                                                                                                             \n         [ SUBMIT ]                                                                                          \n\nAre you sure you want to terminate 2 instance(s): [i-123example i-456example] \n\n   \u003e   Yes  \n       No   \nTerminating instances\nInstances [i-123example i-456example] terminated successfully\n```\n\n## Building\nFor build instructions please consult [BUILD.md](./BUILD.md).\n\n## Communication\nIf you've run into a bug or have a new feature request, please open an issue.\n\n##  Contributing\nContributions are welcome! Please read our [guidelines](./CONTRIBUTING.md) and our [Code of Conduct](./CODE_OF_CONDUCT.md)\n\n## License\nThis project is licensed under the [Apache-2.0](./LICENSE) License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawslabs%2Faws-simple-ec2-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawslabs%2Faws-simple-ec2-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawslabs%2Faws-simple-ec2-cli/lists"}