Create your machine

1) Login with your account and go to the EC2 menu

Sign in to aws management console

2) From the EC2 menu go to Instances and press Launch Instance

Click on Instances
Click on Launch Instances

3) Now select the AMI

4) We will use a t2.micro so just go to ". Configure Security Group"

t2.micro instance

5) Configure your Security Group

At Security Group press "Add Rule", select "custom RPC" at the type column, in port range enter 5556 and in the source column select Anywhere.

Security group

6) Press "Launch"

Launch

7) Download KeyPair and launch the instance.

Select "Create a new key pair", put a name for the key and download the file. Now run the instance

KeyPair

8) To connect to your instance follow the instructions from AWS and change "root" for "ubuntu"

Click on Connect
change root@... for ubuntu@ec2...
  • Now you can interact with your AWS machine, to set up your oracle go to the next step

Last updated