{"id":30122,"date":"2022-11-25T18:21:12","date_gmt":"2022-11-25T12:51:12","guid":{"rendered":"https:\/\/blazeclan.com\/reinventing-big-data-aws\/"},"modified":"2023-03-17T11:15:25","modified_gmt":"2023-03-17T05:45:25","slug":"reinventing-big-data-aws","status":"publish","type":"post","link":"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/","title":{"rendered":"Reinventing Big Data with AWS"},"content":{"rendered":"<p>Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.&nbsp;The Big Data management can be divided in to 4 phases:<\/p>\n<p>Big Data Management Process<\/p>\n<h3>Data Generation<\/h3>\n<p>Cost of data generation is falling rapidly which has resulted in vast amount of data being generated. Data is generated from multiple sources in multiple different formats.<\/p>\n<p>While data generation step happens at different sources, you need to have your own resources to collect, store, analyze and share the data. Traditional hardware and software technologies are not capable of handling such high volumes of data generated in multiple formats.<\/p>\n<p>To process Big Data, you require software that is designed for distribution, with easy programming model and independent of the underlying platform. One example of such a software ecosystem is Hadoop.<\/p>\n<p>Similarly, you also require vast amount of hardware infrastructure to process Big Data. Hardware has to be scalable and distributed. The advent of Cloud Computing has made massively scalable infrastructure available at much cheaper costs compared to the traditional hardware.<span id=\"more-1424\"><\/span><\/p>\n<p>The key characteristics of Cloud Computing like, Elasticity, Scalability, Pay per use and No CapEx make it the perfect match for handling Big Data.<\/p>\n<p>Amazon Web Services or AWS Cloud Computing platform offers multiple services that can help with Data Collection, Storage, Processing and Sharing. Let us have a look at some of these services that help with each of these phases of Big Data management.<\/p>\n<h3>Data Collection &amp; Storage<\/h3>\n<p><a title=\"Import Export\" href=\"https:\/\/aws.amazon.com\/importexport\/\" target=\"_blank\" rel=\"noopener noreferrer\">AWS Import\/Export<\/a>: AWS Import\/Export speeds up movement of large amounts of data into and out of AWS using portable storage devices for transport. Using Import\/Export, AWS transfers data directly onto and off of storage devices using Amazon\u2019s high-speed internal network, bypassing the Internet. For very large data sets, AWS Import\/Export is often faster than Internet transfer and more cost effective.<\/p>\n<p>Import\/Export is one of the ways to collect vast amounts of data and put it on to AWS infrastructure for further processing.<\/p>\n<p><a title=\"Amazon S3\" href=\"https:\/\/aws.amazon.com\/s3\/\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon Simple Storage Service<\/a> (S3): Amazon S3 is storage for the Internet. It is designed to make web-scale computing easy and reliable.<\/p>\n<p>Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web.<\/p>\n<p>Amazon S3 is an ideal way to store large amount of data for analysis because of it\u2019s reliability and cost effectiveness.<\/p>\n<p>Apache Hadoop&nbsp;file systems can be hosted on S3, as its requirements of a file system are met by S3. As a result, Hadoop can be used to run&nbsp;MapReduce&nbsp;algorithms on EC2 servers, reading data and writing results back to S3.<\/p>\n<p><a title=\"Amazon Glacier\" href=\"https:\/\/aws.amazon.com\/glacier\/\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon Glacier<\/a>: Amazon Glacier is an extremely low-cost storage service that provides secure and durable storage for data archiving and backup.<\/p>\n<p>Any data which is processed or is no longer required to be accessed can be archived using Amazon Glacier.<\/p>\n<p><a title=\"Storage Gateway\" href=\"https:\/\/aws.amazon.com\/storagegateway\/\" target=\"_blank\" rel=\"noopener noreferrer\">AWS Storage Gateway<\/a>: AWS Storage gateway is a service that connects your on-premises software appliance with Amazon S3 to provide seamless and secure integration between on-premise storage and S3. The service allows you to securely store data in the AWS cloud for scalable and cost-effective storage.<\/p>\n<p>With AWS Storage Gateway, it is now possible to move data generated on premise to AWS Cloud for storage and processing in an automated and reliable manner.<\/p>\n<p><a title=\"Redshift\" href=\"https:\/\/aws.amazon.com\/rds\/\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon Relational Database Service (RDS)<\/a>: Amazon RDS is a managed service that makes it easy to setup, operate and scale a relational database on AWS infrastructure. AWS RDS currently supports MYSQL, Oracle and MS SQL Server relational database technologies.<\/p>\n<p>If you require a relational database to store large amount of data, you can use Amazon RDS.<\/p>\n<p><a title=\"Dynamo DB\" href=\"https:\/\/aws.amazon.com\/dynamodb\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon DynamoDB<\/a>: DynamoDB is a fully managed NoSQL database service by AWS. <a href=\"https:\/\/blazeclan.com\/asean\/blog\/the-amazonians-nosql-a-dynamodb-hot-partition-use-case\/\">DynamoDB<\/a> is a fast, highly reliable and cost-effective NoSQL database service designed for internet scale applications. &nbsp;It is designed to provide fast performance at any scale.<\/p>\n<p><a title=\"Redshift\" href=\"https:\/\/aws.amazon.com\/redshift\/\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon Redshift<\/a>: Redshift is fully managed, petabyte-scale data warehouse service by AWS. RedShift is designed for analytic workloads and connects to standard SQL-based clients and business intelligence tools. Redshift delivers fast query and I\/O performance for virtually any size dataset by using columnar storage technology and parallelizing and distributing queries across multiple nodes.<\/p>\n<h3><\/h3>\n<h3>Data Analytics &amp; Computation<\/h3>\n<p>Amazon EMR: Amazon EMR is a managed Hadoop distribution by Amazon Web Services. Amazon EMR helps users to analyze &amp; process large amount of data by distributing data computation across multiple nodes in a cluster on AWS Cloud.<\/p>\n<p>Amazon EMR uses a customized Apache Hadoop framework to achieve large scale distributed processing of data. Hadoop framework uses distributed data processing architecture known as MapReduce.<\/p>\n<p>All the open source projects that work with Apache Hadoop also work seamlessly with Amazon EMR. In addition to this Amazon EMR is well integrated with various AWS services like EC2 (used to launch master and slave nodes), S3 (used as an alternative to HDFS), CloudWatch (monitor jobs on EMR), Amazon RDS, DynamoDB etc.<\/p>\n<p><a title=\"Amazon EC2\" href=\"https:\/\/aws.amazon.com\/ec2\/\" target=\"_blank\" rel=\"noopener noreferrer\">Amazon EC2<\/a>: EC2 provides resizable computing capacity in the Amazon Web Services (AWS) cloud.&nbsp; EC2 allows&nbsp;scalable&nbsp;deployment of applications by providing a&nbsp;Web service&nbsp;through which a user can boot an&nbsp;Amazon Machine Image&nbsp;to create a&nbsp;virtual machine, which Amazon calls an \u201cinstance\u201d, containing any software desired.<\/p>\n<p>EC2 can be used to launch as many or as few virtual servers as you need to analyze your data. Amazon EC2 enables you to scale up or down to handle changes in requirements or spikes in popularity, reducing your need to forecast traffic.<\/p>\n<h3>Data Collaboration &amp; Sharing<\/h3>\n<p>Once you\u2019ve analyzed and processed your data, you need to share data with various teams and stakeholders to make the most out of it.<\/p>\n<p>Collaboration and sharing can happen in multiple ways, for example generating reports using a BI tool or sharing it using a certain application or storing it in flat files to be picked up by some other processes to consume.<\/p>\n<p>For collaboration and storing you can use AWS Services like S3, EC2, RDS, Redshift, DynamoDB among others to ensure that data is available to the end users\/consumers of data in the format they require.<\/p>\n<p>AWS Data Pipeline: The large amount of data generated by various sources, require capabilities to move the data and process the data using various tools and services. Managing migration and processing of large amount of data frequently is a tedious activity, which requires high level of automation with continuous monitoring.<\/p>\n<p>AWS Data Pipeline web services gives an easy, automated solution to move data from multiple sources both within AWS and outside AWS and transform data. Data pipeline is a highly scalable and fully managed service.<\/p>\n<p>With AWS Data pipeline, it is fast and easy to provision pipelines to move and transform data, which saves development efforts and maintenance over heads.<\/p>\n<p>Check out our recent blogs on Big Data, for Big Data Challenges &amp; its major opportunities.<\/p>\n<div class=\"zemanta-pixie\" style=\"margin-top: 10px; height: 15px;\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.&nbsp;The Big Data management can be divided in to 4 phases: Big Data Management Process Data Generation Cost of data generation is falling rapidly which has resulted in vast amount of [&hellip;]<\/p>\n","protected":false},"author":192,"featured_media":15723,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1368],"tags":[2355,2683,2684,1627,1849,2685,2962],"class_list":["post-30122","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-big-data-on-aws-asean","tag-amazon-dynamodb-asean","tag-amazon-rds-asean","tag-amazon-s3-asean","tag-apache-hadoop-asean","tag-aws-asean","tag-aws-data-pipeline-asean","tag-redshift-asean"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Reinventing Big Data with AWS - Blazeclan<\/title>\n<meta name=\"description\" content=\"Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reinventing Big Data with AWS - Blazeclan\" \/>\n<meta property=\"og:description\" content=\"Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/\" \/>\n<meta property=\"og:site_name\" content=\"Blazeclan\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/blazeclan.hq\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-25T12:51:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-17T05:45:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Team Blazeclan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@blazeclan_hq\" \/>\n<meta name=\"twitter:site\" content=\"@blazeclan_hq\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team Blazeclan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/\"},\"author\":{\"name\":\"Team Blazeclan\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8\"},\"headline\":\"Reinventing Big Data with AWS\",\"datePublished\":\"2022-11-25T12:51:12+00:00\",\"dateModified\":\"2023-03-17T05:45:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/\"},\"wordCount\":1176,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#organization\"},\"image\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png\",\"keywords\":[\"Amazon DynamoDB\",\"Amazon RDS\",\"Amazon S3\",\"Apache Hadoop\",\"AWS\",\"AWS Data Pipeline\",\"Redshift\"],\"articleSection\":[\"Big Data on AWS\"],\"inLanguage\":\"ASEAN\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/\",\"url\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/\",\"name\":\"Reinventing Big Data with AWS - Blazeclan\",\"isPartOf\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png\",\"datePublished\":\"2022-11-25T12:51:12+00:00\",\"dateModified\":\"2023-03-17T05:45:25+00:00\",\"description\":\"Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.\",\"breadcrumb\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#breadcrumb\"},\"inLanguage\":\"ASEAN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ASEAN\",\"@id\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage\",\"url\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png\",\"contentUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png\",\"width\":1650,\"height\":680},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blazeclan.com\/asean\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reinventing Big Data with AWS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#website\",\"url\":\"https:\/\/blazeclan.com\/asean\/\",\"name\":\"Blazeclan\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blazeclan.com\/asean\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ASEAN\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#organization\",\"name\":\"Blazeclan\",\"url\":\"https:\/\/blazeclan.com\/asean\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ASEAN\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg\",\"contentUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg\",\"caption\":\"Blazeclan\"},\"image\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/blazeclan.hq\/\",\"https:\/\/x.com\/blazeclan_hq\",\"https:\/\/www.instagram.com\/blazeclantechnologies\/\",\"https:\/\/www.linkedin.com\/company\/blazeclan-technologies\/\",\"https:\/\/www.youtube.com\/channel\/UCCKF4Lcbtus-pUoZr7Lxrow\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8\",\"name\":\"Team Blazeclan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ASEAN\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g\",\"caption\":\"Team Blazeclan\"},\"sameAs\":[\"http:\/\/localhost\/ps-local-wp\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reinventing Big Data with AWS - Blazeclan","description":"Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.","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:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/","og_locale":"en_US","og_type":"article","og_title":"Reinventing Big Data with AWS - Blazeclan","og_description":"Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.","og_url":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/","og_site_name":"Blazeclan","article_publisher":"https:\/\/www.facebook.com\/blazeclan.hq\/","article_published_time":"2022-11-25T12:51:12+00:00","article_modified_time":"2023-03-17T05:45:25+00:00","og_image":[{"width":1650,"height":680,"url":"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png","type":"image\/png"}],"author":"Team Blazeclan","twitter_card":"summary_large_image","twitter_creator":"@blazeclan_hq","twitter_site":"@blazeclan_hq","twitter_misc":{"Written by":"Team Blazeclan","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#article","isPartOf":{"@id":"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/"},"author":{"name":"Team Blazeclan","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8"},"headline":"Reinventing Big Data with AWS","datePublished":"2022-11-25T12:51:12+00:00","dateModified":"2023-03-17T05:45:25+00:00","mainEntityOfPage":{"@id":"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/"},"wordCount":1176,"commentCount":0,"publisher":{"@id":"https:\/\/blazeclan.com\/asean\/#organization"},"image":{"@id":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage"},"thumbnailUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png","keywords":["Amazon DynamoDB","Amazon RDS","Amazon S3","Apache Hadoop","AWS","AWS Data Pipeline","Redshift"],"articleSection":["Big Data on AWS"],"inLanguage":"ASEAN","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blazeclan.com\/asean\/blog\/reinventing-big-data-aws\/","url":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/","name":"Reinventing Big Data with AWS - Blazeclan","isPartOf":{"@id":"https:\/\/blazeclan.com\/asean\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage"},"image":{"@id":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage"},"thumbnailUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png","datePublished":"2022-11-25T12:51:12+00:00","dateModified":"2023-03-17T05:45:25+00:00","description":"Big Data is a collection of tools, techniques and technologies that allow you to work productively with data of any given volume and variety, rapidly.","breadcrumb":{"@id":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#breadcrumb"},"inLanguage":"ASEAN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/"]}]},{"@type":"ImageObject","inLanguage":"ASEAN","@id":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#primaryimage","url":"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png","contentUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2013\/11\/Reinventing-Big-Data-with-AWS-3.png","width":1650,"height":680},{"@type":"BreadcrumbList","@id":"https:\/\/blazeclan.com\/blog\/reinventing-big-data-aws\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blazeclan.com\/asean\/"},{"@type":"ListItem","position":2,"name":"Reinventing Big Data with AWS"}]},{"@type":"WebSite","@id":"https:\/\/blazeclan.com\/asean\/#website","url":"https:\/\/blazeclan.com\/asean\/","name":"Blazeclan","description":"","publisher":{"@id":"https:\/\/blazeclan.com\/asean\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blazeclan.com\/asean\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ASEAN"},{"@type":"Organization","@id":"https:\/\/blazeclan.com\/asean\/#organization","name":"Blazeclan","url":"https:\/\/blazeclan.com\/asean\/","logo":{"@type":"ImageObject","inLanguage":"ASEAN","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/","url":"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg","contentUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg","caption":"Blazeclan"},"image":{"@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/blazeclan.hq\/","https:\/\/x.com\/blazeclan_hq","https:\/\/www.instagram.com\/blazeclantechnologies\/","https:\/\/www.linkedin.com\/company\/blazeclan-technologies\/","https:\/\/www.youtube.com\/channel\/UCCKF4Lcbtus-pUoZr7Lxrow"]},{"@type":"Person","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8","name":"Team Blazeclan","image":{"@type":"ImageObject","inLanguage":"ASEAN","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g","caption":"Team Blazeclan"},"sameAs":["http:\/\/localhost\/ps-local-wp"]}]}},"_links":{"self":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/posts\/30122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/users\/192"}],"replies":[{"embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/comments?post=30122"}],"version-history":[{"count":0,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/posts\/30122\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/media\/15723"}],"wp:attachment":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/media?parent=30122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/categories?post=30122"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/tags?post=30122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}