Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 21e1833

Browse files
Added Archival Notice in README (#116)
1 parent 83acd69 commit 21e1833

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

README.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,44 @@
1111
</a>
1212
</p>
1313

14-
15-
14+
<h2>⚠️ REPOSITORY ARCHIVE NOTICE</h2>
15+
16+
<h3> Status: The repository will be archived on 06/02/2025 </h3>
17+
18+
AWS 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.
19+
20+
## Important Notices
21+
22+
* ⛔ No new feature requests will be accepted
23+
* 🚫 No bug fixes will be implemented
24+
* 📝 No documentation updates will be made
25+
* ❌ Issues and Pull Requests will not be reviewed or merged
26+
* 🔒 Repository will be set to read-only during archival period
27+
28+
## Migration Guide
29+
30+
### Recommended Alternative: AWS CLI
31+
The 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.
32+
33+
### Key Benefits of AWS CLI:
34+
* Official AWS support and regular updates
35+
* Comprehensive EC2 instance management capabilities
36+
* Consistent interface across all AWS services
37+
* Enhanced security features
38+
39+
### Common Commands:
40+
* Launch an instance
41+
```
42+
aws ec2 run-instances —image-id <ami-xxxxx> —instance-type t2.micro —key-name <MyKeyPair>
43+
```
44+
* List instances
45+
```
46+
aws ec2 describe-instances
47+
```
48+
* Delete an instance
49+
```
50+
aws ec2 terminate-instances --instance-ids <i-xxxxxx>
51+
```
1652
1753
<div>
1854
<hr>

0 commit comments

Comments
 (0)