Day 38 Getting Started with AWS Basics☁

Day 38 Getting Started with AWS Basics☁

Table of contents

AWS:

Amazon Web Services is one of the most popular Cloud Provider that has free tier too for students and Cloud enthutiasts for their Handson while learning (Create your free account today to explore more on it).

IAM:

AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. With IAM, you can centrally manage permissions that control which AWS resources users can access. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources.

Task1:

Create an IAM user with username of your own wish and grant EC2 Access. Launch your Linux instance through the IAM user that you created now and install jenkins and docker on your machine via single Shell Script.

  1. Goto AWS console and login Root user

  1. Home screen will appear and type “IAM” in the search box.

  1. Click on “users” from left hand side of dashboard and click on “Add users”.

  1. Click on Attach policies directly.

  1. Select desired permissions policies. Click on next

  1. Click on create user.

  1. New user will be created.

  1. Login with new IAM user.

  1. Change the password.

  1. Type EC2 in search box and click on Launch instance.

  1. Enter desired name for your EC2 instance. Select AMI as ubuntu and give key-value pair.

  1. Click on Advanced tab and goto user data.

Wait for EC2 instance to launch.

  1. Edit security group and add rule on open port id 8080 for jenkins.

Back to EC2 instance and click on Details and copy “Public IPv4 address” and paste it adding “:8080” at the end of it.

Thank you for your valuable time.

See you in the next task with a new blog.