Join us

ContentUpdates and recent posts about Amazon EC2..
Story
@jamesmillerblog shared a post, 3 years, 11 months ago
Senior Creative Technologist

How to SSH onto an AWS EC2 instance

Amazon EC2

If you’re reading this post, you’re either someone who knows me personally (hi :D) or a person with an interest in development who wants to learn how to use the Secure Shell (SSH) protocol to access and communicate with a virtual computing resource created via Amazon Web Services (AWS), called an Elastic Compute Cloud (EC2) instance.

0_Fzt_Z0XYVcBosnXL.jpeg
 Activity
@ramesh4f started using Amazon EC2 , 3 years, 11 months ago.
 Activity
@chyke007 started using Amazon EC2 , 3 years, 11 months ago.
 Activity
@aliasbank started using Amazon EC2 , 3 years, 11 months ago.
 Activity
@kalpit-sharma-dev started using Amazon EC2 , 4 years ago.
 Activity
@saurabh started using Amazon EC2 , 4 years ago.
 Activity
@patasmita started using Amazon EC2 , 4 years ago.
 Activity
@anantj started using Amazon EC2 , 4 years ago.
 Activity
@manohar89669 started using Amazon EC2 , 4 years ago.
 Activity
@shahmineshr started using Amazon EC2 , 4 years ago.
Amazon EC2 is a cloud service that provides on-demand virtual machines you can configure and run in AWS data centers. It lets you choose the operating system, CPU, memory, storage, and networking, then start or stop instances as needed. You are responsible for what runs inside the VM, including the OS configuration, patches, and applications.

EC2 is used to host a wide range of workloads, from simple web servers to large distributed systems. It is a foundational building block in AWS, often used directly or underneath higher-level services like Kubernetes, managed databases, or serverless platforms.