AWS: Difference between revisions
add link for AWS Toolkit for VSCode |
→Info: add note about connecting to EC2 instances with SSH |
||
Line 32: | Line 32: | ||
*[https://aws.amazon.com/ec2/instance-types/#instance-type-matrix "matrix" of EC2 server offerings] | *[https://aws.amazon.com/ec2/instance-types/#instance-type-matrix "matrix" of EC2 server offerings] | ||
*[https://ec2instances.info/?selected=r4.xlarge A much better representation of EC2 server offerings] | *[https://ec2instances.info/?selected=r4.xlarge A much better representation of EC2 server offerings] | ||
*If you need to work with "serverless" applications in AWS, see the [https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/welcome.html AWS Toolkit for Visual Studio Code] This extension makes it easier for developers to develop, debug locally, and deploy those serverless applications into AWS. | *If you need to work with "serverless" applications in AWS, see the [https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/welcome.html AWS Toolkit for Visual Studio Code] This extension makes it easier for developers to develop, debug locally, and deploy those serverless applications into AWS. If you're working with regular EC2 instances, you connect to those using remote SSH normally with an entry in your <code>.ssh/config</code>. | ||
==Amazon Linux== | ==Amazon Linux== |