Day 39 AWS and IAM Basics
Kashi Diggi
Actively seeking job opportunities in DevOps Engineer AWS | AWS Devops | Linux | Git & Github | Docker | Jenkins | Ansible | Kubernetes | Terraform | Grafana
AWS:
Amazon Web Services is one of the most popular Cloud Provider that has free tier too for students and Cloud enthusiasts for their Hands-on while learning
User Data in AWS:
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:
Launch EC2 instance with already installed Jenkins on it. Once server shows up in console, hit the IP address in browser and you Jenkins page should be visible.
Take screenshot of Userdata and Jenkins page, this will verify the task completion.
Log in to the AWS Management Console and navigate to the EC2 dashboard.
Click on the "Launch Instance" button to start the process of launching a new EC2 instance.
Choose an Amazon Machine Image (AMI)
领英推荐
Select an instance type, configure your instance details (such as the number of instances, network settings, and storage),
Go to advance details and In the user data field, enter the following script to install Jenkins and its dependencies:
Create a security group that allows inbound traffic on port 8080 for Jenkins.
Copy public-ip address
Open your web browser and enter the IP address of the instance followed by port number 8080 (e.g., https://<public-ip>:8080). This will take you to the Jenkins login page
thanks for reading this article:-