Step 1 : Create Instance EC2. (ubuntu) 64 bit.
- Login in to your AWS Account .
- Click on Servic e -> EC2/EC2 Dashboard.
- Click on “Launch Instance”.
- Choose AMI : select Ubuntu 64 bit free tier. Next
- Choose Instance Type: select t1.micro. click on “next:configure instance detail”.
- Configure Instance: make sure ‘Number of instance : 1’ .rest leave as it is. Click next add storage.
- Add Storage: leave it. Click next Tag Instance
- Tag Instance: leave it. Click next Configure Security Group.
- Configure Security Group: Check new security group, give security group name whatever you want (e.g. random-security),
- Click “review and launch”
- Click on launch.
- Now it will ask for “key pair”, key pair is just like your password to enter in your instance
so , select ‘create a new key pair’, Give key pair name e.g.’ randomkeys’ - Download Key pair at safe place.
- Click on’ Launch Instance’ it will take time 2-3 minute.
- Click On ’ View Instance’.
- You can see your created instance here, if name field is blank you can click at the place of name & give it name here e.g. randomindia.
———| Security Group|—————–
Now we will Configure security group, so : - Click on ‘Security Group’ under ‘Network and Security’ at left panel.
- Here you can see your security group which you created at step: 9 (random-security)
- Select you security group. You can see detail of your group at bottom panel.
- Click on ‘Inbound’
- Give SSH,SMTP, HTTP, SSH, MYSQL, RDP one by one and apply these rules.——| Elastic IP |——-
- Click on ‘Elastic IPs under ‘Network and Security’ at left panel.
- Click on Allocate new Address
- Click on Allocate. You can see new IP is generated.
- Select this IP, and click on ‘Associate Address’
- Select you Instance e.g. randomindia
- Check Allow re-association.
- Click Associate. Now your ip is Associated with your Instance.Now we have our instance running, with Security and Elastic IP. Now take a sutta breake.