Posts

Showing posts with the label elasticBeanStalk

Jenkins Configure build-server environment on AWS AMI

Image
In this post, I would like to share my experiment with AWS instances using IAM role for authenticating from the remote machine that is Jenkins Master instance. make sure that Jenkins Master should not have any executors on the master so that no job run on the master server, that will be making the Jenkins run in a distributed environment. Jenkins Master-Slave implementation within the AWS instances, and to do this. We need to follow a flow. Jenkins Master -> key pair -> Build server ->IAM->ec2 or EBS or S3 instance Create IAM role for the build server Login to your AWS console, search for IAM on the AWS console In the left pane select 'Roles' menu item. In the right side, click on the "Create role " blue button. select the type of trusted entity as "AWS service" that is default one. Now choose the service that will use this role: click on "EC2" Link. Click on the 'Permissions' bottom right side button, proceed furthe...