{"id":14122,"date":"2021-03-16T15:28:59","date_gmt":"2021-03-16T14:28:59","guid":{"rendered":"https:\/\/www.codemotion.com\/magazine\/?p=14122"},"modified":"2022-06-09T17:59:41","modified_gmt":"2022-06-09T15:59:41","slug":"aws-devops-ci-cd-microservices","status":"publish","type":"post","link":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/","title":{"rendered":"The AWS DevOps Toolset: CI\/CD, Microservices, and More"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-what-is-aws-devops\">What is AWS DevOps?<\/h2>\n\n\n\n<p>DevOps is a culture, as well as a set of practices and technologies that help organizations deliver software faster and with higher quality. The key tenet of DevOps is strong cooperation between developers and operations specialists, with shared responsibility for the successful deployment and operation of software services.&nbsp;<\/p>\n\n\n\n<p>Some of the important practices of DevOps are automating infrastructure using infrastructure as code (IaC), continuous integration (CI) which involves automating the build cycle, and continuous delivery (CD), which automates deployment of new releases to production.<\/p>\n\n\n\n<p>It is increasingly common to build DevOps infrastructure on the public cloud. Amazon Web Services (AWS) is a common choice. We\u2019ll review Amazon services and features, and best practices that can help your team build your DevOps platform in the cloud.<\/p>\n\n\n\n<p><strong>In this article, you will learn:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/docs.google.com\/document\/d\/1cEE5IQuslNvkORiAP9I3g6dd5popCfaFlRGZitVfaNA\/edit#heading=h.wwyw7nhy5y6w\">AWS DevOps Tools<\/a><ul><li><a href=\"https:\/\/docs.google.com\/document\/d\/1cEE5IQuslNvkORiAP9I3g6dd5popCfaFlRGZitVfaNA\/edit#heading=h.ib7rkei8vms5\">Continuous Integration<\/a><\/li><li><a href=\"https:\/\/docs.google.com\/document\/d\/1cEE5IQuslNvkORiAP9I3g6dd5popCfaFlRGZitVfaNA\/edit#heading=h.e0meaawi41mh\">Continuous Delivery<\/a><\/li><\/ul><\/li><li><a href=\"https:\/\/docs.google.com\/document\/d\/1cEE5IQuslNvkORiAP9I3g6dd5popCfaFlRGZitVfaNA\/edit#heading=h.7175q0s5lwf0\">Performing Common DevOps Tasks Using Amazon Services<\/a><ul><li><a href=\"https:\/\/docs.google.com\/document\/d\/1cEE5IQuslNvkORiAP9I3g6dd5popCfaFlRGZitVfaNA\/edit#heading=h.b6q0vsd6i5tl\">Deploying Microservices<\/a><\/li><li><a href=\"https:\/\/docs.google.com\/document\/d\/1cEE5IQuslNvkORiAP9I3g6dd5popCfaFlRGZitVfaNA\/edit#heading=h.l69nw87q31ks\">Monitoring and Logging<\/a><\/li><li><a href=\"https:\/\/docs.google.com\/document\/d\/1cEE5IQuslNvkORiAP9I3g6dd5popCfaFlRGZitVfaNA\/edit#heading=h.qd6hlus6qq3x\">Leveraging Infrastructure as Code<\/a><\/li><\/ul><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-aws-devops-tools\">AWS DevOps Tools<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-continuous-integration\">Continuous Integration<\/h3>\n\n\n\n<p>Software developers use continuous integration (CI) in preparation for running automated builds and tests. By regularly merging code changes into a central code repository, they can locate and fix bugs quicker, thereby improving software quality and minimizing validation time ahead of a new software release.<\/p>\n\n\n\n<p>AWS offers a suite of CI services, which includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>AWS CodeCommit<\/strong><\/li><\/ul>\n\n\n\n<p>A managed source control service for hosting private git repositories, which is scalable and secure. Instead of implementing a dedicated source control system, you can use CodeCommit as a managed service, with no need to install, configure and operate software. <\/p>\n\n\n\n<p>Use CodeCommit to store code, binaries, and everything in between. It fully supports standard Git functionality, integrating with all your existing Git-based tools. CodeCommit also provides online tools for browsing and editing code to foster collaboration.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>AWS CodeBuild<\/strong><\/li><\/ul>\n\n\n\n<p>A fully managed service for continuous integration, CodeBuild compiles source code, executes tests, and helps create ready-to-deploy software packages. Instead of provisioning, managing, and scaling your own build servers, CodeBuild gives you access a complete build infrastructure that can include AWS CodeCommit, Atlassian BitBucket, Github, and Amazon S3.<\/p>\n\n\n\n<p>Due to its scalability, CodeBuild can process several builds at the same time, using pre-configured Windows and Linux environments. It integrates with Jenkins, Spinnaker, and other common open source tools, and lets you use Docker containers or other customized build environments.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>AWS CodeArtifact<\/strong><\/li><\/ul>\n\n\n\n<p>An artifact repository service that is fully managed, enabling storage, publication, and sharing of software packages used in software development projects.&nbsp;<\/p>\n\n\n\n<p>Software development teams increasingly rely on open-source packages for common application packaging tasks. It is critical to ensure that these open source tools are updated and free of vulnerabilities. CodeArtifact provides built-in controls to ensure that the latest versions are in use for all tools. <\/p>\n\n\n\n<p>Required software packages and dependencies can be fetched from public repositories automatically using predetermined rules.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-continuous-delivery\">Continuous Delivery<\/h3>\n\n\n\n<p>Continuous delivery has become a mainstream practice in software development, enabling teams to rapidly deliver software releases and deploy them to production automatically. This enables vastly improved development velocity, and improves quality by responding to customer requirements in small, incremental releases.&nbsp;<\/p>\n\n\n\n<p>AWS provides continuous delivery DevOps tools that can automatically prepare code changes for release to production. After the build stage, code changes are deployed to a testing environment, extending the continuous integration process, and subsequently deployed to production. <\/p>\n\n\n\n<p>The process ensures that all build artifacts have been tested and verified to be deployment-ready, according to standardized parameters.<\/p>\n\n\n\n<p>AWS continuous delivery tools include:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>AWS CodeDeploy<\/strong><\/li><\/ul>\n\n\n\n<p>Automates software deployments and handles complex application updates, minimizing errors due to manual operations. CodeDeploy is a fully managed deployment service, which scales dynamically based on deployment requirements. It can deploy to on-premises servers, Amazon EC2 compute instances, AWS Fargate, AWS Lambda, and other compute services.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>AWS CodePipeline<\/strong><\/li><\/ul>\n\n\n\n<p>Allows modeling, visualizing, and automating software release pipelines. Lets you define the entire release process, including pre-production environment deployment, application testing, and production releases. <\/p>\n\n\n\n<p>Based on the defined workflows, CodePipeline builds, tests and deploys the application each time code is changed. You can integrate tools from the AWS Partner Network (APN), as well as your own proprietary tools, into any stage of the release process, to create an end-to-end delivery solution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performing-common-devops-tasks-using-amazon-services\">Performing Common DevOps Tasks Using Amazon Services<\/h2>\n\n\n\n<p>The following best practices can help you make the most of your DevOps infrastructure on AWS.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-deploying-microservices\">Deploying Microservices<\/h3>\n\n\n\n<p>Microservices are a key component of most DevOps architectures. Building applications as small, decoupled components makes them easier to test, deploy, and maintain. On AWS there are two primary ways to deploy microservices:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Containers<\/strong>\u2014Amazon Elastic Container Service (ECS) is an easy to use orchestrator that can help you set up and manage containers. For larger deployments, use Elastic Kubernetes Service (EKS) to run clusters of containers fully compatible with the Kubernetes project.<\/li><li><strong>Serverless<\/strong>\u2014you can use AWS Lambda to run serverless functions and pay per execution time, without having to manage servers. Lambda functions are perfect for smaller microservices that perform <a href=\"https:\/\/www.codemotion.com\/magazine\/uncategorized\/aws-kinesis-serverless-event-processing\/\" target=\"_blank\" rel=\"noopener\" class=\"ek-link\">processing on event streams.&nbsp;<\/a><\/li><\/ul>\n\n\n\n<p>Many microservices applications are stateful and require persistent storage. You can leverage a range of <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/cloud.netapp.com\/blog\/aws-cvo-blg-aws-databases-the-power-of-purpose-built-database-engines\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ek-link\">AWS database<\/a> managed services, both SQL and NoSQL, or other storage options such as Amazon S3 and <a href=\"https:\/\/www.codemotion.com\/magazine\/backend-dev\/microservices\/using-the-twelve-factor-methodology-in-cloud-native-microservices\/\" target=\"_blank\" aria-label=\"cloud-based (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">cloud-based<\/a> file shares using Elastic File Storage (EFS).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-monitoring-and-logging\">Monitoring and Logging<\/h3>\n\n\n\n<p>DevOps teams set up monitoring and alerting, and also proactively collect and analyze logs, to understand utilization, measure the impact of changes to software services, and troubleshoot problems.&nbsp;<\/p>\n\n\n\n<p>Amazon CloudWatch is the central <a href=\"https:\/\/cloud.netapp.com\/blog\/aws-blg-aws-monitoring-tools-and-best-practices-monitor-what-matters\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">AWS monitoring<\/a> tool designed for DevOps and site reliability engineering teams. It collects logs from all Amazon services, and can collect data from your custom services and workloads. It lets you easily visualize data using dashboards and notify teams of important changes using alerts and notifications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-leveraging-infrastructure-as-code\">Leveraging Infrastructure as Code<\/h3>\n\n\n\n<p>DevOps teams use infrastructure as code (IaC) to set up environments automatically based on predefined, tested configurations. The IaC model thrives on the cloud, and makes it possible to automate virtually any deployment task, and simulate production-like environments for development and testing purposes.<\/p>\n\n\n\n<p>CloudFormation is Amazon\u2019s central IaC platform, which allows DevOps teams to define simple, human-readable templates that can model complex environments, provision them consistently, and manage them over time.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>Amazon provides a variety of DevOps tools and technologies:<\/p>\n\n\n\n<h3 class=\"gb-headline gb-headline-a0f4e95f gb-headline-text\"><strong>CI tools<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>AWS CodeCommit<\/li><li>AWS CodeBuild<\/li><li>AWS CodeArtifact<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cd-tools\"><strong>CD tools<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>AWS CodeDeploy<\/li><li>AWS CodePipeline<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-microservices\"><strong>Microservices<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Amazon ECS<\/li><li>Amazon EKS<\/li><li>AWS Lambda<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-monitoring-and-logging-1\"><strong>Monitoring and logging<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>AWS CloudWatch<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-infrastructure-as-code\"><strong>Infrastructure as Code<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Amazon CloudFormation<\/li><\/ul>\n\n\n\n<p>We hope this brief review of the Amazon toolset will be of help as you set up your DevOps environment in the public cloud.<\/p>\n\n\n\n<p>Interested in Microservices? Learn more about <a href=\"https:\/\/www.codemotion.com\/magazine\/backend-dev\/microservices\/microservices-security\/\" target=\"_blank\" aria-label=\"microservices and security here (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">microservices and security here<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is AWS DevOps? DevOps is a culture, as well as a set of practices and technologies that help organizations deliver software faster and with higher quality. The key tenet of DevOps is strong cooperation between developers and operations specialists, with shared responsibility for the successful deployment and operation of software services.&nbsp; Some of the&#8230; <a class=\"more-link\" href=\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\">Read more<\/a><\/p>\n","protected":false},"author":100,"featured_media":14126,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":4,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_uag_custom_page_level_css":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[3356],"tags":[71,9881],"collections":[],"class_list":{"0":"post-14122","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-devops","8":"tag-aws","9":"tag-microservices","10":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The AWS DevOps Toolset: CI\/CD, Microservices, and More - Codemotion Magazine<\/title>\n<meta name=\"description\" content=\"Learn about the extensive AWS DevOps toolset, which spans the entire DevOps process - from CI\/CD to microservices deployment.\" \/>\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.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The AWS DevOps Toolset: CI\/CD, Microservices, and More\" \/>\n<meta property=\"og:description\" content=\"Learn about the extensive AWS DevOps toolset, which spans the entire DevOps process - from CI\/CD to microservices deployment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\" \/>\n<meta property=\"og:site_name\" content=\"Codemotion Magazine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Codemotion.Italy\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-16T14:28:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-09T15:59:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Gilad David Maayan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@gilad_maayan\" \/>\n<meta name=\"twitter:site\" content=\"@CodemotionIT\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gilad David Maayan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\"},\"author\":{\"name\":\"Gilad David Maayan\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/b332cfa429cd83ccb5840d43315f28c5\"},\"headline\":\"The AWS DevOps Toolset: CI\/CD, Microservices, and More\",\"datePublished\":\"2021-03-16T14:28:59+00:00\",\"dateModified\":\"2022-06-09T15:59:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\"},\"wordCount\":1116,\"publisher\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg\",\"keywords\":[\"AWS\",\"Microservices\"],\"articleSection\":[\"DevOps\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\",\"name\":\"The AWS DevOps Toolset: CI\/CD, Microservices, and More - Codemotion Magazine\",\"isPartOf\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg\",\"datePublished\":\"2021-03-16T14:28:59+00:00\",\"dateModified\":\"2022-06-09T15:59:41+00:00\",\"description\":\"Learn about the extensive AWS DevOps toolset, which spans the entire DevOps process - from CI\/CD to microservices deployment.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg\",\"contentUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg\",\"width\":1200,\"height\":628,\"caption\":\"AWS DevOps Toolset CI-CD, Microservices, and More\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.codemotion.com\/magazine\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DevOps\",\"item\":\"https:\/\/www.codemotion.com\/magazine\/devops\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The AWS DevOps Toolset: CI\/CD, Microservices, and More\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#website\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/\",\"name\":\"Codemotion Magazine\",\"description\":\"We code the future. Together\",\"publisher\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.codemotion.com\/magazine\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#organization\",\"name\":\"Codemotion\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png\",\"contentUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png\",\"width\":225,\"height\":225,\"caption\":\"Codemotion\"},\"image\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Codemotion.Italy\/\",\"https:\/\/x.com\/CodemotionIT\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/b332cfa429cd83ccb5840d43315f28c5\",\"name\":\"Gilad David Maayan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/aa7da1b7504794509c4f9347d4e7ea17f0b9ae2a84233ec171434f7c8511daf7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/aa7da1b7504794509c4f9347d4e7ea17f0b9ae2a84233ec171434f7c8511daf7?s=96&d=mm&r=g\",\"caption\":\"Gilad David Maayan\"},\"description\":\"Gilad David Maayan is a technology writer who has worked with over 150 technology companies including SAP, Imperva, Samsung NEXT, NetApp and Ixia, producing technical and thought leadership content that elucidates technical solutions for developers and IT leadership. Today he heads Agile SEO, the leading marketing agency in the technology industry.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/giladdavidmaayan\/\",\"https:\/\/x.com\/gilad_maayan\"],\"url\":\"https:\/\/www.codemotion.com\/magazine\/author\/gilad-david-maayan\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The AWS DevOps Toolset: CI\/CD, Microservices, and More - Codemotion Magazine","description":"Learn about the extensive AWS DevOps toolset, which spans the entire DevOps process - from CI\/CD to microservices deployment.","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.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/","og_locale":"en_US","og_type":"article","og_title":"The AWS DevOps Toolset: CI\/CD, Microservices, and More","og_description":"Learn about the extensive AWS DevOps toolset, which spans the entire DevOps process - from CI\/CD to microservices deployment.","og_url":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/","og_site_name":"Codemotion Magazine","article_publisher":"https:\/\/www.facebook.com\/Codemotion.Italy\/","article_published_time":"2021-03-16T14:28:59+00:00","article_modified_time":"2022-06-09T15:59:41+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg","type":"image\/jpeg"}],"author":"Gilad David Maayan","twitter_card":"summary_large_image","twitter_creator":"@gilad_maayan","twitter_site":"@CodemotionIT","twitter_misc":{"Written by":"Gilad David Maayan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#article","isPartOf":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/"},"author":{"name":"Gilad David Maayan","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/b332cfa429cd83ccb5840d43315f28c5"},"headline":"The AWS DevOps Toolset: CI\/CD, Microservices, and More","datePublished":"2021-03-16T14:28:59+00:00","dateModified":"2022-06-09T15:59:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/"},"wordCount":1116,"publisher":{"@id":"https:\/\/www.codemotion.com\/magazine\/#organization"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg","keywords":["AWS","Microservices"],"articleSection":["DevOps"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/","url":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/","name":"The AWS DevOps Toolset: CI\/CD, Microservices, and More - Codemotion Magazine","isPartOf":{"@id":"https:\/\/www.codemotion.com\/magazine\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg","datePublished":"2021-03-16T14:28:59+00:00","dateModified":"2022-06-09T15:59:41+00:00","description":"Learn about the extensive AWS DevOps toolset, which spans the entire DevOps process - from CI\/CD to microservices deployment.","breadcrumb":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#primaryimage","url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg","contentUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg","width":1200,"height":628,"caption":"AWS DevOps Toolset CI-CD, Microservices, and More"},{"@type":"BreadcrumbList","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/aws-devops-ci-cd-microservices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codemotion.com\/magazine\/"},{"@type":"ListItem","position":2,"name":"DevOps","item":"https:\/\/www.codemotion.com\/magazine\/devops\/"},{"@type":"ListItem","position":3,"name":"The AWS DevOps Toolset: CI\/CD, Microservices, and More"}]},{"@type":"WebSite","@id":"https:\/\/www.codemotion.com\/magazine\/#website","url":"https:\/\/www.codemotion.com\/magazine\/","name":"Codemotion Magazine","description":"We code the future. Together","publisher":{"@id":"https:\/\/www.codemotion.com\/magazine\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.codemotion.com\/magazine\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.codemotion.com\/magazine\/#organization","name":"Codemotion","url":"https:\/\/www.codemotion.com\/magazine\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/","url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png","contentUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png","width":225,"height":225,"caption":"Codemotion"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Codemotion.Italy\/","https:\/\/x.com\/CodemotionIT"]},{"@type":"Person","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/b332cfa429cd83ccb5840d43315f28c5","name":"Gilad David Maayan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/aa7da1b7504794509c4f9347d4e7ea17f0b9ae2a84233ec171434f7c8511daf7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/aa7da1b7504794509c4f9347d4e7ea17f0b9ae2a84233ec171434f7c8511daf7?s=96&d=mm&r=g","caption":"Gilad David Maayan"},"description":"Gilad David Maayan is a technology writer who has worked with over 150 technology companies including SAP, Imperva, Samsung NEXT, NetApp and Ixia, producing technical and thought leadership content that elucidates technical solutions for developers and IT leadership. Today he heads Agile SEO, the leading marketing agency in the technology industry.","sameAs":["https:\/\/www.linkedin.com\/in\/giladdavidmaayan\/","https:\/\/x.com\/gilad_maayan"],"url":"https:\/\/www.codemotion.com\/magazine\/author\/gilad-david-maayan\/"}]}},"featured_image_src":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-600x400.jpg","featured_image_src_square":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-600x600.jpg","author_info":{"display_name":"Gilad David Maayan","author_link":"https:\/\/www.codemotion.com\/magazine\/author\/gilad-david-maayan\/"},"uagb_featured_image_src":{"full":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg",1200,628,false],"thumbnail":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-150x150.jpg",150,150,true],"medium":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-300x157.jpg",300,157,true],"medium_large":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-768x402.jpg",768,402,true],"large":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-1024x536.jpg",1024,536,true],"1536x1536":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg",1200,628,false],"2048x2048":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg",1200,628,false],"small-home-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices.jpg",100,52,false],"sidebar-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-180x128.jpg",180,128,true],"genesis-singular-images":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-896x504.jpg",896,504,true],"archive-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-400x225.jpg",400,225,true],"gb-block-post-grid-landscape":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-600x400.jpg",600,400,true],"gb-block-post-grid-square":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2021\/03\/AWS-DevOps-Toolset-CI-CD-Microservices-600x600.jpg",600,600,true]},"uagb_author_info":{"display_name":"Gilad David Maayan","author_link":"https:\/\/www.codemotion.com\/magazine\/author\/gilad-david-maayan\/"},"uagb_comment_info":0,"uagb_excerpt":"What is AWS DevOps? DevOps is a culture, as well as a set of practices and technologies that help organizations deliver software faster and with higher quality. The key tenet of DevOps is strong cooperation between developers and operations specialists, with shared responsibility for the successful deployment and operation of software services.&nbsp; Some of the&#8230;&hellip;","lang":"en","_links":{"self":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/14122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/comments?post=14122"}],"version-history":[{"count":4,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/14122\/revisions"}],"predecessor-version":[{"id":17979,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/14122\/revisions\/17979"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/media\/14126"}],"wp:attachment":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/media?parent=14122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/categories?post=14122"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/tags?post=14122"},{"taxonomy":"collections","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/collections?post=14122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}