GUI for EC2 Guide
GUI for EC2 Guide This guide will go over how to use a GUI with an Amazon Linux EC2 instance. See this guide for details: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-linux-2-install-...
GUI for EC2 Guide This guide will go over how to use a GUI with an Amazon Linux EC2 instance. See this guide for details: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-linux-2-install-...
AMI Clone EC2 Guide There is no clone feature available in AWS EC2 service. However, you can create an image of your EC2 instance and create a new instance out of that image. You can use the Amazon...
Tunneling Cheatsheet Example 1: ssh ec2-user@ec2-XX-XXX-XX-XXX.compute-1.amazonaws.com -i /user/home/mykeys/ec2key-us-east-1.pem \ -L5901:localhost:5901 -nNT Example 2: ec2-us...
PuTTy Guide This guide is for Windows users to use PuTTy to access your EC2 instance or Lightsail instances. PuTTY is an open-source terminal emulator, serial console, and network file transfer app...
EC2 Basics Tutorial This is a basic tutorial on how to launch an Amazon Elastic Compute Cloud (EC2). EC2 is a foundational web service that offers scalable and flexible computing capacity in the cl...
Secrets Manager Policies Secrets Manager Read Only Policy: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "secretsmana...
SNS Policies SNS Read Write Policy: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "sns:Publish", "sns:Subsc...
SQS Policies SQS Read Only Policy: { "Version": "2012-10-17", "Statement": [ { "Action": [ "sqs:DeleteMessage", "sqs:GetQueueUrl", ...
DDB Policies DDB Full Access Limited Tables Policy: { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [...
S3 Policies S3 Bucket Owner Policy: { "Id": "Policy1600272289549", "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1600272285321", "Effect": "Allow", "Action": [ "s...