{"id":26164,"date":"2022-07-08T10:00:00","date_gmt":"2022-07-08T04:30:00","guid":{"rendered":"https:\/\/www.testpreptraining.com\/blog\/?p=26164"},"modified":"2023-04-25T10:38:40","modified_gmt":"2023-04-25T05:08:40","slug":"how-does-jenkins-integrate-with-aws-ec2","status":"publish","type":"post","link":"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/","title":{"rendered":"How does Jenkins integrate with AWS EC2?"},"content":{"rendered":"\n<p>Jenkins is a popular open-source automation tool that is widely used for building, testing, and deploying software applications. Amazon Web Services (AWS) EC2, on the other hand, is a cloud-based infrastructure service that provides scalable computing resources for deploying applications. Integrating Jenkins with AWS EC2 can help streamline the software development process and improve overall efficiency. <\/p>\n\n\n\n<p>In this blog, we will explore how Jenkins integrates with AWS EC2 and the benefits of this integration. We will also provide a step-by-step guide on how to set up Jenkins to work with AWS EC2.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Overview of Jenkins and AWS EC2<\/strong><\/h3>\n\n\n\n<p>Jenkins is an open-source automation tool that is widely used for building, testing, and deploying software applications. It allows developers to automate repetitive tasks and streamline the software development process.<\/p>\n\n\n\n<p>AWS EC2, on the other hand, is a cloud-based infrastructure service that provides scalable computing resources for deploying applications. It allows developers to quickly and easily spin up virtual machines in the cloud, making it an ideal platform for running Jenkins.<\/p>\n\n\n\n<p>Integrating Jenkins with AWS EC2 is important for several reasons. Firstly, it provides developers with a scalable and flexible infrastructure that can be easily adapted to the needs of the project. Secondly, it allows developers to take advantage of the cost-effectiveness of the cloud, by only paying for the resources they use. Finally, it increases automation and efficiency by allowing developers to automate the deployment process.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Benefits of integrating Jenkins with AWS EC2:<\/strong><\/h4>\n\n\n\n<p>Integrating Jenkins with AWS EC2 offers several benefits for developers and organizations, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Scalability and flexibility: AWS EC2 provides developers with a scalable and flexible infrastructure that can easily be adapted to the needs of the project. Jenkins running on EC2 can dynamically provision additional resources as needed, ensuring that the application can handle changes in traffic and demand.<\/li>\n\n\n\n<li>Cost-effectiveness: With AWS EC2, developers only pay for the resources they use, making it a cost-effective platform for running Jenkins. This eliminates the need to invest in expensive hardware and allows organizations to reduce their infrastructure costs.<\/li>\n\n\n\n<li>Increased automation and efficiency: Jenkins automates the deployment process, which reduces the time and effort required for manual deployment. Running Jenkins on AWS EC2 further increases automation and efficiency by allowing developers to automatically provision resources for testing, building, and deploying applications.<\/li>\n\n\n\n<li>Streamlined software development process: Integrating Jenkins with AWS EC2 allows developers to easily spin up virtual machines in the cloud and run tests, build applications, and deploy them quickly. This helps streamline the software development process, reducing time-to-market and improving overall efficiency.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How does Jenkins work with Amazon EC2?<\/strong><\/h3>\n\n\n\n<p>Jenkins is a popular open-source automation tool that can be used to automate a variety of tasks, including building and deploying software. When used with <a href=\"https:\/\/www.testpreptraining.ai\/blog\/aws-ec2-vs-azure-virtual-machines-vs-google-compute-engine-comparing-cloud-services\/\" target=\"_blank\" rel=\"noreferrer noopener\">Amazon EC2<\/a>, Jenkins can be used to automate the creation and management of EC2 instances, making it easier for organizations to manage their infrastructure.<\/p>\n\n\n\n<p>Here&#8217;s a basic overview of how Jenkins works with Amazon EC2:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Launch EC2 Instances: The first step is to launch one or more EC2 instances, which will be used to run Jenkins.<\/li>\n\n\n\n<li>Install Jenkins: Next, Jenkins must be installed on the EC2 instance. This can be done manually, or by using an EC2 launch script that automatically installs and configures Jenkins.<\/li>\n\n\n\n<li>Configure Jenkins: After Jenkins is installed, it must be configured to connect to Amazon EC2. This includes setting up the necessary credentials and plugins to allow Jenkins to interact with EC2.<\/li>\n\n\n\n<li>Create a Job: Once Jenkins is configured, a job must be created to automate the desired task. This might include tasks such as building a software project, deploying an application to EC2 instances, or performing regular maintenance tasks.<\/li>\n\n\n\n<li>Trigger the Job: The job is triggered, either manually or on a schedule, and Jenkins connects to EC2 to perform the desired task. This might involve creating new EC2 instances, scaling existing instances, or performing other tasks as defined in the job.<\/li>\n\n\n\n<li>Monitor the Job: Finally, Jenkins provides a number of tools and interfaces for monitoring the progress of the job and reviewing the results. This might include log files, status reports, and other tools that help organizations monitor and manage their automation tasks.<\/li>\n<\/ul>\n\n\n\n<p>The next step is to decide whether you want to install the software yourself or use an image that already has the Jenkins stack configured. The latter is by far the easier option. In this post, we will know how Jenkins integrates with AWS EC2. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/certified-jenkins-engineer-cje\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"961\" height=\"150\" src=\"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2023\/04\/image-6.jpg\" alt=\"jenkins\" class=\"wp-image-31601\" srcset=\"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2023\/04\/image-6.jpg 961w, https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2023\/04\/image-6-300x47.jpg 300w\" sizes=\"(max-width: 961px) 100vw, 961px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h5 class=\"wp-block-heading\"><strong>Jenkins Requirements<\/strong><\/h5>\n\n\n\n<p>Jenkins requires only Java to function on your machine. You&#8217;ll need to install Java and another way to run Jenkins via Docker. You can also review the prerequisites section on the Installing Jenkins page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Ways to Integrate<\/strong><\/h3>\n\n\n\n<p>Jenkins can integrate with AWS EC2 in several ways, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AWS EC2 Plugin: Jenkins has a built-in AWS EC2 Plugin that allows you to launch EC2 instances as build agents on-demand. This plugin enables you to configure and manage EC2 instances directly from Jenkins, including launching new instances, terminating idle ones, and provisioning agents with required software and configurations.<\/li>\n\n\n\n<li>CloudBees AWS CLI Plugin: This plugin enables you to run AWS CLI commands from Jenkins, allowing you to automate various AWS tasks, such as creating or deleting EC2 instances, scaling Auto Scaling groups, or managing S3 buckets.<\/li>\n\n\n\n<li>AWS CodeDeploy Plugin: This plugin allows you to deploy applications to EC2 instances or Auto Scaling groups using AWS CodeDeploy, a fully managed deployment service that automates software deployments to a variety of compute services, including EC2, Lambda, and ECS.<\/li>\n\n\n\n<li>Jenkins Pipeline: Jenkins Pipeline is a powerful feature that enables you to create complex, multi-step workflows using code. You can use the AWS SDK for Java or Python within your Pipeline script to interact with AWS services, including EC2, S3, and DynamoDB.<\/li>\n<\/ul>\n\n\n\n<p>By integrating Jenkins with AWS EC2, you can leverage the scalability, flexibility, and automation capabilities of the AWS cloud to improve your Continuous Integration and Continuous Deployment (CI\/CD) pipelines, and accelerate your software delivery.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Steps to Integrate<\/strong><\/h3>\n\n\n\n<p>Create an AWS account, an admin user, and log in using that user. Once on the dashboard, select the EC2 instance as shown below. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*Vmdva_LW0s1C7kywcDtXhw.png\" alt=\"\" width=\"524\" height=\"336\"\/><\/figure>\n<\/div>\n\n\n<p>When you select EC2 from the compute section, you will be taken to the following page, where you can select Launch Instance as shown below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*L6zjzNHRwRY9UQv94efqDQ.png\" alt=\"\" width=\"641\" height=\"401\"\/><\/figure>\n<\/div>\n\n\n<p>You can look for CentOS and select it as shown below. You can look for any other Linux distribution you want.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*KY4FjwjBnu4fVR2Gsx912g.png\" alt=\"\" width=\"583\" height=\"365\"\/><\/figure>\n<\/div>\n\n\n<p>On the following page, you can select an instance type. You can select the free tier eligible one from the list below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*wvvZZZZy9BCR9MWEwJoz_A.png\" alt=\"\" width=\"585\" height=\"350\"\/><\/figure>\n<\/div>\n\n\n<p>After going through all of the steps, such as attaching the EBS volume, etc., you can finally press the launch button.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*HoJXodepTk1BHXkY50paOA.png\" alt=\"\" width=\"586\" height=\"355\"\/><\/figure>\n<\/div>\n\n\n<p>To connect to this instance from the CLI, you must have an ec2 key pair. You should download it before pressing the start button.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*eLX-F1iB7VPK7eeko7JLjQ.png\" alt=\"\" width=\"648\" height=\"414\"\/><\/figure>\n<\/div>\n\n\n<p>After some time, you can see it running as shown below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*r6wv5HMG1V_XVsnJG-dvVg.png\" alt=\"\" width=\"586\" height=\"328\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Connect to Instance Using SSH<\/strong><\/h3>\n\n\n\n<p>There are numerous ways to connect to the instance, which you can see by clicking on the connect button, as shown below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*KAaRep1eZHm5T-ggd8fkKQ.png\" alt=\"\" width=\"640\" height=\"333\"\/><\/figure>\n<\/div>\n\n\n<p>You can choose SSH and copy the necessary command.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*4mZveIxMYWsvS7PhKfYSLg.png\" alt=\"\" width=\"787\" height=\"636\"\/><\/figure>\n<\/div>\n\n\n<p>You can log in to that instance after running the command in the terminal. The IP address and instance name are visible.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*GpuxlUXV2CBgGQWGQhOyJg.png\" alt=\"\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Install Jenkins on EC2 Instance<\/strong><\/h3>\n\n\n\n<p>Let&#8217;s proceed to the next page and follow the instructions to install Jenkins on the EC2 instance.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.jenkins.io\/doc\/book\/installing\/linux\/#red-hat-centos\">https:\/\/www.jenkins.io\/doc\/book\/installing\/linux\/#red-hat-centos<\/a><\/p>\n\n\n\n<p>First, run the following command to install wget.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">yum install -y wget\/\/ then follow these commands<br>sudo wget -O \/etc\/yum.repos.d\/jenkins.repo \\<br>    https:\/\/pkg.jenkins.io\/redhat\/jenkins.repo<br>sudo rpm --import https:\/\/pkg.jenkins.io\/redhat\/jenkins.io.key<br>sudo yum upgrade<br>sudo yum install epel-release java-11-openjdk-devel<br>sudo yum install jenkins<br>sudo systemctl daemon-reload<\/pre>\n\n\n\n<p>The Jenkins can be started with the following command.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl start jenkins<\/pre>\n\n\n\n<p>The Jenkins status can be checked using the following commands.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl status jenkins<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*J6TS_NQYcLJ9lr7qjZK0iA.png\" alt=\"\" width=\"577\" height=\"138\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Access Jenkins From the Internet<\/strong><\/h3>\n\n\n\n<p>Jenkins uses port 8080 by default when it is installed and started. You can test it using the commands below.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">netstat -ntlp\nsystemctl status jenkins\nps -ef | grep jenkins<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*UHSTzns_lfAnVOP9SxQ2GQ.png\" alt=\"\" width=\"569\" height=\"359\"\/><\/figure>\n<\/div>\n\n\n<p>Because the ports are not open, if you use the EC2 instance&#8217;s public DNS and connect to it via port 8080, you will not see anything on the browser.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*8pXHyTUdiZX8y1gyOIjvog.png\" alt=\"\" width=\"704\" height=\"401\"\/><\/figure>\n<\/div>\n\n\n<p>As you can see, that address is inaccessible.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*xywzBTTb212c7GVtpLNecQ.png\" alt=\"\" width=\"641\" height=\"421\"\/><\/figure>\n<\/div>\n\n\n<p>Let us now include the inbound rule in the security group. The rule is open to all traffic here. You can edit inbound rules in the security group as shown below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*2DS3Qf5F4bWYnvElREcFag.png\" alt=\"\" width=\"524\" height=\"325\"\/><\/figure>\n<\/div>\n\n\n<p>Add the following rule:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*o4tePAgNZn05-3xpxtKCuQ.png\" alt=\"\" width=\"567\" height=\"235\"\/><\/figure>\n<\/div>\n\n\n<p>When you click the Save rules button, the newly added rule will appear under the security tab.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*XNVmRWnG4q_dWo7UOrnX2g.png\" alt=\"\" width=\"628\" height=\"321\"\/><\/figure>\n<\/div>\n\n\n<p>Now that the rule has been added, you can access Jenkins from the browser.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*iuubdyzwLhSAkLE4QFF1Tw.png\" alt=\"\" width=\"773\" height=\"656\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Setup Jenkins<\/strong><\/h3>\n\n\n\n<p>To begin, you must unlock Jenkins by retrieving the password from \/var\/lib\/jenkins\/secrets\/initialAdminPassword. You can get it from the above path if you are already logged in via SSH.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*bE_rSZ9i73JecWbm3ECjfw.png\" alt=\"\" width=\"564\" height=\"41\"\/><\/figure>\n<\/div>\n\n\n<p>In the next step, you can choose to install the suggested plugins.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*1jtbKuf6f9e-xnydJmfcGA.png\" alt=\"\" width=\"720\" height=\"564\"\/><\/figure>\n<\/div>\n\n\n<p>In the following step, you must create the first admin user.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*7ggzAHI3o4sIxY58Y8vZ_w.png\" alt=\"\" width=\"765\" height=\"635\"\/><\/figure>\n<\/div>\n\n\n<p>Check that your Jenkins URL is the same.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*fj55Z-c5JzlKjvUKceZG6A.png\" alt=\"\" width=\"726\" height=\"616\"\/><\/figure>\n<\/div>\n\n\n<p>After this step, your Jenkins instance is complete.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*8rhdr6-VNs_ubra6Ifb8Hg.png\" alt=\"\" width=\"685\" height=\"486\"\/><\/figure>\n<\/div>\n\n\n<p>The Jenkins Dashboard is shown below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/miro.medium.com\/max\/1050\/1*B13NeIs4NspbO6cHXDN35A.png\" alt=\"\" width=\"639\" height=\"350\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p>This was a step-by-step tutorial for Jenkins to integrate with AWS EC2. Jenkins is one of the most common tools in any company&#8217;s DevOps strategy. Pipeline as code is one of the most in-demand skills to learn if you are serious about DevOps. Jenkins requires only Java to function on your machine. You&#8217;ll need to install Java and another way to run Jenkins via Docker.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.testpreptraining.ai\/aws-certified-advanced-networking-specialty-free-practice-test\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2022\/07\/AWS-Certified-Advanced-Networking-Specialty-750x117.png\" alt=\"AWS Certified Advanced Networking Specialty free practice test: Jenkins integrate with AWS\"\/><\/a><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Jenkins is a popular open-source automation tool that is widely used for building, testing, and deploying software applications. Amazon Web Services (AWS) EC2, on the other hand, is a cloud-based infrastructure service that provides scalable computing resources for deploying applications. Integrating Jenkins with AWS EC2 can help streamline the software development process and improve overall&#8230;<\/p>\n","protected":false},"author":7,"featured_media":26165,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[7,20,4465,4464],"class_list":["post-26164","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws","tag-aws","tag-cloud-computing","tag-how-does-jenkins-integrate-with-aws-ec2","tag-jenkins"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How does Jenkins integrate with AWS EC2? - Blog<\/title>\n<meta name=\"description\" content=\"Learn How does Jenkins integrate with AWS EC2. Grab the best resources for preparing with Testpreptraining.com now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How does Jenkins integrate with AWS EC2? - Blog\" \/>\n<meta property=\"og:description\" content=\"Learn How does Jenkins integrate with AWS EC2. Grab the best resources for preparing with Testpreptraining.com now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-08T04:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-25T05:08:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2022\/05\/How-does-Jenkins-integrates-with-AWS-EC2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Anandita Doda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anandita Doda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/\",\"name\":\"How does Jenkins integrate with AWS EC2? - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#website\"},\"datePublished\":\"2022-07-08T04:30:00+00:00\",\"dateModified\":\"2023-04-25T05:08:40+00:00\",\"author\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/cba9e2b360b5f8a57840070d4430e30f\"},\"description\":\"Learn How does Jenkins integrate with AWS EC2. Grab the best resources for preparing with Testpreptraining.com now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How does Jenkins integrate with AWS EC2?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/blog\/\",\"name\":\"Learning Resources\",\"description\":\"Testprep Training Blogs\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/cba9e2b360b5f8a57840070d4430e30f\",\"name\":\"Anandita Doda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/24208861aac3fc70a037f9774224d0a4061ed40fd41b0b6f6d8731403b1a40f3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/24208861aac3fc70a037f9774224d0a4061ed40fd41b0b6f6d8731403b1a40f3?s=96&d=mm&r=g\",\"caption\":\"Anandita Doda\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How does Jenkins integrate with AWS EC2? - Blog","description":"Learn How does Jenkins integrate with AWS EC2. Grab the best resources for preparing with Testpreptraining.com now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/","og_locale":"en_US","og_type":"article","og_title":"How does Jenkins integrate with AWS EC2? - Blog","og_description":"Learn How does Jenkins integrate with AWS EC2. Grab the best resources for preparing with Testpreptraining.com now!","og_url":"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/","og_site_name":"Blog","article_published_time":"2022-07-08T04:30:00+00:00","article_modified_time":"2023-04-25T05:08:40+00:00","og_image":[{"width":750,"height":400,"url":"https:\/\/www.testpreptraining.ai\/blog\/wp-content\/uploads\/2022\/05\/How-does-Jenkins-integrates-with-AWS-EC2.png","type":"image\/png"}],"author":"Anandita Doda","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anandita Doda","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/","url":"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/","name":"How does Jenkins integrate with AWS EC2? - Blog","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/blog\/#website"},"datePublished":"2022-07-08T04:30:00+00:00","dateModified":"2023-04-25T05:08:40+00:00","author":{"@id":"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/cba9e2b360b5f8a57840070d4430e30f"},"description":"Learn How does Jenkins integrate with AWS EC2. Grab the best resources for preparing with Testpreptraining.com now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/blog\/how-does-jenkins-integrate-with-aws-ec2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"How does Jenkins integrate with AWS EC2?"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/blog\/#website","url":"https:\/\/www.testpreptraining.ai\/blog\/","name":"Learning Resources","description":"Testprep Training Blogs","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/cba9e2b360b5f8a57840070d4430e30f","name":"Anandita Doda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/24208861aac3fc70a037f9774224d0a4061ed40fd41b0b6f6d8731403b1a40f3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/24208861aac3fc70a037f9774224d0a4061ed40fd41b0b6f6d8731403b1a40f3?s=96&d=mm&r=g","caption":"Anandita Doda"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts\/26164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/comments?post=26164"}],"version-history":[{"count":6,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts\/26164\/revisions"}],"predecessor-version":[{"id":31602,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/posts\/26164\/revisions\/31602"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/media\/26165"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/media?parent=26164"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/categories?post=26164"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/blog\/wp-json\/wp\/v2\/tags?post=26164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}