Skip to content

Commit

Permalink
docs: mention EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk3 committed Dec 17, 2024
1 parent 6650cb9 commit cfa53f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ AWS Toolkit is a [VS Code extension](https://marketplace.visualstudio.com/itemde
- Connect with [IAM credentials](https://docs.aws.amazon.com/sdkref/latest/guide/access-users.html),
[IAM Identity Center (SSO)](https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html),
or [AWS Builder ID](https://docs.aws.amazon.com/signin/latest/userguide/differences-aws_builder_id.html)
- Connect VSCode to your EC2 instances
- Connect to your [CodeCatalyst](https://codecatalyst.aws/) Dev Environments
- Debug your Lambda functions using [SAM CLI](https://github.com/aws/aws-sam-cli)
- Check and autocomplete code in SAM/CFN (CloudFormation) `template.yaml` files
- `Open Terminal` on your ECS tasks
- `Open Terminal` on your EC2 instances or ECS tasks
- `Search Log Group` on your CloudWatch logs
- Browse your AWS resources

Expand Down
1 change: 1 addition & 0 deletions packages/toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Unified software development service to quickly build and deliver applications o

## More features

- **EC2** - `Connect VS Code` or `Open Terminal` to EC2 instances
- **Redshift** - view database objects and run SQL queries in a notebook interface
- **Step Functions** - work with asl files and render state machine visuals
- **CloudFormation** - view CloudFormation stacks
Expand Down

0 comments on commit cfa53f1

Please sign in to comment.